Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Goers <mega@osirion.org>2012-12-01 00:25:06 +0000
committerEvan Goers <mega@osirion.org>2012-12-01 00:25:06 +0000
commit74a217db0db37463d51bfc083db1c98d75e703ab (patch)
treed882c1c32fc2d465b90a4450a2044398c5bb10ea /base/ini/intro.ini
parentb35f5bd6b1dba26113e0cda98ff5a094e7eb15cc (diff)
Added neutral intro.
Diffstat (limited to 'base/ini/intro.ini')
-rw-r--r--base/ini/intro.ini47
1 files changed, 45 insertions, 2 deletions
diff --git a/base/ini/intro.ini b/base/ini/intro.ini
index d5c97b2..7d5050c 100644
--- a/base/ini/intro.ini
+++ b/base/ini/intro.ini
@@ -60,7 +60,7 @@ location=512 512 -128
corona=default
;
-; TSU-KHAN
+; TSU-KHAN INTRO
;
[intro]
@@ -128,7 +128,7 @@ location=512 96 128
corona=plain
;
-; LINDBLADE
+; LINDBLADE INTRO
;
[intro]
@@ -169,3 +169,46 @@ color=1 .9 .5
radius=92
location=128 32 64
corona=default
+
+;
+; NEUTRAL INTRO
+;
+
+[intro]
+label=neutral
+sky=sky18
+ambient=0 0 0
+
+[convoy]
+; [r g b] entity primary color, values in the 0-255 range
+color=0.7 0.7 0.9
+colorsecond=0.7 0.8 0.95
+; origin of the convoy
+location=-4 4 0
+; direction the convoy ships are flying to
+direction=-15
+; speed of the convoy ships
+speed=1
+; convoy ships
+ship=maps/independent/galaxy
+ship=maps/independent/shootingstar
+ship=maps/independent/avenger
+ship=maps/independent/avenger
+
+[entity]
+label=ensor
+model=maps/independent/ensor
+location=-4 -2 0
+color=0.7 0.7 0.9
+colorsecond=0.7 0.8 0.95
+radius=2
+yaw=45
+
+[globe]
+bright=yes
+label=star
+name=Star
+color=0.8 1 0.8
+radius=8
+location=64 0 0
+corona=horizglow \ No newline at end of file