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

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

[zone]
; [string] zone name
name=Brogha system
; [string] sky texture
sky=sky21

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

[star]
; [string] entity label
label=star
; [string] entity name
name=class D 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
direction=180
; [float] rotation speed, in degrees per second
rotationspeed=1
; this is a dockable planet
dock=yes
info=Planet Brogha is largest exporter of agricultural products in the Independent Colonies.

	[ship]
	label=vector

	[ship]
	label=scalar

	[ship]
	label=matrix

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

[navpoint]
label=navpoint_solar
name=Navigation point Solar
location=-486 0 16
model=maps/static/navpoint

; ------------------------------------------------------------------ 
; CANTOR STATION

[station]
label=cantor
name=Cantor observatory
location=-512 0 32
color=222 192 145
colorsecond=.5 .4 .4
direction=-45
model=maps/colonial/cantor

	[ship]
	label=vector

	[ship]
	label=scalar

	[ship]
	label=pod

	[cargo]
	label=gold
	price=1500
	amount=0

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

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

[navpoint]
label=navpoint_west
name=Navigation point West
location=-540 840 128
model=maps/static/navpoint

[jumpgate]
label=jumpgate_ghant
name=Jumpgate Brogha -> Ghant
model=maps/colonial/jumpgate
target=ghant:jumpgate_brogha
location=-540 808 128
direction=270
color=222 192 145

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

[navpoint]
label=navpoint_east
name=Navigation point East
location=700 -992 -8
model=maps/static/navpoint

[jumpgate]
label=jumpgate_eastend
name=Jumpgate Brogha -> East End
model=maps/colonial/jumpgate
target=eastend:jumpgate_brogha
location=700 -1024 0
direction=180
color=222 192 145