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.ini43
1 files changed, 43 insertions, 0 deletions
diff --git a/base/particles/engine_exhaust.ini b/base/particles/engine_exhaust.ini
index 39cd740..0fcf65c 100644
--- a/base/particles/engine_exhaust.ini
+++ b/base/particles/engine_exhaust.ini
@@ -5,6 +5,48 @@
[particles]
+ ; thruster fire effect
+ [sprites]
+ texture=fx/explosion01_15
+ lifespan=2500
+ interval=150
+ radius=8 128 4
+ ;64 256 16
+ spawnradius=1.5
+ alpha=0 0.5 0
+ offset=.25
+ speed=16
+ cone=16
+ color=1.0f 1.0f 0.9f
+ ; only eject particles when thruster is active
+ thrust=true
+ impulse=true
+ attached=true
+
+ engine=true
+ colorsecond=1.0 1.0 1.0
+
+ ; impulse fire effect
+ [sprites]
+ texture=fx/explosion01_15
+ lifespan=1000
+ interval=50
+ radius=64 148 2
+ ;64 256 16
+ spawnradius=1.5
+ alpha=.25 0.5 0
+ offset=.25
+ ;speed=16
+ cone=16
+ color=1.0f 1.0f 0.9f
+ ; only eject particles when thruster is active
+ thrust=false
+ impulse=true
+ attached=false
+
+ engine=true
+ colorsecond=1.0 1.0 1.0
+
[trail]
; texture
texture=fx/engine_trail
@@ -26,3 +68,4 @@
cone=0
; only eject particles when thruster is active
thrust=true
+ impulse=true