Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 11bdd02f5be646a282b77b4e136b93298dcd44f2 (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
;
; eastend.ini
; world description for the East End system
;

;
; ZONE IDENTIFICATION


[zone]
name=East End system
sky=sky31

[navpoint]
label=navpoint_origin
name=Navigation point Origin
location=0 0 0

;
; ENSOR STATION

[station]
label=ensor
name=Ensor station
color=0.7 0.7 0.9
colorsecond=0.7 0.8 0.95
location=-32 0 2
direction=30
model=stations/ensor
; this entity is the default zone view
default = yes

;
; DOVER JUMPGATE

[navpoint]
label=navpoint_west
name=Navigation point West
location=0 504 0

[jumpgate]
label=jumpgate_dover
name=Jumpgate East End -> Dover
model=satellites/jumpgate
target=dover:jumpgate_eastend
color=0.7 0.7 0.9
colorsecond=0.7 0.8 0.95
location=0 512 0
direction=270

;
; WHENDUNE JUMPGATE

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

[jumpgate]
label=jumpgate_whendune
name=Jumpgate East End -> Whendune
model=satellites/jumpgate
target=whendune:jumpgate_eastend
color=0.7 0.7 0.9
colorsecond=0.7 0.8 0.95
location=0 -512 0
direction=90