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

; 
; ZONE IDENTIFICATION

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

;
; ORIGIN

[entity]
; [string] identification label
label=origin
; [string] entity name
name=Galactic origin
; [string] entity shape (ignored if the entity has a model)
shape=axis
; entity radius
radius=1
; [x y z] entity location
location=0 0 0
; [r g b] entity color, values in the 0-1 range
color=1 1 0

;
; STAR

[star]
label=star
name=white dwarf
location=128 -256 0
; [r g b] entity color, values in the 0-255 range
color=255 255 255

;
; PLANET SEYMOUR

[planet]
label=seymour
name=planet Seymour
location=-128 256 8
; [r g b] entity color, values in the 0-1 range
color=1 .9 .5
texture=planets/seymour

;
; REGULA STATION

[entity]
label=regula
name=Regula station
model=stations/regula
location=-112 220 8
color=0.4 0.7 0

[entity]
label=regula_storage
name=storage tanks
model=stations/regula_storage
location=-106 220 8
color=0.4 0.7 0

;
; PLANET GHANT

[planet]
label=ghant
name=planet Ghant
location=-154 -84 16
color=0.82 0.50 .2
texture=planets/ghant

;
; ALEXANDRIA OUTPOST

[entity]
label=alexandria
name=Alexandria outpost
model=stations/alexandria
location=-116 -68 16
direction=315
color=222 192 145

[entity]
label=custodian
name=battleship Custodian
model=ships/custodian
location=-118 -60 16
direction=310
color=222 192 145

;
; IKARUS SATELLITE

[entity]
label=ikarus
name=Ikarus satellite
model=satellites/ikarus
location=32 0 0
color=0.4 0.4 0.9
direction=120
pitch=15

[entity]
label=inactive_jumpgate
name=Jumpgate (inactive)
model=satellites/jumpgate
location=180 92 0
direction=180
color=222 192 145
colorsecond=1 0 0