Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: c9b4f37f399e9c7bd54b9b39acfcba12d227a015 (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
; world.ini
; describes the entities in the game world
;
; Note: the .ini parser isn't very robust

;
; STAR

[star]
name=star: Sabishi Hoshi
location=256 -256 0
; RGB color, values in the 0-255 range
color=255 255 255


;
; PLANET SEYMOUR

[entity]
name=planet: Seymour
shape=sphere
radius=32
location=-128 128 0
color=0.77 0.42 0

;
; ALEXANDRIA STATION

[entity]
name=station: Alexandria
model=stations/alexandria
location=0 -68 0
;color=.9 .75 .55
color=222 192 145

[entity]
name=battleship: Custodian
model=ships/custodian
location=12 -64 0
color=222 192 145
direction=150

;
; IKARUS SATELLITE

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

;
; REGULA STATION

[entity]
name=station: Regula
model=stations/regula
location=0 32 0
color=0.4 0.7 0

;
; SHIPYARD

[entity]
name=ship: Canasta
model=ships/canasta
location=16 20 0
color=127 127 1
direction=-90

[entity]
name=ship: Canasta
model=ships/canasta
location=16.5 20.5 0
; RGB color, values in the 0-1 range
color=0.7 0.7 1
direction=90

[entity]
name=ship: Micron Vector
model=ships/vector
location=17 21 0
color=1 0.5 0.5
direction=-90

[entity]
name=ship: Micron Vector
model=ships/vector
location=17.5 21.5 0
color=1 0.7 0.7
direction=90

[entity]
name=ship: Orion
model=ships/orion
location=18 22 0
color=0.5 0.5 1
direction=-90

[entity]
name=ship: Orion
model=ships/orion
location=18.5 22.5 0
color=1 0.4 0.7
direction=90

[entity]
name=ship: Sharkan
model=ships/sharkan
location=18 18 0
color=0.0 1 0.2
direction=-90

[entity]
name=ship: Sharkan
model=ships/sharkan
location=18.5 18.5 0
color=0.0 0.7 0.2
direction=90

;
; ORIGIN

[entity]
name=axis: Galactic Origin
shape=axis
radius=1
location=0 0 0
color=1 1 0

;
; TEST

;[entity]
;name=cube: Borg Cube Green
;shape=cube
;radius=1
;location=24 24 0
;color=0 255 0

;[entity]
;name=cube: Borg Cube Red
;shape=cube
;radius=1
;location=16 16 0
;color=255 0 0

;[entity]
;name=sphere: The Yellow Sphere
;shape=sphere
;radius=1
;location=0 40 0
;color=0.8 0.8 0