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 ++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 66 insertions(+), 26 deletions(-) (limited to 'base/ini/particles.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 -- cgit v1.2.3