From 04e8e04c7a0bee277a15de8eb2ef8c7e2b31957d Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 26 Aug 2008 18:53:53 +0000 Subject: brogha system --- base/ini/zones/brogha.ini | 61 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 base/ini/zones/brogha.ini (limited to 'base/ini/zones/brogha.ini') diff --git a/base/ini/zones/brogha.ini b/base/ini/zones/brogha.ini new file mode 100644 index 0000000..db0b30c --- /dev/null +++ b/base/ini/zones/brogha.ini @@ -0,0 +1,61 @@ +; +; ghant.ini +; world description for the Ghant system +; + +; +; ZONE IDENTIFICATION + +[zone] +; [string] zone name +name=Brogha system +; [string] sky texture +sky=sky + +; +; STAR + +[star] +; [string] entity label +label=star +; [string] entity name +name=class D star +location=-512 0 0 +; [r g b] entity primary color, values in the 0-255 range +color=255 255 255 +; [float] entity radius (10 game units == 1km ingame) +radius=90 + +; +; PLANET GHANT + +[planet] +; [string] entity label +label=brogha +; [string] entity name +name=planet Brogha +; [x y x] entity location +location=512 -256 32 +; [r g b] entity primary color, values in the 0-1 range +color=.2 0.80 0.60 +; [string] globe texture name +texture=planets/brogha +; [float] entity radius (10 game units == 1km ingame) +radius=64 +; [float] axis pitch, in degrees +pitch=15 +; [float] rotation speed, in degrees per second +rotationspeed=1 + +[entity] +label=jumpgate_ghant +name=Jumpgate Brogha -> Ghant +model=satellites/jumpgate +location=-512 1024 128 +direction=270 +color=222 192 145 + +[navpoint] +label=navpoint_east +name=Navigation point East +location=-512 992 120 -- cgit v1.2.3