From 3c916bd9734ea599c2617e0779dd022e222f30f7 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 10 Jul 2008 19:58:19 +0000 Subject: added supertanker's models, added nebulon, removed canasta from buy list --- base/ini/ships.ini | 43 +++++++++++++++++++++++++++++++++++-------- base/ini/world.ini | 25 +++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 8 deletions(-) (limited to 'base/ini') 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 @@ -87,6 +87,31 @@ location=-118 -60 16 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 -- cgit v1.2.3