Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: c14e69eb934e8dc05a64bf95abe53175b1ac5a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
; 
; 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
; origin of the convoy
location=-16 -4 0
; direction the convoy ships are flying to
direction=15
; speed of the convoy ships
speed=1

; 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

[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