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-07-28 19:37:05 +0000
committerStijn Buys <ingar@osirion.org>2008-07-28 19:37:05 +0000
commit391f575631f7af240b272f56e604e7cfbc8d41b5 (patch)
treecd1e577f1a01013fb0f57bcdbae0f10711cb25b9 /base/ini/zones/lindblade.ini
parenta11d072a315b5276aa6558ebe8cb33ca4690f211 (diff)
data updates zone support
Diffstat (limited to 'base/ini/zones/lindblade.ini')
-rw-r--r--base/ini/zones/lindblade.ini79
1 files changed, 79 insertions, 0 deletions
diff --git a/base/ini/zones/lindblade.ini b/base/ini/zones/lindblade.ini
new file mode 100644
index 0000000..81399f2
--- /dev/null
+++ b/base/ini/zones/lindblade.ini
@@ -0,0 +1,79 @@
+;
+; lindblade.ini
+; world description for the Lindblade system
+;
+
+;
+; ZONE IDENTIFICATION
+
+[zone]
+name=Lindblade system
+;default=no
+
+;
+; ORIGIN
+
+[entity]
+; [string] identification label
+label=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
+location=0 0 0
+; [r g b] entity color, values in the 0-1 range
+color=1 1 0
+
+;
+; STAR
+
+[star]
+label=star
+name=yellow star
+location=128 -256 0
+color=1 .9 .5
+radius=52
+
+;
+; PLANET LINDBLADE
+
+[planet]
+label=lindblade
+name=planet Lindblade
+texture=planets/lindblade
+location=128 324 0
+color=200 0 0
+radius=48
+
+;
+; LINDBLADE CENTRAL
+
+[entity]
+label=linblade_central
+name=Lindblade Central
+model=stations/lindblade_central
+location=148 256 8
+color=0.5 0.1 0.1
+direction=250
+pitch=0
+
+;
+; STATION 15
+[entity]
+label=station15
+name=Station 15
+model=stations/station15
+color=0.5 0.1 0.1
+location=-116 -68 8
+direction=315
+
+; jumpgate
+[entity]
+label=jumpgate
+name=Jumpgate (inactive)
+model=satellites/jumpgate
+color=0.5 0.1 0.1
+location=-116 -100 16