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

;
; ZONE IDENTIFICATION
[zone]
name=Dover system
sky=sky25

;
; ORIGIN

[navpoint]
; [string] entity label
label=navpoint_origin
; [string] entity name
name=Navigation point Origin
; [x y x] entity location
location=0 0 0

;
; STAR

[star]
label=star
name=class F star
location=-512 -512 0
color=255 238 158
radius=112

;
; LINDBLADE JUMPGATE

[navpoint]
label=navpoint_north
name=Navigation point North
location=504 0 0

[jumpgate]
label=jumpgate_lindblade
name=Jumpgate Dover -> Lindblade 
model=satellites/jumpgate
target=lindblade:jumpgate_dover
color=0.5 0.1 0.1
location=512 0 0
direction=180

;
; EAST END JUMPGATE

[navpoint]
label=navpoint_east
name=Navigation point East
location=0 -504 0

[jumpgate]
label=jumpgate_eastend
name=Jumpgate Dover -> East End
model=satellites/jumpgate
target=eastend:jumpgate_dover
color=0.5 0.1 0.1
location=0 -512 0
direction=90