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

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

[entity]
; name of the entity
name=station: Alexandria
; name of the model, without .map suffix
model=stations/alexandria
; location, z should be 0 for now
location=0 -64 0

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

[entity]
name=ship: Canasta
model=ships/canasta
location=16.5 20.5 0
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