From 5f91e252e3032a2c246b1e760cba0914ba774df6 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 7 Aug 2008 23:28:48 +0000 Subject: scale and distances, navigation points --- base/ini/zones/lindblade.ini | 51 +++++++++++++++++++++++++++----------------- 1 file changed, 32 insertions(+), 19 deletions(-) (limited to 'base/ini/zones/lindblade.ini') diff --git a/base/ini/zones/lindblade.ini b/base/ini/zones/lindblade.ini index bcf331e..546e632 100644 --- a/base/ini/zones/lindblade.ini +++ b/base/ini/zones/lindblade.ini @@ -14,19 +14,16 @@ sky=sky17 ; ; ORIGIN -[entity] -; [string] identification label -label=origin +; +; ORIGIN + +[navpoint] +; [string] entity label +label=navpoint_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 +name=Navigation point Origin +; [x y x] entity location location=0 0 0 -; [r g b] entity color, values in the 0-1 range -color=1 1 0 ; ; STAR @@ -34,9 +31,9 @@ color=1 1 0 [star] label=star name=yellow star -location=128 -256 0 +location=256 -512 0 color=1 .9 .5 -radius=52 +radius=96 ; ; PLANET LINDBLADE @@ -45,9 +42,12 @@ radius=52 label=lindblade name=planet Lindblade texture=planets/lindblade -location=128 324 0 +location=518 780 16 +direction=90 +pitch=7.5 +rotationspeed=1.5 color=200 0 0 -radius=48 +radius=72 ; ; LINDBLADE CENTRAL @@ -56,7 +56,7 @@ radius=48 label=linblade_central name=Lindblade Central model=stations/lindblade_central -location=148 256 8 +location=500 672 18 color=0.5 0.1 0.1 direction=250 pitch=0 @@ -68,13 +68,26 @@ label=station15 name=Station 15 model=stations/station15 color=0.5 0.1 0.1 -location=-116 -68 8 +location=-292 -68 8 direction=315 -; jumpgate +[navpoint] +label=navpoint_15 +name=Navigation point 15 +location=-290 -60 6 + +; +; JUMPGATE + [entity] label=jumpgate name=Jumpgate (inactive) model=satellites/jumpgate color=0.5 0.1 0.1 -location=-116 -100 16 +location=-332 -768 16 +direction=90 + +[navpoint] +label=navpoint_south +name=Navigation point South +location=-324 -768 12 -- cgit v1.2.3