From 49926a34048cf9e37c8a02999926c5e8b647915a Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 11 Nov 2008 14:42:22 +0000 Subject: completed path from Ghant to Lindblade --- base/ini/ships.ini | 3 ++- base/ini/world.ini | 1 + base/ini/zones/brogha.ini | 4 ++-- base/ini/zones/eastend.ini | 17 +++++++++++++++++ base/ini/zones/ghant.ini | 5 +---- base/ini/zones/whendune.ini | 16 ++++++++++++++++ 6 files changed, 39 insertions(+), 7 deletions(-) diff --git a/base/ini/ships.ini b/base/ini/ships.ini index 7ef9910..5a0dfe6 100644 --- a/base/ini/ships.ini +++ b/base/ini/ships.ini @@ -1,6 +1,7 @@ -specifications ; +; ships.ini ; these are the ships that can be purchased with the 'buy' command +; [ship] ; identification label diff --git a/base/ini/world.ini b/base/ini/world.ini index 7e4f051..a599e4a 100644 --- a/base/ini/world.ini +++ b/base/ini/world.ini @@ -24,3 +24,4 @@ zone=kiana ; misc systems zone=race + diff --git a/base/ini/zones/brogha.ini b/base/ini/zones/brogha.ini index 4ad34de..2f2adf1 100644 --- a/base/ini/zones/brogha.ini +++ b/base/ini/zones/brogha.ini @@ -89,14 +89,14 @@ color=222 192 145 [navpoint] label=navpoint_east name=Navigation point East -location=256 -756 -2 +location=256 -1000 -2 [jumpgate] label=jumpgate_whendune name=Jumpgate Brogha -> Whendune model=satellites/jumpgate target=whendune:jumpgate_brogha -location=256 -768 0 +location=256 -1024 0 direction=90 color=222 192 145 diff --git a/base/ini/zones/eastend.ini b/base/ini/zones/eastend.ini index 271ec50..11bdd02 100644 --- a/base/ini/zones/eastend.ini +++ b/base/ini/zones/eastend.ini @@ -48,3 +48,20 @@ 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 diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini index 57256d4..1b9a525 100644 --- a/base/ini/zones/ghant.ini +++ b/base/ini/zones/ghant.ini @@ -78,7 +78,7 @@ location=-192 -704 32 color=222 192 145 ; [float] axis direction, in degrees direction=45 -; this is a dockable entity +; this is the default dock default=yes [station] @@ -88,7 +88,6 @@ model=ships/custodian location=-196 -694 32 direction=310 color=222 192 145 -; this is a dockable entity ; ; PLANET SEYMOUR @@ -117,8 +116,6 @@ model=stations/regula location=-128 928 -32 color=0.4 0.7 0 direction=225 -; this is a dockable entity -dock=yes [entity] label=regula_storage diff --git a/base/ini/zones/whendune.ini b/base/ini/zones/whendune.ini index e9d9dff..1a4248b 100644 --- a/base/ini/zones/whendune.ini +++ b/base/ini/zones/whendune.ini @@ -43,3 +43,19 @@ location=0 512 0 direction=270 color=222 192 145 +; +; EAST END JUMPGATE + +[navpoint] +label=navpoint_north +name=Navigation point North +location=1024 -504 -2 + +[jumpgate] +label=jumpgate_eastend +name=Jumpgate Whendune -> East End +model=satellites/jumpgate +target=eastend:jumpgate_whendune +location=1024 -512 0 +direction=180 +color=222 192 145 -- cgit v1.2.3