Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 4bd735c87d877575b6ef75f0e5bf95e4fc6ba544 (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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
;
; ghant.ini
; world description for the Ghant system
;
; ------------------------------------------------------------------
; ZONE IDENTIFICATION

[zone]
; [string] zone name
name=Ghant system
; [string] skybox name
sky=sky02
; [r g b] ambient color
ambient=0.05 0.05 0.0
; [x y z] galactic location
location=466 278 0
; faction
faction=colonies
; zone information
info=The Ghant system.

; ------------------------------------------------------------------
; ORIGIN

[navpoint]
; [string] entity label
label=navpoint_origin
; [string] entity name
name=Navigation point Origin
; [x y x] entity location
location=0 0 0

; ------------------------------------------------------------------
; STAR

[star]
; [string] entity label
label=star
; [string] entity name
name=class A star
location=512 -512 0
; [float] entity radius (10 game units == 1km ingame)
radius=90
; [r g b] entity primary color, values in the 0-255 range
color=255 255 255
corona=default

; ------------------------------------------------------------------
; PLANET GHANT

[planet]
; [string] entity label
label=ghant
; [string] entity name
name=planet Ghant
; [x y x] entity location
location=-270 -800 32
angles=-15 0 0
; [float] entity radius (10 game units == 1km ingame)
radius=64
; [r g b] entity primary color, values in the 0-1 range
;color=0.82 0.50 .2
; [string] globe texture name
texture=planets/ghant
; [float] rotation speed, in degrees per second
rotationspeed=1
dock=yes

; info text
info=Despite its relatively unimportant strategic value, planet Ghant represents the political and economical
info=heartland of the Independent Colonies. Most of this once mineral-rich world's natural resources have been
info=depleted by intensive mining operations, but an intesive terraforming operation is slowly transforming the
info=arid climate into a more hospitable environment. This ongoing process requires regular imports of terraforming
info=equipment and other related technologies.

	[cargo]
	label=terraformingequipment
	price=1650
	amount=0

	[cargo]
	label=water
	price=8
	amount=-1

	[cargo]
	label=gold
	price=1250
	amount=0

	; available ship types
	[ship]
	label=vector

	[ship]
	label=scalar

	[ship]
	label=pod

; ------------------------------------------------------------------
; ALEXANDRIA OUTPOST

[station]
; [string] entity label
label=alexandria
; [string] entity name
name=Alexandria outpost
; [x y x] entity location
location=-192 -704 32
angles=0 45 0
; entity radius
radius=8
; [string] entity model name
model=maps/colonial/alexandria
; [string] faction this entity belongs to, sets faction colors
faction=colonies
; this is the default base where new players are docked
default=yes

; info text
info=Alexandria outpost serves as a commercial and entertainment centre for the Ghant system.
info=Because of its remote location, it is also a popular transit zone for more shady operations,

	; available ship types
	[ship]
	label=vector

	; available cargo types
	[cargo]
	; always declare the label first
	label=crates
	; price this base sells and busy the cargo at
	price=25
	; initial amount, -1 means unlimited supply
	amount=-1

	[cargo]
	label=liquor
	price=325
	; no initial supply
	amount=0

	[cargo]
	label=niobium
	price=200
	; no initial supply
	amount=0

	[cargo]
	label=iron
	price=150
	; no initial supply
	amount=0

	[cargo]
	label=carbosteel
	price=500
	; no initial supply
	amount=0

	[cargo]
	label=water
	price=10
	amount=0

[entity]
label=alexandria_storage1
name=storage tanks
location=-176 -720 32
angles=0 45 0
model=maps/colonial/alexandria_storage
faction=colonies

[entity]
label=alexandria_storage2
name=storage tanks
location=-172 -720 32
angles=0 45 0
model=maps/colonial/alexandria_storage
faction=colonies

; ------------------------------------------------------------------
; BATTLESHIP CUSTODIAN

[station]
; typically, a station uses a 'model=' line. however, since this is technically
; a ship that acts just like a station, we need to use a 'ship=' line instead.
; this allows us to scale the model automatically based on the ship's template,
; meaning less maintenance in the event that the template is changed in the
; future. make sure you specify 'ship=' before any other lines to make sure your
; settings override the ones from the ship template
ship=custodian
label=custodian
name=Battleship Custodian
location=-204 -656 32
angles=0 305 0
faction=militia

	[ship]
	label=sharkan

	[ship]
	label=tiger

	[cargo]
	label=liquor
	price=350
	amount=0

	[cargo]
	label=water
	price=10
	amount=0

; ------------------------------------------------------------------
; PLANET SEYMOUR

[planet]
; [string] entity label
label=seymour
; [string] entity name
name=Planet Seymour
; [x y x] entity location
location=-128 1032 -32
; [float] entity radius (10 game units == 1km ingame)
radius=68
; [r g b] entity color, values in the 0-1 range
color=1 .9 .5
; [string] globe texture name
texture=planets/seymour

; ------------------------------------------------------------------
; REGULA STATION

[station]
label=regula
name=Regula Station
location=-128 928 -32
angles=0 225 0
model=maps/colonial/regula
color=0.4 0.7 0

info=Regula station is the headquarters of the local niobium mining operation.

	[ship]
	label=vector

	[ship]
	label=scalar

	[cargo]
	label=crates
	price=50
	amount=0

	[cargo]
	label=niobium
	price=150
	; unlimited supply
	amount=-1

	[cargo]
	label=water
	price=14
	amount=0

[entity]
label=regula_storage
name=Storage tanks
location=-122 928 -32
model=maps/colonial/regula_storage
color=0.4 0.7 0

; ------------------------------------------------------------------
; KRONENBADEN JUMPGATE

[jumpgate]
; name and info are automaticly set for jumpgates
label=jumpgate_kronenbaden
location=570 1346 64
angles=0 260 0
target=kronenbaden:jumpgate_ghant
faction=colonies

; ------------------------------------------------------------------
; IKARUS SATELLITE

[entity]
label=ikarus
name=Ikarus satellite
location=64 -16 0
angles=-15 120 0
model=maps/colonial/ikarus
faction=militia

; ------------------------------------------------------------------
; BROGHA JUMPGATE

[jumpgate]
; name and info are automaticly set for jumpgates
label=jumpgate_brogha
location=686 -1202 24
angles=0 120 0
target=brogha:jumpgate_ghant
faction=colonies

; ------------------------------------------------------------------
; ANTWERP JUMPGATE

[jumpgate]
label=jumpgate_antwerp
location=1084 324 32
angles=0 200 0
target=antwerp:jumpgate_ghant
faction=colonies

; ------------------------------------------------------------------
; WARSAW JUMPGATE

[jumpgate]
label=jumpgate_warsaw
location=-840 324 -8
angles=0 320 0
target=warsaw:jumpgate_ghant
faction=colonies