Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/ini/particles.ini')
-rw-r--r--base/ini/particles.ini92
1 files changed, 66 insertions, 26 deletions
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