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-26 18:53:53 +0000
committerStijn Buys <ingar@osirion.org>2008-08-26 18:53:53 +0000
commit04e8e04c7a0bee277a15de8eb2ef8c7e2b31957d (patch)
tree74541329a10b70ff04f402fa54062a095b24c6a0 /base/ini/zones/brogha.ini
parent29d9826fb6f717d76e3d2573c0f063292f495aef (diff)
brogha system
Diffstat (limited to 'base/ini/zones/brogha.ini')
-rw-r--r--base/ini/zones/brogha.ini61
1 files changed, 61 insertions, 0 deletions
diff --git a/base/ini/zones/brogha.ini b/base/ini/zones/brogha.ini
new file mode 100644
index 0000000..db0b30c
--- /dev/null
+++ b/base/ini/zones/brogha.ini
@@ -0,0 +1,61 @@
+;
+; ghant.ini
+; world description for the Ghant system
+;
+
+;
+; ZONE IDENTIFICATION
+
+[zone]
+; [string] zone name
+name=Brogha system
+; [string] sky texture
+sky=sky
+
+;
+; STAR
+
+[star]
+; [string] entity label
+label=star
+; [string] entity name
+name=class D star
+location=-512 0 0
+; [r g b] entity primary color, values in the 0-255 range
+color=255 255 255
+; [float] entity radius (10 game units == 1km ingame)
+radius=90
+
+;
+; PLANET GHANT
+
+[planet]
+; [string] entity label
+label=brogha
+; [string] entity name
+name=planet Brogha
+; [x y x] entity location
+location=512 -256 32
+; [r g b] entity primary color, values in the 0-1 range
+color=.2 0.80 0.60
+; [string] globe texture name
+texture=planets/brogha
+; [float] entity radius (10 game units == 1km ingame)
+radius=64
+; [float] axis pitch, in degrees
+pitch=15
+; [float] rotation speed, in degrees per second
+rotationspeed=1
+
+[entity]
+label=jumpgate_ghant
+name=Jumpgate Brogha -> Ghant
+model=satellites/jumpgate
+location=-512 1024 128
+direction=270
+color=222 192 145
+
+[navpoint]
+label=navpoint_east
+name=Navigation point East
+location=-512 992 120