Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-08-10 18:50:02 +0000
committerStijn Buys <ingar@osirion.org>2008-08-10 18:50:02 +0000
commit72289265da6b0a8b257a7af1e6ce30fca1cf5186 (patch)
tree80505b51907152ce17a49fc6b7bedd1e007f960a /base/ini/zones
parent8f058c480cfaa147fc21a8695ca0d1310c227b06 (diff)
added kiana and racetrack system
Diffstat (limited to 'base/ini/zones')
-rw-r--r--base/ini/zones/ghant.ini2
-rw-r--r--base/ini/zones/kiana.ini57
-rw-r--r--base/ini/zones/lindblade.ini2
-rw-r--r--base/ini/zones/race.ini42
4 files changed, 101 insertions, 2 deletions
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
+
+