Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 3c903dfef91c5ca921563e35f97557475643dd0b (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
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
;
; 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 is the headquarters of the Merchants Association.

; ------------------------------------------------------------------
; 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=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
faction=merchants
; reset faction colors
color=255 255 255
colorsecond=255 255 255
; info text
infoname=Merchants Association headquarters

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 extensive 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.
info=
info=The Merchants Association has placed its headquarters strategicly on planet Ghant, enjoying the favourable
info=fiscal climate of the Independent Colonies.

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

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

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

	[cargo]
	label=optronics
	; default price
	;price=
	; no initial supply
	amount=0

	[cargo]
	label=water
	amount=-1

	[cargo]
	label=gold

	[cargo]
	label=diamonds

	; available ship types
	[ship]
	label=vector

	[ship]
	label=scalar

	; weapon trade definitions
	[weapon]
	label=mine_dumb
	amount=-1

	[weapon]
	label=laser1
	amount=-1

	[weapon]
	label=turretlaser1
	amount=-1

; ------------------------------------------------------------------
; 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
infoname=Merchant outpost

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,

	; ship trade definitions
	[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 trade definitions
	[cargo]
	label=liquor
	price=325
	; no initial supply
	amount=0

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

	[cargo]
	label=medicines
	price=275
	; no initial supply
	amount=0

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

	; weapon trade definitions
	[weapon]
	label=mine_dumb
	amount=-1

	[weapon]
	label=laser1
	amount=-1

[entity]
template=storagetanks
label=alexandria_storage1
name=Storage tanks
location=-176 -720 32
angles=0 45 0
faction=colonies

[entity]
template=storagetanks
label=alexandria_storage2
name=Storage tanks
location=-172 -720 32
angles=0 45 0
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
; type of cannons
cannon=blaster1
; type of turrets
turret=turretblaster1
; info text
infoname=Colonial cruiser

	[ship]
	label=tiger

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

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

	; weapon trade definitions
	[weapon]
	label=mine_dumb
	amount=-1

	[weapon]
	label=blaster1
	amount=-1

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

[planet]
; [string] entity label
label=seymour
; [string] entity name
name=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
infoname=Niobium mining facility

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

	[ship]
	label=vector

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

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

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

	[weapon]
	label=laser1
	amount=-1

[entity]
template=storageunit
label=regula_storage
name=Storage unit
location=-122 928 -32
angles=0 -90 0
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=320 -196 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

; ------------------------------------------------------------------
; PIRATE BASE

[station]
label=kledden
name=Kledden
location=1434 1265 -32
angles=0 230 0
radius=10
model=maps/pirate/base_asteroid
faction=pirates
turret=turretlaser1
infoname=Pirate base


	[ship]
	label=raider

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

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

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

	[weapon]
	label=laser1
	amount=-1

; ------------------------------------------------------------------
; MERCHANT TRADE ROUTE

[patrol]
label=convoy_merchants
location=1192 -912 0
faction=merchants
profile=convoy

	[npc]
	name=Merchant
	; ship model used by this NPC type
	ship=vector
	; the type of cannon this NPC type will use
	cannon=laser1
	; maximal amount of NPCs of this type to add
	amount=3

	[waypoint]
	target=alexandria
	; dock at this waypoint
	dock=yes
	; cargo to buy at this waypoint
	cargo=crates

	[waypoint]
	target=regula
	dock=yes
	cargo=niobium

; ------------------------------------------------------------------
; MILITIA PATROL

[patrol]
label=patrol_militia
location=1160 -1144 0
faction=militia
profile=patrol

	[npc]
	name=Militia
	ship=tiger
	cannon=blaster1

	[npc]
	name=Militia
	ship=tiger
	cannon=blaster1
	amount=3

	[waypoint]
	target=custodian
	dock=yes

	[waypoint]
	target=jumpgate_brogha

	[waypoint]
	target=jumpgate_antwerp

	[waypoint]
	target=jumpgate_kronenbaden

	[waypoint]
	target=navpoint_origin

	[waypoint]
	target=jumpgate_warsaw

; ------------------------------------------------------------------
; PIRATE PATROL

[patrol]
label=patrol_pirates
location=1360 -1400 0
faction=pirates
profile=patrol

	[npc]
	name=Pirate
	ship=raider
	cannon=laser1

	[npc]
	name=Pirate
	ship=raider
	cannon=laser1
	amount=2

	[waypoint]
	target=kledden
	dock=yes
	
	[waypoint]
	target=jumpgate_antwerp
	
	[waypoint]
	target=kledden
	dock=yes
	
	[waypoint]
	target=jumpgate_kronenbaden