blob: a051a876b7c782ecaaf660ce418aa25a44877a6c (
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
|
;
; warsaw.ini
; world description for the Warsaw system
;
[zone]
name=Warsaw system
; ------------------------------------------------------------------
; CLASS M STAR
[star]
; [string] entity label
label=star
; [string] entity name
name=class K star
location=1024 0 0
; [r g b] entity primary color, values in the 0-255 range
color=219 91 0
; [float] entity radius (10 game units == 1km ingame)
radius=64
; ------------------------------------------------------------------
; KRONENBADEN JUMPGATE
[jumpgate]
label=jumpgate_kronenbaden
target=kronenbaden:jumpgate_warsaw
location=768 600 -32
yaw=180
faction=colonies
; ------------------------------------------------------------------
; KHORSAND JUMPGATE
[jumpgate]
label=jumpgate_khorsand
target=khorsand:jumpgate_warsaw
location=-200 -400 0
yaw=90
faction=colonies
|