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/world.ini | 126 ++--------------------------------------------------- 1 file changed, 4 insertions(+), 122 deletions(-) (limited to 'base/ini/world.ini') diff --git a/base/ini/world.ini b/base/ini/world.ini index 3bd5442..297c249 100644 --- a/base/ini/world.ini +++ b/base/ini/world.ini @@ -1,126 +1,8 @@ ; ; world.ini -; describes the entities in the game world +; list of zones in the world ; -; -; 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=white dwarf -location=128 -256 0 -; [r g b] entity color, values in the 0-255 range -color=255 255 255 - -; -; PLANET SEYMOUR - -[planet] -label=seymour -name=planet Seymour -location=-128 144 8 -; [r g b] entity color, values in the 0-1 range -color=1 .9 .5 -texture=planets/seymour - -; -; REGULA STATION - -[entity] -label=regula -name=Regula station -model=stations/regula -location=-112 108 8 -color=0.4 0.7 0 - -[entity] -label=regula_storage -name=storage tanks -model=stations/regula_storage -location=-106 108 8 -color=0.4 0.7 0 - -; -; PLANET GHANT - -[planet] -label=ghant -name=planet Ghant -location=-154 -84 16 -color=0.82 0.50 .2 -texture=planets/ghant - -; -; ALEXANDRIA OUTPOST - -[entity] -label=alexandria -name=Alexandria outpost -model=stations/alexandria -location=-116 -68 16 -direction=315 -color=222 192 145 - -[entity] -label=custodian -name=battleship Custodian -model=ships/custodian -location=-118 -60 16 -direction=310 -color=222 192 145 - -; -; PLANET LINDBLADE - -[planet] -label=lindblade -name=planet Lindblade -texture=planets/lindblade -location=180 92 0 -color=200 0 0 -radius=48 - - -; -; STATION 15 - -[entity] - -label=station15 -name=Station 15 -model=stations/station15 -location=180 32 8 -color=0.5 0.1 0.1 -direction=250 -pitch=0 - -; -; IKARUS SATELLITE - -[entity] -label=ikarus -name=Ikarus satellite -model=satellites/ikarus -location=32 0 0 -color=0.4 0.4 0.9 -direction=120 -pitch=15 - +[world] +zone=ghant +zone=lindblade -- cgit v1.2.3