From 72289265da6b0a8b257a7af1e6ce30fca1cf5186 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 10 Aug 2008 18:50:02 +0000 Subject: added kiana and racetrack system --- base/ini/zones/ghant.ini | 2 +- base/ini/zones/kiana.ini | 57 ++++++++++++++++++++++++++++++++++++++++++++ base/ini/zones/lindblade.ini | 2 +- base/ini/zones/race.ini | 42 ++++++++++++++++++++++++++++++++ 4 files changed, 101 insertions(+), 2 deletions(-) create mode 100644 base/ini/zones/kiana.ini create mode 100644 base/ini/zones/race.ini (limited to 'base/ini') diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini index 12919a0..1786ab0 100644 --- a/base/ini/zones/ghant.ini +++ b/base/ini/zones/ghant.ini @@ -32,7 +32,7 @@ location=0 0 0 ; [string] entity label label=star ; [string] entity name -name=white dwarf +name=class D star location=512 -512 0 ; [r g b] entity primary color, values in the 0-255 range color=255 255 255 diff --git a/base/ini/zones/kiana.ini b/base/ini/zones/kiana.ini new file mode 100644 index 0000000..909571e --- /dev/null +++ b/base/ini/zones/kiana.ini @@ -0,0 +1,57 @@ +; +; ghant.ini +; world description for the Ghant system +; + +; +; ZONE IDENTIFICATION + +[zone] +name=Kiana system +default=no + +; +; ORIGIN + +[navpoint] +label=navpoint_origin +name=Navigation point Origin +location=0 0 0 + +; +; STAR + +[star] +label=star +name=class B star +location=1204 768 96 +radius=128 +color=210 210 255 + +; +; PLANET KIANA PRIME + +[planet] +label=kiana_prime +name=planet Kiana Prime +location=-256 0 16 +color=127 26 127 +radius=72 + +; +;TSU-KHAN CENTRAL + +[entity] +label=tsukhan_central +name=Tsu-Khan Central +location=-128 -64 12 +model=stations/tsukhan_central + +[entity] +label=tsukhan_generator +name=generator +location=-128 -64 12 +color=127 26 127 +radius=8 +shape=sphere + diff --git a/base/ini/zones/lindblade.ini b/base/ini/zones/lindblade.ini index 546e632..b4a3a97 100644 --- a/base/ini/zones/lindblade.ini +++ b/base/ini/zones/lindblade.ini @@ -30,7 +30,7 @@ location=0 0 0 [star] label=star -name=yellow star +name=class K star location=256 -512 0 color=1 .9 .5 radius=96 diff --git a/base/ini/zones/race.ini b/base/ini/zones/race.ini new file mode 100644 index 0000000..332dd0d --- /dev/null +++ b/base/ini/zones/race.ini @@ -0,0 +1,42 @@ +[zone] +name=RaceTrack system +default=no + +[navpoint] +label=navpoint_origin +name=Navigation point Origin +location=0 0 0 + +[racetrack] +label=racetrack +name=May the Fastest Win +location=64 0 0 +model=race/checkpoint + +[checkpoint] +label=checkpoint1 +name=Checkpoint 1 +location=96 0 0 +model=race/checkpoint + +[checkpoint] +label=checkpoint2 +name=Checkpoint 2 +location=128 0 4 +model=race/checkpoint + +[checkpoint] +label=checkpoint3 +name=Checkpoint 3 +location=138 -10 4 +direction=315 +model=race/checkpoint + +[checkpoint] +label=checkpoint4 +name=Checkpoint 4 +location=138 -28 4 +direction=270 +model=race/checkpoint + + -- cgit v1.2.3