From 391f575631f7af240b272f56e604e7cfbc8d41b5 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 28 Jul 2008 19:37:05 +0000 Subject: data updates zone support --- base/ini/zones/lindblade.ini | 79 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 base/ini/zones/lindblade.ini (limited to 'base/ini/zones/lindblade.ini') diff --git a/base/ini/zones/lindblade.ini b/base/ini/zones/lindblade.ini new file mode 100644 index 0000000..81399f2 --- /dev/null +++ b/base/ini/zones/lindblade.ini @@ -0,0 +1,79 @@ +; +; lindblade.ini +; world description for the Lindblade system +; + +; +; ZONE IDENTIFICATION + +[zone] +name=Lindblade system +;default=no + +; +; ORIGIN + +[entity] +; [string] identification label +label=origin +; [string] entity name +name=Galactic origin +; [string] entity shape (ignored if the entity has a model) +shape=axis +; entity radius +radius=1 +; [x y z] entity location +location=0 0 0 +; [r g b] entity color, values in the 0-1 range +color=1 1 0 + +; +; STAR + +[star] +label=star +name=yellow star +location=128 -256 0 +color=1 .9 .5 +radius=52 + +; +; PLANET LINDBLADE + +[planet] +label=lindblade +name=planet Lindblade +texture=planets/lindblade +location=128 324 0 +color=200 0 0 +radius=48 + +; +; LINDBLADE CENTRAL + +[entity] +label=linblade_central +name=Lindblade Central +model=stations/lindblade_central +location=148 256 8 +color=0.5 0.1 0.1 +direction=250 +pitch=0 + +; +; STATION 15 +[entity] +label=station15 +name=Station 15 +model=stations/station15 +color=0.5 0.1 0.1 +location=-116 -68 8 +direction=315 + +; jumpgate +[entity] +label=jumpgate +name=Jumpgate (inactive) +model=satellites/jumpgate +color=0.5 0.1 0.1 +location=-116 -100 16 -- cgit v1.2.3