diff options
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/world.ini | 3 | ||||
-rw-r--r-- | base/ini/zones/cadiz.ini | 11 | ||||
-rw-r--r-- | base/ini/zones/hellas.ini | 23 | ||||
-rw-r--r-- | base/ini/zones/kor_glaven.ini | 5 | ||||
-rw-r--r-- | base/ini/zones/rasheen.ini | 24 |
5 files changed, 60 insertions, 6 deletions
diff --git a/base/ini/world.ini b/base/ini/world.ini index c56f54c..beac29d 100644 --- a/base/ini/world.ini +++ b/base/ini/world.ini @@ -43,6 +43,9 @@ zone=carthagio zone=praetoria zone=phoenicia +; dagon space +zone=rasheen + ; dragon eye nebula zone=cadiz zone=gibraltar diff --git a/base/ini/zones/cadiz.ini b/base/ini/zones/cadiz.ini index 321d600..bec3113 100644 --- a/base/ini/zones/cadiz.ini +++ b/base/ini/zones/cadiz.ini @@ -12,12 +12,13 @@ location=584 512 0 ambient=0.1 0.1 0.1 ; faction faction=neutral + ; zone information info=The Cadiz system. [jumpgate] label=jumpgate_burton -location=-208 720 0 +location=-200 840 0 angles=0 280 0 target=burton:jumpgate_cadiz faction=neutral @@ -27,3 +28,11 @@ label=jumppoint_gibraltar location=-952 -312 0 angles=0 10 0 target=gibraltar:jumppoint_cadiz + +[jumpgate] +label=jumpgate_rasheen +location=320 -1256 0 +angles=0 105 0 +target=rasheen:jumpgate_cadiz +faction=neutral + diff --git a/base/ini/zones/hellas.ini b/base/ini/zones/hellas.ini index 98fb0a1..0a68d42 100644 --- a/base/ini/zones/hellas.ini +++ b/base/ini/zones/hellas.ini @@ -18,22 +18,37 @@ info=The Hellas system. [jumpgate] label=jumpgate_eastend -location=-840 456 0 +location=-808 640 0 angles=0 -25 0 target=eastend:jumpgate_hellas faction=praetoria [jumpgate] label=jumpgate_gibraltar -location=960 -80 8 +location=1000 -112 8 angles=0 -180 0 target=gibraltar:jumpgate_hellas faction=praetoria [jumpgate] label=jumpgate_praetoria -location=76 -704 16 -angles=0 90 0 +location=156 -1000 16 +angles=0 115 0 target=praetoria:jumpgate_hellas faction=praetoria +[station] +label=medusa +name=Medusa gas mining facility +location=-608 -532 0 +angles=0 50 0 +radius=16 +model=maps/common/border_station_03 +[star] +label=star +name=class M star +location=0 -12 0 +angles=0 230 0 +radius=92 +color=255 76 11 + diff --git a/base/ini/zones/kor_glaven.ini b/base/ini/zones/kor_glaven.ini index c1b4cae..698fc11 100644 --- a/base/ini/zones/kor_glaven.ini +++ b/base/ini/zones/kor_glaven.ini @@ -7,6 +7,9 @@ name=Kor Glaven ; [x y z] galactic location location=453 537 0 +; [string] skybox name +sky=sky29 +; faction faction=rogue ; zone information -info=The Kor Glavensystem. +info=The Kor Glaven system. diff --git a/base/ini/zones/rasheen.ini b/base/ini/zones/rasheen.ini new file mode 100644 index 0000000..0cda0c0 --- /dev/null +++ b/base/ini/zones/rasheen.ini @@ -0,0 +1,24 @@ +; +; rasheen.ini +; world description for the Rasheen system +; +; ------------------------------------------------------------------ +; ZONE IDENTIFICATION +; + +[zone] +name=Rasheen system +sky=sky30 +; [x y z] galactic location +location=669 516 0 +ambient=0.1 0.1 0.1 +faction=dagon + +info=The Rasheen system. + +[jumpgate] +label=jumpgate_cadiz +location=-60 960 0 +angles=0 -75 0 +target=cadiz:jumpgate_rasheen +faction=neutral |