From 92dfcd3ad1be9725736b8ab7631b3519ea9a8611 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 7 Dec 2008 14:55:48 +0000 Subject: updated ini files, unknown system, flame particles --- base/ini/particles.ini | 92 +++++++++++++++++++++++++++++++++------------- base/ini/world.ini | 1 + base/ini/zones/ghant.ini | 2 +- base/ini/zones/unknown.ini | 68 ++++++++++++++++++++++++++++++++++ 4 files changed, 136 insertions(+), 27 deletions(-) create mode 100644 base/ini/zones/unknown.ini (limited to 'base/ini') diff --git a/base/ini/particles.ini b/base/ini/particles.ini index a75041c..4b8f728 100644 --- a/base/ini/particles.ini +++ b/base/ini/particles.ini @@ -2,34 +2,74 @@ ; model particles ; -; engine exhaust effects + +; +; SMALL + +[particles] +label=engine_trail +type=trail +texture=fx/engine_trail +timeout=4.0 +eject=0.15 +radius=12 +alpha=0.5 + [particles] label=engine_exhaust -type=jet -texture=fx/engine_exhaust -timeout=1.0 -eject=0.01 -radius=32 +type=flame +texture=fx/flame00 +timeout=0.25 +eject=0.05 +radius=24 alpha=0.5 +offset=0.25 + +; +; LARGE [particles] -label=engine_exhaust_tsukhan +label=engine_trail_large +type=trail +texture=fx/engine_trail +timeout=8.0 +eject=0.5 +radius=24 +alpha=0.5 + +[particles] +label=engine_exhaust_large +type=flame +texture=fx/flame00 +timeout=1.0 +eject=0.05 +radius=128 +alpha=0.75 +offset=0.25 + +[particles] +label=engine_smoke_large type=jet +texture=fx/engine_smoke +timeout=7.0 +eject=0.25 +radius=128 +alpha=0.7 +offset=0.2 + +; +; TSU'KHAN SHIPS +; + +[particles] +label=engine_exhaust_tsukhan +type=flame texture=fx/engine_exhaust_tsukhan timeout=1.0 eject=0.01 radius=32 alpha=0.5 -; engine trail effects -[particles] -label=engine_trail -type=trail -texture=fx/engine_trail -timeout=4.0 -eject=0.15 -radius=12 -alpha=0.5 [particles] label=engine_trail_tsukhan @@ -40,16 +80,6 @@ eject=0.15 radius=12 alpha=1.0 -; engine smoke effects -[particles] -label=engine_smoke -type=jet -texture=fx/engine_smoke -timeout=3.0 -eject=0.1 -radius=32 -alpha=0.8 - [particles] label=engine_smoke_tsukhan type=jet @@ -58,3 +88,13 @@ timeout=3.0 eject=0.1 radius=64 alpha=0.8 + +[particles] +label=engine_exhaust_large_tsukhan +type=flame +texture=fx/flame00 +timeout=2.5 +eject=0.20 +radius=256 +alpha=0.5 +offset=0.25 diff --git a/base/ini/world.ini b/base/ini/world.ini index ba87393..ec027ec 100644 --- a/base/ini/world.ini +++ b/base/ini/world.ini @@ -23,5 +23,6 @@ zone=kiana ; misc systems zone=race +zone=unknown diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini index c72ea6f..a0efc00 100644 --- a/base/ini/zones/ghant.ini +++ b/base/ini/zones/ghant.ini @@ -84,7 +84,7 @@ default=yes [station] label=custodian name=battleship Custodian -model=colonial/battleship +model=colonial/custodian location=-204 -656 32 direction=305 color=222 192 145 diff --git a/base/ini/zones/unknown.ini b/base/ini/zones/unknown.ini new file mode 100644 index 0000000..694d7ea --- /dev/null +++ b/base/ini/zones/unknown.ini @@ -0,0 +1,68 @@ +[zone] +name=Unknown system +default=no + +[navpoint] +label=navpoint_origin +name=Navigation point Origin +location=0 0 0 + +[entity] +label=vector +name=Micron Vector +model=merchant/vector +location=4 -8 0 +color=0.5 0 0 +colorsecond=0.8 0.2 0 + +[entity] +label=matrix +name=Micron Tensor +model=merchant/tensor +location=4 0 0 +color=0.5 0 0 +colorsecond=0.8 0.2 0 + +[entity] +label=matrix +name=Micron Matrix +model=merchant/matrix +location=4 8 0 +color=0.5 0 0 +colorsecond=0.8 0.2 0 + +[entity] +label=heavycruiser +label=Tsu'Khan Heavy Cruiser +model=tsukhan/heavycruiser +location=32 -16 0 +color=127 26 127 + +[entity] +label=juggernaut +name=Pirate Juggernaut +model=pirate/juggernaut +location=32 16 0 + +[entity] +label=custodian +name=Colonial Battleship +model=colonial/custodian +location=32 32 0 + +[entity] +label=alexandria +name=Alexandria outpost +model=colonial/alexandria +location=32 64 0 +direction=270 +color=222 192 145 + +[entity] +label=ensor +name=Ensor station +model=independent/ensor +location=32 -64 0 +color=0.7 0.7 0.9 +colorsecond=0.7 0.8 0.95 +direction=90 \ No newline at end of file -- cgit v1.2.3