From 061e6d8d8bc436495a408ee6ff4e19c6080e3255 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 30 Mar 2011 13:46:50 +0000 Subject: Added planet Krone texture, updated Kronenbaden and surrounding systems. --- base/ini/zones/antwerp.ini | 24 +++++++++++++++++------- base/ini/zones/ghant.ini | 4 ++-- base/ini/zones/kronenbaden.ini | 38 ++++++++++++++++++++++++++++++++++++-- base/textures/planets/krone.png | Bin 0 -> 3600364 bytes 4 files changed, 55 insertions(+), 11 deletions(-) create mode 100644 base/textures/planets/krone.png (limited to 'base') diff --git a/base/ini/zones/antwerp.ini b/base/ini/zones/antwerp.ini index 2ac05fb..5acbe2d 100644 --- a/base/ini/zones/antwerp.ini +++ b/base/ini/zones/antwerp.ini @@ -69,7 +69,7 @@ label=buccaneers model=maps/pirate/base_large name=Buccaneers Den faction=pirates -location=-768 1280 0 +location=-768 1460 -256 radius=20 [ship] @@ -107,15 +107,15 @@ radius=20 [navpoint] label=navpoint_south name=Navigation point South -location=-932 128 0 +location=-932 -256 0 [jumpgate] label=jumpgate_ghant ; override default model -model=maps/pirate/jumpgate +model=maps/colonial/jumpgate target=ghant:jumpgate_antwerp -faction=pirates -location=-950 128 8 +faction=colonies +location=-950 -256 8 yaw=0 ; ------------------------------------------------------------------ @@ -140,11 +140,21 @@ yaw=-160 [navpoint] label=navpoint_west name=Navigation point West -location=256 1024 16 +location=420 1024 16 [jumpgate] label=jumpgate_finnmark target=finnmark:jumpgate_antwerp faction=colonies -location=384 1056 16 +location=460 1056 16 yaw=275 + +; ------------------------------------------------------------------ +; KRONENBADEN JUMPGATE + +[jumpgate] +label=jumpgate_kronenbaden +target=kronenbaden:jumpgate_antwerp +yaw=300 +location=-1024 900 32 +faction=colonies \ No newline at end of file diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini index 1fbb465..a56844b 100644 --- a/base/ini/zones/ghant.ini +++ b/base/ini/zones/ghant.ini @@ -262,9 +262,9 @@ yaw=90 [jumpgate] label=jumpgate_antwerp ; override default jumpgate model -model=maps/pirate/jumpgate +model=maps/colonial/jumpgate target=antwerp:jumpgate_ghant -faction=pirates +faction=colonies location=1024 348 32 yaw=180 diff --git a/base/ini/zones/kronenbaden.ini b/base/ini/zones/kronenbaden.ini index 0422a37..96bb4af 100644 --- a/base/ini/zones/kronenbaden.ini +++ b/base/ini/zones/kronenbaden.ini @@ -6,13 +6,47 @@ [zone] name=Kronenbaden system +; ------------------------------------------------------------------ +; STAR + +[star] +location=450 1320 512 +name=class F star +radius=58 +color=1.0 1.0 0.9 + +; ------------------------------------------------------------------ +; PLANET BADEN + [planet] label=Baden name=planet Baden -location=600 -400 -64 +location=1024 -512 -64 texture=planets/baden +yaw=90 +faction=colonies +color=1.0 1.0 1.0 + +; ------------------------------------------------------------------ +; PLANET KRONE [planet] label=krone name=planet Krone -location=-800 512 128 \ No newline at end of file +location=-768 840 128 +texture=planets/krone +yaw=210 +faction=colonies +color=1.0 1.0 1.0 + +; ------------------------------------------------------------------ +; ANTWERP JUMPGATE + +[jumpgate] +label=jumpgate_antwerp +target=antwerp:jumpgate_kronenbaden +faction=lindblade +location=256 -1280 -72 +yaw=120 +faction=colonies + diff --git a/base/textures/planets/krone.png b/base/textures/planets/krone.png new file mode 100644 index 0000000..7c043c7 Binary files /dev/null and b/base/textures/planets/krone.png differ -- cgit v1.2.3