Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/particles/engine_exhaust.ini')
-rw-r--r--base/particles/engine_exhaust.ini63
1 files changed, 21 insertions, 42 deletions
diff --git a/base/particles/engine_exhaust.ini b/base/particles/engine_exhaust.ini
index e461b04..c93c191 100644
--- a/base/particles/engine_exhaust.ini
+++ b/base/particles/engine_exhaust.ini
@@ -4,46 +4,25 @@
;
[particles]
-type=flame
-texture=fx/flame_plain
-timeout=0.12
-eject=0.02
-radius=18
-alpha=0.5
-offset=0.25
-engine=true
-[particles]
-type=trail
-texture=fx/engine_trail
-timeout=4.0
-eject=0.15
-radius=12
-alpha=0.5
-
-[particles]
-type=trail
-texture=fx/engine_trail
-timeout=4.0
-eject=0.15
-radius=12
-alpha=0.5
-roll=45
-
-[particles]
-type=trail
-texture=fx/engine_trail
-timeout=4.0
-eject=0.15
-radius=12
-alpha=0.5
-roll=90
-
-[particles]
-type=trail
-texture=fx/engine_trail
-timeout=4.0
-eject=0.15
-radius=12
-alpha=0.5
-roll=135
+ [ejector]
+ ; ejector type
+ type=trail
+ ; texture
+ texture=fx/engine_trail
+ ; lifespan of a particle, in milliseconds
+ lifespan=4000
+ ; ejection interval, in milliseconds
+ interval=150
+ ; radius begin middle end
+ radius= 2 8 2
+ ; alpha begin middle end
+ alpha=0.0 0.25 0.0
+ ; middle point offset [0-1}, default 0.5
+ offset=0.1
+ ; particle speed
+ speed=32
+ ; ejection cone size, in degrees
+ cone=0
+ ; only eject particles when thruster is used
+ thrust=true