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-07 23:28:48 +0000
committerStijn Buys <ingar@osirion.org>2008-08-07 23:28:48 +0000
commit5f91e252e3032a2c246b1e760cba0914ba774df6 (patch)
treeb30af14a8b3ed3200c5ec009a4bbae332d9012c8 /base/ini/zones/ghant.ini
parent61b1e9f8f55d8655dfc0f0fc0adbe0c99730dc7f (diff)
scale and distances, navigation points
Diffstat (limited to 'base/ini/zones/ghant.ini')
-rw-r--r--base/ini/zones/ghant.ini55
1 files changed, 39 insertions, 16 deletions
diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini
index 1d7497d..12919a0 100644
--- a/base/ini/zones/ghant.ini
+++ b/base/ini/zones/ghant.ini
@@ -11,58 +11,71 @@
name=Ghant system
; [string] sky texture
sky=sky12
-; this is the default system
+; [bool] this is the default system
default=yes
;
; ORIGIN
-[entity]
-; [string] identification label
-label=origin
+[navpoint]
+; [string] entity label
+label=navpoint_origin
; [string] entity name
-name=Galactic origin
-; [string] entity shape (ignored if the entity has a model)
-shape=axis
-; entity radius
-radius=1
-; [x y z] entity location
+name=Navigation point Origin
+; [x y x] entity location
location=0 0 0
-; [r g b] entity color, values in the 0-1 range
-color=1 1 0
;
; STAR
[star]
+; [string] entity label
label=star
+; [string] entity name
name=white dwarf
location=512 -512 0
-; [r g b] entity color, values in the 0-255 range
+; [r g b] entity primary color, values in the 0-255 range
color=255 255 255
-radius=96
+; [float] entity radius (10 game units == 1km ingame)
+radius=90
;
; PLANET GHANT
[planet]
+; [string] entity label
label=ghant
+; [string] entity name
name=planet Ghant
+; [x y x] entity location
location=-256 -768 32
+; [r g b] entity primary color, values in the 0-1 range
color=0.82 0.50 .2
+; [string] globe texture name
texture=planets/ghant
+; [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
;
; ALEXANDRIA OUTPOST
[entity]
+; [string] entity label
label=alexandria
+; [string] entity name
name=Alexandria outpost
+; [string] entity model name
model=stations/alexandria
+; [x y x] entity location
location=-192 -704 32
-direction=315
+; [r g b] entity primary color, values in the 0-255 range
color=222 192 145
+; [float] axis direction, in degrees
+direction=315
[entity]
label=custodian
@@ -76,12 +89,17 @@ color=222 192 145
; PLANET SEYMOUR
[planet]
+; [string] entity label
label=seymour
+; [string] entity name
name=planet Seymour
+; [x y x] entity location
location=-128 1024 -32
; [r g b] entity color, values in the 0-1 range
color=1 .9 .5
+; [string] globe texture name
texture=planets/seymour
+; [float] entity radius (10 game units == 1km ingame)
radius=68
;
@@ -117,7 +135,12 @@ pitch=15
label=inactive_jumpgate
name=Jumpgate (inactive)
model=satellites/jumpgate
-location=768 -1024 0
+location=780 -1024 24
direction=180
color=100 100 230
colorsecond=1 0 0
+
+[navpoint]
+label=navpoint_east
+name=Navigation point East
+location=780 -1024 20