Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 96b0c61c9657e9fbb98cc77ea2de4f242ccfb2b3 (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
;
; antwerp.ini
; world description for the Antwerp system
;

; 
; ZONE IDENTIFICATION

[zone]
name=Antwerp system
sky=sky35

;
; STAR

[star]
; [string] entity label
label=star
; [string] entity name
name=class D star
location=256 -1512 0
; [r g b] entity primary color, values in the 0-255 range
color=248 248 255
; [float] entity radius (10 game units == 1km ingame)
radius=88

[station]
label=helianthos
name=Starbase Helianthos
model=colonial/helianthos
location=512 -512 0
color=222 192 145
colorsecond=160 160 160

;
; BUCCANEERS' DEN

[station]
label=buccaneers
name=Buccaneers' Den
model=pirate/juggernaut
location=-768 1280 0
color=158 0 255

;
; GHANT JUMPGATE

[navpoint]
label=navpoint_south
name=Navigation point South
location=-1024 256 0
model=static/navpoint

[jumpgate]
label=jumpgate_ghant
name=Jumpgate Antwerp -> Ghant
model=pirate/jumpgate
target=ghant:jumpgate_antwerp
color=158 0 255
location=-1048 256 8
direction=0

;
; DOVER JUMPGATE

[navpoint]
label=navpoint_north
name=Navigation point North
location=996 -256 0
model=static/navpoint

[jumpgate]
label=jumpgate_dover
name=Jumpgate Antwerp -> Dover
model=pirate/jumpgate
target=dover:jumpgate_antwerp
color=158 0 255
location=1024 -302 0
direction=300

;
; ANARA JUMPGATE

[navpoint]
label=navpoint_west
name=Navigation point West
location=256 1024 16
model=static/navpoint

[jumpgate]
label=jumpgate_anara
name=Jumpgate Antwerp -> Anara
model=pirate/jumpgate
target=anara:jumpgate_antwerp
color=158 0 255
location=384 1056 16
direction=300