Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: f3bb63954adbfc8c5b50239234f2ed21afacac16 (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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
; 
; intro.ini
;
; world description file for the intro module
;

;
; MERCHANT INTRO
;

[intro]
label=merchant
sky=sky02

[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=maps/merchant/matrix
ship=maps/merchant/matrix
ship=maps/merchant/scalar
ship=maps/merchant/scalar
ship=maps/merchant/scalar
ship=maps/merchant/vector
ship=maps/merchant/vector
ship=maps/merchant/vector
ship=maps/merchant/vector
ship=maps/merchant/vector
ship=maps/merchant/vector
ship=maps/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

;
; TSU-KHAN
;

[intro]
label=tsu-khan
sky=sky01

[convoy]
; [r g b] entity primary color, values in the 0-255 range
color=0.1 0.1 0.1
colorsecond=0.5 0 0.5
; 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=maps/tsukhan/imp
ship=maps/tsukhan/imp
ship=maps/tsukhan/imp
ship=maps/tsukhan/imp
ship=maps/tsukhan/inquisitor
ship=maps/tsukhan/inquisitor
ship=maps/tsukhan/inquisitor
ship=maps/tsukhan/ravager

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

;
; LINDBLADE
;

[intro]
label=lindblade
sky=sky03

[convoy]
; [r g b] entity primary color, values in the 0-255 range
color=0.5 0.1 0.1
colorsecond=0.5 0.25 0.1
; origin of the convoy
location=4 8 -4
; direction the convoy ships are flying to
direction=-45
; speed of the convoy ships
speed=1

ship=maps/lindblade/avatar
ship=maps/lindblade/avatar
ship=maps/lindblade/avatar
ship=maps/lindblade/avatar
ship=maps/lindblade/avatar
ship=maps/lindblade/avatar
ship=maps/lindblade/avatar
ship=maps/lindblade/avatar
ship=maps/lindblade/avatar
ship=maps/lindblade/avatar
ship=maps/lindblade/avatar
ship=maps/lindblade/avatar
ship=maps/lindblade/supertanker

[globe]
bright=yes
label=star
name=Star
color=1 .9 .5
radius=92
location=128 32 64