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

[planet]
; [string] entity label
label=brogha
; [string] entity name
name=planet Brogha
; [x y x] entity location
location=512 -464 32
; [r g b] entity primary color, values in the 0-1 range
color=.7 0.95 0.4
; [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] rotation speed, in degrees per second
rotationspeed=1

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

;
; CANTOR STATION

[entity]
label=cantor
name=Cantor solar observatory
location=-256 0 32
color=222 192 145
colorsecond=.5 .4 .4
direction=135
model=stations/cantor

;
; GHANT JUMPGATE

[entity]
label=jumpgate_ghant
name=Jumpgate Brogha -> Ghant
model=satellites/jumpgate
location=-512 824 128
direction=270
color=222 192 145

[navpoint]
label=navpoint_west
name=Navigation point West
location=-512 792 120