diff options
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/ships.ini | 43 | ||||
-rw-r--r-- | base/ini/world.ini | 25 |
2 files changed, 60 insertions, 8 deletions
diff --git a/base/ini/ships.ini b/base/ini/ships.ini index 46504bf..ce2fb97 100644 --- a/base/ini/ships.ini +++ b/base/ini/ships.ini @@ -34,14 +34,14 @@ acceleration=1.0 maxspeed=3.0 turnspeed=0.10 - -[ship] -label=canasta -name=Canasta -model=canasta -acceleration=1.25 -maxspeed=3.0 -turnspeed=0.2 +; +;[ship] +;label=canasta +;name=Canasta +;model=canasta +;acceleration=1.25 +;maxspeed=3.0 +;turnspeed=0.2 [ship] label=sharkan @@ -81,3 +81,30 @@ model=obsidian acceleration=0.4 maxspeed=1.5 turnspeed=0.075 + +[ship] +label=nebulon +name=Nebulon +model=nebulon +acceleration=1 +maxspeed=2.5 +turnspeed=0.125 + +; +; supertanker's ships + +[ship] +label=avatar +name=Avatar +model=avatar +acceleration=1.8 +maxspeed=4 +turnspeed=0.4 + +[ship] +label=supertanker +name=InterGalactic Supertanker +model=supertanker +acceleration=0.5 +maxspeed=1.75 +turnspeed=0.08
\ No newline at end of file diff --git a/base/ini/world.ini b/base/ini/world.ini index 51ceca7..c1370e9 100644 --- a/base/ini/world.ini +++ b/base/ini/world.ini @@ -88,6 +88,31 @@ direction=310 color=222 192 145 ; +; UNKNOWN PLANET + +[entity] +label=unknown +name=Unknown Planet +shape=sphere +location=192 96 0 +color=200 0 0 +radius=48 + + +; +; STATION 15 + +[entity] + +label=station15 +name=Station 15 +model=stations/station15 +location=180 32 8 +color=0.5 0.1 0.1 +direction=250 +pitch=0 + +; ; IKARUS SATELLITE [entity] |