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-08-26 18:53:53 +0000
committerStijn Buys <ingar@osirion.org>2008-08-26 18:53:53 +0000
commit04e8e04c7a0bee277a15de8eb2ef8c7e2b31957d (patch)
tree74541329a10b70ff04f402fa54062a095b24c6a0
parent29d9826fb6f717d76e3d2573c0f063292f495aef (diff)
brogha system
-rw-r--r--base/ini/world.ini7
-rw-r--r--base/ini/zones/brogha.ini61
-rw-r--r--base/ini/zones/ghant.ini13
-rw-r--r--base/textures/planets/brogha.pngbin0 -> 1820848 bytes
4 files changed, 73 insertions, 8 deletions
diff --git a/base/ini/world.ini b/base/ini/world.ini
index d15fc78..be88917 100644
--- a/base/ini/world.ini
+++ b/base/ini/world.ini
@@ -4,8 +4,13 @@
;
[world]
+; borderworld colonies
zone=ghant
+zone=brogha
+zone=race
+; central planets
zone=lindblade
+; tsu-khan space
zone=kiana
-zone=race
+
diff --git a/base/ini/zones/brogha.ini b/base/ini/zones/brogha.ini
new file mode 100644
index 0000000..db0b30c
--- /dev/null
+++ b/base/ini/zones/brogha.ini
@@ -0,0 +1,61 @@
+;
+; ghant.ini
+; world description for the Ghant system
+;
+
+;
+; ZONE IDENTIFICATION
+
+[zone]
+; [string] zone name
+name=Brogha system
+; [string] sky texture
+sky=sky
+
+;
+; 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 -256 32
+; [r g b] entity primary color, values in the 0-1 range
+color=.2 0.80 0.60
+; [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
+
+[entity]
+label=jumpgate_ghant
+name=Jumpgate Brogha -> Ghant
+model=satellites/jumpgate
+location=-512 1024 128
+direction=270
+color=222 192 145
+
+[navpoint]
+label=navpoint_east
+name=Navigation point East
+location=-512 992 120
diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini
index 1786ab0..c9acd9a 100644
--- a/base/ini/zones/ghant.ini
+++ b/base/ini/zones/ghant.ini
@@ -132,15 +132,14 @@ direction=120
pitch=15
[entity]
-label=inactive_jumpgate
-name=Jumpgate (inactive)
+label=jumpgate_brogha
+name=Jumpgate Ghant -> Brogha
model=satellites/jumpgate
-location=780 -1024 24
-direction=180
-color=100 100 230
-colorsecond=1 0 0
+location=128 -1536 24
+direction=90
+color=222 192 145
[navpoint]
label=navpoint_east
name=Navigation point East
-location=780 -1024 20
+location=128 -1500 20
diff --git a/base/textures/planets/brogha.png b/base/textures/planets/brogha.png
new file mode 100644
index 0000000..6d2de17
--- /dev/null
+++ b/base/textures/planets/brogha.png
Binary files differ