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>2010-11-18 15:37:16 +0000
committerStijn Buys <ingar@osirion.org>2010-11-18 15:37:16 +0000
commit8ecf395cc6f0099793d6905b09c5ef13e0a97f3a (patch)
treea308883b95ecab62baa7b23fe1e51d00deadb342 /base/ini/zones/ghant.ini
parent7ec8441ddf2fcf4a72c706f39163be5361d279bd (diff)
Replaced direction keys with yaw keys in the zone ini files, changed the sign of the pitch keys.
Diffstat (limited to 'base/ini/zones/ghant.ini')
-rw-r--r--base/ini/zones/ghant.ini20
1 files changed, 10 insertions, 10 deletions
diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini
index 35f4b83..476259d 100644
--- a/base/ini/zones/ghant.ini
+++ b/base/ini/zones/ghant.ini
@@ -54,7 +54,7 @@ texture=planets/ghant
; [float] entity radius (10 game units == 1km ingame)
radius=64
; [float] axis pitch, in degrees
-pitch=15
+pitch=-15
; [float] rotation speed, in degrees per second
rotationspeed=1
@@ -73,7 +73,7 @@ faction=colonies
; [x y x] entity location
location=-192 -704 32
; [float] axis direction, in degrees
-direction=45
+yaw=45
; this is the default base where new players are docked
default=yes
; info text
@@ -121,7 +121,7 @@ name=storage tanks
model=maps/colonial/alexandria_storage
faction=colonies
location=-176 -720 32
-direction=45
+yaw=45
[entity]
@@ -130,7 +130,7 @@ name=storage tanks
model=maps/colonial/alexandria_storage
faction=colonies
location=-172 -720 32
-direction=45
+yaw=45
; ------------------------------------------------------------------
; BATTLESHIP CUSTODIAN
@@ -141,7 +141,7 @@ label=custodian
name=Battleship Custodian
faction=colonies
location=-204 -656 32
-direction=305
+yaw=305
[ship]
label=sharkan
@@ -177,7 +177,7 @@ name=Regula Station
model=maps/colonial/regula
location=-128 928 -32
color=0.4 0.7 0
-direction=225
+yaw=225
info=Regula station is the headquarters of the local nobium mining operation.
[ship]
@@ -213,8 +213,8 @@ name=Ikarus satellite
model=maps/colonial/ikarus
faction=militia
location=64 -16 0
-direction=120
-pitch=15
+yaw=120
+pitch=-15
; ------------------------------------------------------------------
; BROGHA JUMPGATE
@@ -230,7 +230,7 @@ label=jumpgate_brogha
target=brogha:jumpgate_ghant
faction=colonies
location=716 -1024 24
-direction=90
+yaw=90
; ------------------------------------------------------------------
; ANTWERP JUMPGATE
@@ -242,5 +242,5 @@ model=maps/pirate/jumpgate
target=antwerp:jumpgate_ghant
faction=pirates
location=1024 348 32
-direction=180
+yaw=180