Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-04-16 21:11:23 +0000
committerStijn Buys <ingar@osirion.org>2013-04-16 21:11:23 +0000
commit4d4c4a786780d7b603e4680d94b72581ce2c9c42 (patch)
treee3706111c855174e20d138a127dbe3cebdfed537 /base/particles
parentd4abb2f13725a5e0ca1ac83be1d91767fcd498a3 (diff)
Updated generic particle scripts.
Diffstat (limited to 'base/particles')
-rw-r--r--base/particles/dust_trail.ini9
-rw-r--r--base/particles/engine_exhaust.ini6
-rw-r--r--base/particles/engine_smoke.ini31
-rw-r--r--base/particles/engine_trail.ini3
-rw-r--r--base/particles/laser_trail.ini1
5 files changed, 30 insertions, 20 deletions
diff --git a/base/particles/dust_trail.ini b/base/particles/dust_trail.ini
index 75591c0..5d06d60 100644
--- a/base/particles/dust_trail.ini
+++ b/base/particles/dust_trail.ini
@@ -6,8 +6,11 @@
[particles]
[trail]
- texture=fx/engine_trail
+ texture=fx/dust_trail
lifespan=4000
- interval=1500
+ interval=250
radius=2
- alpha=0.25
+ alpha=0 0.25 0
+ offset=0.1
+
+ thrust=true
diff --git a/base/particles/engine_exhaust.ini b/base/particles/engine_exhaust.ini
index 6ce7231..b2de7bb 100644
--- a/base/particles/engine_exhaust.ini
+++ b/base/particles/engine_exhaust.ini
@@ -15,11 +15,13 @@
; radius begin middle end
radius= 2 8 2
; alpha begin middle end
- alpha=0.0 0.25 0.0
+ alpha=0.0 0.5 0.0
; middle point offset [0-1}, default 0.5
offset=0.1
+ ; particle color
+ color=255 255 255
; particle speed
- speed=32
+ speed=32
; ejection cone size, in degrees
cone=0
; only eject particles when thruster is used
diff --git a/base/particles/engine_smoke.ini b/base/particles/engine_smoke.ini
index 5178ab0..b6c7a2d 100644
--- a/base/particles/engine_smoke.ini
+++ b/base/particles/engine_smoke.ini
@@ -8,14 +8,15 @@
[sprites]
texture=fx/engine_smoke
lifespan=2500
- interval=25
+ interval=20
spawnradius=24
cone=15
radius=0 32
alpha=0.25 0
offset=0.25
- speed=4
- color=0.5 0.5 0.5
+ speed=2
+ color=0.7 0.7 0.7
+ colorsecond=0.2 0.2 0.2
thrust=true
impulse=false
attached=false
@@ -30,18 +31,18 @@
radius=6 10 2
alpha=0.5 0
color=1 1 1
- attached=true
+ attached=false
impulse=true
thrust=false
- [flares]
- texture=fx/engine_ring
- speed=128
- lifespan=1000
- interval=250
- radius=30 32
- alpha=0.5 0
- color=0 1 1
- impulse=true
- thrust=false
- attached=true
+; [flares]
+; texture=fx/engine_ring
+; speed=128
+; lifespan=1000
+; interval=250
+; radius=30 32
+; alpha=0.5 0
+; color=0 1 1
+; impulse=true
+; thrust=false
+; attached=true
diff --git a/base/particles/engine_trail.ini b/base/particles/engine_trail.ini
index 5a08f84..68c3708 100644
--- a/base/particles/engine_trail.ini
+++ b/base/particles/engine_trail.ini
@@ -11,3 +11,6 @@
interval=1500
radius=2.5
alpha=0.5
+
+ color=1 1 1
+ colorsecond=0.5 0.5 0.5
diff --git a/base/particles/laser_trail.ini b/base/particles/laser_trail.ini
index f9e305a..a3c7897 100644
--- a/base/particles/laser_trail.ini
+++ b/base/particles/laser_trail.ini
@@ -13,3 +13,4 @@
offset=0.75
alpha=0.5 0
color=255 255 127
+ colorsecond=127 127 63