Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 2fb899b3880c9b625ceb4cc624b459a4e52f3071 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
; 
; intro.ini
;
; world description file for the intro module
;

;
; MERCHANT INTRO
;

[intro]
label=merchant
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=merchant/matrix
ship=merchant/matrix
ship=merchant/tensor
ship=merchant/tensor
ship=merchant/tensor
ship=merchant/vector
ship=merchant/vector
ship=merchant/vector
ship=merchant/vector
ship=merchant/vector
ship=merchant/vector
ship=merchant/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

;
; MILITARY
;

[intro]
label=military
sky=sky36

[convoy]
; [r g b] entity primary color, values in the 0-255 range
color=127 26 127
colorsecond=0 0 0
; origin of the convoy
location=12 16 0
; direction the convoy ships are flying to
direction=-45
; speed of the convoy ships
speed=1

; convoy ships
ship=tsukhan/scout
ship=tsukhan/scout
ship=tsukhan/scout
ship=tsukhan/scout
ship=tsukhan/interceptor
ship=tsukhan/interceptor
ship=tsukhan/interceptor
ship=tsukhan/ravager

[globe]
bright=yes
label=star
name=Star
color=210 210 255
radius=64
location=512 96 128