Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-09-20 10:41:44 +0000
committerStijn Buys <ingar@osirion.org>2008-09-20 10:41:44 +0000
commiteec701701456af08eab22e6ee850fa1ad0875cc5 (patch)
treebc22ea529d59fc4605962f6f6f7dc6b869a0e13c
parentc07866cf6160ef0d4c5b7d92a13e883b6a2a3aa1 (diff)
added Dover, Burton and East End
-rw-r--r--base/ini/world.ini4
-rw-r--r--base/ini/zones/brogha.ini4
-rw-r--r--base/ini/zones/burton.ini30
-rw-r--r--base/ini/zones/dover.ini54
-rw-r--r--base/ini/zones/eastend.ini0
-rw-r--r--base/ini/zones/lindblade.ini23
-rw-r--r--base/textures/env/sky25.pngbin0 -> 2487169 bytes
7 files changed, 102 insertions, 13 deletions
diff --git a/base/ini/world.ini b/base/ini/world.ini
index be88917..b116958 100644
--- a/base/ini/world.ini
+++ b/base/ini/world.ini
@@ -8,8 +8,10 @@
zone=ghant
zone=brogha
zone=race
-; central planets
+; lindblade space
zone=lindblade
+zone=dover
+zone=burton
; tsu-khan space
zone=kiana
diff --git a/base/ini/zones/brogha.ini b/base/ini/zones/brogha.ini
index a1d76ef..b35c3b2 100644
--- a/base/ini/zones/brogha.ini
+++ b/base/ini/zones/brogha.ini
@@ -57,7 +57,7 @@ location=-242 0 16
[entity]
label=cantor
-name=Cantor solar observatory
+name=Cantor observatory
location=-256 0 32
color=222 192 145
colorsecond=.5 .4 .4
@@ -82,6 +82,6 @@ location=-512 792 120
[jumppoint]
label=jumppoint_ghant
-name=Jump point Brogha -> Ghant
+name=Jumppoint Brogha -> Ghant
location=-512 1024 0
target=ghant:jumppoint_brogha
diff --git a/base/ini/zones/burton.ini b/base/ini/zones/burton.ini
new file mode 100644
index 0000000..f04f626
--- /dev/null
+++ b/base/ini/zones/burton.ini
@@ -0,0 +1,30 @@
+;
+; burton.ini
+; world description for the Burton system
+;
+
+;
+; ZONE IDENTIFICATION
+[zone]
+name=Burton system
+
+;
+; 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 K star
+location=-256 0 0
+color=1 .9 .5
+radius=84
diff --git a/base/ini/zones/dover.ini b/base/ini/zones/dover.ini
new file mode 100644
index 0000000..a7970b2
--- /dev/null
+++ b/base/ini/zones/dover.ini
@@ -0,0 +1,54 @@
+;
+; 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=242 0 -16
+
+[entity]
+label=jumpgate_lindblade
+name=Jumpgate Dover -> Lindblade
+model=satellites/jumpgate
+color=0.5 0.1 0.1
+location=256 0 0
+direction=18`0
+
+[jumppoint]
+label=jumppoint_lindblade
+name=Jumppoint Dover -> Lindblade
+location=-264 -0 -16
+target=lindblade:jumppoint_dover
diff --git a/base/ini/zones/eastend.ini b/base/ini/zones/eastend.ini
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/base/ini/zones/eastend.ini
diff --git a/base/ini/zones/lindblade.ini b/base/ini/zones/lindblade.ini
index b4a3a97..a05a21f 100644
--- a/base/ini/zones/lindblade.ini
+++ b/base/ini/zones/lindblade.ini
@@ -14,9 +14,6 @@ sky=sky17
;
; ORIGIN
-;
-; ORIGIN
-
[navpoint]
; [string] entity label
label=navpoint_origin
@@ -77,17 +74,23 @@ name=Navigation point 15
location=-290 -60 6
;
-; JUMPGATE
+; DOVER JUMPGATE
+
+[navpoint]
+label=navpoint_south
+name=Navigation point South
+location=-324 -768 12
[entity]
-label=jumpgate
-name=Jumpgate (inactive)
+label=jumpgate_dover
+name=Jumpgate Lindblade -> Dover
model=satellites/jumpgate
color=0.5 0.1 0.1
location=-332 -768 16
direction=90
-[navpoint]
-label=navpoint_south
-name=Navigation point South
-location=-324 -768 12
+[jumppoint]
+label=jumppoint_dover
+name=Jumppoint Lindblade -> Dover
+location=-364 -768 0
+target=dover:jumppoint_lindblade
diff --git a/base/textures/env/sky25.png b/base/textures/env/sky25.png
new file mode 100644
index 0000000..8fd2cc0
--- /dev/null
+++ b/base/textures/env/sky25.png
Binary files differ