Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 847104aa4a765b16c8b232e32cd09533a2516295 (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
;
; ghant.ini
; world description for the Ghant system
;

; 
; ZONE IDENTIFICATION

[zone]
; [string] zone name
name=Ghant system
; [string] sky texture
sky=sky12

;
; ORIGIN

[navpoint]
; [string] entity label
label=navpoint_origin
; [string] entity name
name=Navigation point Origin
; [x y x] entity location
location=0 0 0
; this entity is the default zone view
;default = yes
; [path] model path
model=maps/static/navpoint

;
; STAR

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

;
; PLANET GHANT

[planet]
; [string] entity label
label=ghant
; [string] entity name
name=planet Ghant
; [x y x] entity location
location=-256 -768 32
; [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] entity radius (10 game units == 1km ingame)
radius=64
; [float] axis pitch, in degrees
pitch=15
; [float] rotation speed, in degrees per second
rotationspeed=1

;
; ALEXANDRIA OUTPOST

[station]
; [string] entity label
label=alexandria
; [string] entity name
name=Alexandria outpost
; [string] entity model name
model=maps/colonial/alexandria
; [x y x] entity location
location=-192 -704 32
; [r g b] entity primary color, values in the 0-255 range
color=222 192 145
; [r g b] entity secondary color, values in the 0-255 range
colorsecond=160 160 160
; [float] axis direction, in degrees
direction=45
; this is the default dock
default=yes

[entity]
label=alexandria_storage1
name=storage tanks
model=maps/colonial/alexandria_storage
location=-176 -720 32
color=222 192 145
colorsecond=160 160 160
direction=45

[entity]
label=alexandria_storage2
name=storage tanks
model=maps/colonial/alexandria_storage
location=-172 -720 32
color=222 192 145
colorsecond=160 160 160
direction=45

[station]
label=custodian
name=battleship Custodian
model=maps/colonial/custodian
location=-204 -656 32
direction=305
color=222 192 145
; [r g b] entity secondary color, values in the 0-255 range
colorsecond=160 160 160

;
; PLANET SEYMOUR

[planet]
; [string] entity label
label=seymour
; [string] entity name
name=planet Seymour
; [x y x] entity location
location=-128 1024 -32
; [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

;
; REGULA STATION

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

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

;
; IKARUS SATELLITE

[entity]
label=ikarus
name=Ikarus satellite
model=maps/colonial/ikarus
location=64 -16 0
color=100 100 230
direction=120
pitch=15

;
; BROGHA JUMPGATE

[navpoint]
label=navpoint_east
name=Navigation point East
location=716 -1008 20
model=maps/static/navpoint

[jumpgate]
label=jumpgate_brogha
name=Jumpgate Ghant -> Brogha
model=maps/colonial/jumpgate
target=brogha:jumpgate_ghant
location=716 -1024 24
direction=90
color=222 192 145

;
; ANTWERP JUMPGATE

[jumpgate]
label=jumpgate_antwerp
name=Jumpgate Ghant -> Antwerp
model=maps/pirate/jumpgate
target=antwerp:jumpgate_ghant
location=1024 348 32
direction=180
color=158 0 255