From ab1fce419edeb4228161f0f17eec1da18282c6d3 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 10 Nov 2008 18:09:59 +0000 Subject: entity menus, stations, jumpgates, jumppoint cleanup, added whendune system --- base/ini/zones/whendune.ini | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 base/ini/zones/whendune.ini (limited to 'base/ini/zones/whendune.ini') diff --git a/base/ini/zones/whendune.ini b/base/ini/zones/whendune.ini new file mode 100644 index 0000000..e9d9dff --- /dev/null +++ b/base/ini/zones/whendune.ini @@ -0,0 +1,45 @@ +; +; whendune.ini +; world description for the Ghant system +; + +; +; ZONE IDENTIFICATION + +[zone] +; [string] zone name +name=Whendune system +; [string] sky texture +;sky= + +; +; STAR + +[star] +; [string] entity label +label=star +; [string] entity name +name=class D star +location=-512 -512 0 +; [r g b] entity primary color, values in the 0-255 range +color=248 248 255 +; [float] entity radius (10 game units == 1km ingame) +radius=88 + +; +; BROGHA JUMPGATE + +[navpoint] +label=navpoint_west +name=Navigation point West +location=0 504 -2 + +[jumpgate] +label=jumpgate_brogha +name=Jumpgate Whendune -> Brogha +model=satellites/jumpgate +target=brogha:jumpgate_whendune +location=0 512 0 +direction=270 +color=222 192 145 + -- cgit v1.2.3