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

; ------------------------------------------------------------------ 
; ZONE IDENTIFICATION

[zone]
; [string] zone name
name=Brogha system
; [string] skybox name
sky=sky03
; [x y z] galactic location
location=536 270 0
; faction
faction=colonies
; zone information
info=The Brogha system.

; ------------------------------------------------------------------ 
; STAR

[star]
; [string] entity label
label=star
; [string] entity name
name=class F star
location=-1024 -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 BROGHA

[planet]
; this is the default dock for this zone
default=yes
; [string] entity label
label=brogha
; [string] entity name
name=planet Brogha
; [x y x] entity` location
location=768 0 32
; [r g b] entity primary color, values in the 0-1 range
;color=.7 0.95 0.4
color=1 1 1
; [string] globe texture name
texture=planets/brogha
; [float] entity radius (10 game units == 1km ingame)
radius=64
; [float] axis pitch, in degrees
pitch=-15
; [float] direction, in degrees
yaw=180
; [float] rotation speed, in degrees per second
rotationspeed=1
; this is a dockable planet
dock=yes
info=Planet Brogha is the largest exporter of agricultural products in the Independent Colonies.

	[ship]
	label=vector

	[ship]
	label=scalar

	[cargo]
	label=liquor
	price=250
	amount=-1

	[cargo]
	label=water
	price=5
	amount=-1
	
	[cargo]
	label=phosphine
	price=720
	amount=0
	
	; weapon trade definitions
	[weapon]
	label=mine_dumb
	amount=-1
	
	[weapon]
	label=laser1
	amount=-1
	
	[weapon]
	label=laser2
	amount=-1

[navpoint]
label=navpoint_solar
name=Navigation point Solar
location=-486 0 16

; ------------------------------------------------------------------ 
; CANTOR OBSERVATORY

[station]
label=cantor
name=Cantor observatory
model=maps/colonial/cantor
faction=research
location=-512 0 32
yaw=-45
info=Research facility.

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

	[cargo]
	label=water
	price=10
	amount=0
	
	[cargo]
	label=medicines
	price=290
	amount=0
	
	[cargo]
	label=optronics
	price=520

; ------------------------------------------------------------------ 
; GHANT JUMPGATE

[jumpgate]
; name and info are automaticly set for jumpgates
label=jumpgate_ghant
faction=colonies
target=ghant:jumpgate_brogha
location=-440 808 128
yaw=270

; ------------------------------------------------------------------ 
; EASTEND JUMPGATE

[jumpgate]
label=jumpgate_eastend
faction=colonies
target=eastend:jumpgate_brogha
location=700 -1024 0
yaw=180

; ------------------------------------------------------------------
; KHORSAND JUMPGATE

[jumpgate]
label=jumpgate_khorsand
target=khorsand:jumpgate_brogha
faction=colonies
location=-256 -768 8
yaw=90

; ------------------------------------------------------------------
; 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=scalar
	; the type of cannon this NPC type will use
	cannon=laser2
	; the type of turret this NPC type will use
	turret=turretlaser1
	; maximal amount of NPCs of this type to add
	amount=2
	
	[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=brogha
	; dock at this waypoint
	dock=yes
	; cargo to pick up at this waypoint
	cargo=liquor
	
	[waypoint]
	target=jumpgate_ghant
	; dock at this waypoint
	dock=yes

	[waypoint]
	target=ghant:ghant
	; dock at this waypoint
	dock=yes
	; cargo to pick up at this waypoint
	cargo=niobium
	
	[waypoint]
	target=ghant:jumpgate_brogha
	; dock at this waypoint
	dock=yes