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

; 
; ZONE IDENTIFICATION

[zone]
; [string] zone name
name=Ghant system
; [string] sky texture
sky=sky12
; [bool] this is the default system
default=yes

;
; 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

;
; 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=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
; [float] axis direction, in degrees
direction=45
; this is the default dock
default=yes

[station]
label=custodian
name=battleship Custodian
model=colonial/custodian
location=-204 -656 32
direction=305
color=222 192 145

;
; 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=colonial/regula
location=-128 928 -32
color=0.4 0.7 0
direction=225

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

;
; IKARUS SATELLITE

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

;
; BROGHA JUMPGATE

[navpoint]
label=navpoint_east
name=Navigation point East
location=716 -1008 20

[jumpgate]
label=jumpgate_brogha
name=Jumpgate Ghant -> Brogha
model=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=pirate/jumpgate
target=antwerp:jumpgate_ghant
location=1024 348 32
direction=180
color=222 192 145