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-09-28 21:33:38 +0000
committerStijn Buys <ingar@osirion.org>2008-09-28 21:33:38 +0000
commit84f28f9d76833ccbddcf3e8205485494c8656d44 (patch)
tree6051b96ed26dafb57d1fcd3550003bb37a3e2b79 /base/ini/intro.ini
parent0dc426cda65d0e8443075e5173003e55cd7f27ed (diff)
intro world description ini file
Diffstat (limited to 'base/ini/intro.ini')
-rw-r--r--base/ini/intro.ini47
1 files changed, 47 insertions, 0 deletions
diff --git a/base/ini/intro.ini b/base/ini/intro.ini
new file mode 100644
index 0000000..82588e6
--- /dev/null
+++ b/base/ini/intro.ini
@@ -0,0 +1,47 @@
+;
+; intro.ini
+;
+; world description file for the intro module
+;
+
+[intro]
+sky=sky25
+
+[convoy]
+; [r g b] entity primary color, values in the 0-255 range
+color=222 192 145
+; convoy ships
+ship=matrix
+ship=matrix
+ship=tensor
+ship=tensor
+ship=tensor
+ship=vector
+ship=vector
+ship=vector
+ship=vector
+ship=vector
+ship=vector
+ship=vector
+ship=vector
+
+[globe]
+label=planet
+name=Planet
+rotationspeed=1.0
+; [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
+; location
+location=512 -128 0
+
+[globe]
+bright=yes
+label=star
+name=Star
+color=1 1 1
+radius=4
+location=512 512 -128