r2196 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Feb 20 22:20:58 EST 2007


Author: lordhavoc
Date: 2007-02-20 22:20:57 -0500 (Tue, 20 Feb 2007)
New Revision: 2196

Modified:
   trunk/data/effectinfo.txt
Log:
changed bullet impact smoke to be a single particle which is much more
visible than before and it does not drift around, indicating exactly
where the bullet hit


Modified: trunk/data/effectinfo.txt
===================================================================
--- trunk/data/effectinfo.txt	2007-02-20 16:00:21 UTC (rev 2195)
+++ trunk/data/effectinfo.txt	2007-02-21 03:20:57 UTC (rev 2196)
@@ -87,16 +87,12 @@
 originjitter 6 6 6
 // dust/smoke drifting away from the impact
 effect TE_SPIKE
-count 10
-type smoke
+countabsolute 1
+type static
 tex 0 8
-color 0x101010 0x202020
+color 0xFFFFFF 0xFFFFFF
 size 6 6
-airfriction 2
-liquidfriction 2
-alpha 128 256 256
-originjitter 4 4 4
-velocityjitter 24 24 24
+alpha 48 48 48
 // bouncing sparks
 effect TE_SPIKE
 count 20
@@ -231,16 +227,12 @@
 originjitter 6 6 6
 // dust/smoke drifting away from the impact
 effect TE_GUNSHOT
-count 3
-type smoke
+countabsolute 1
+type static
 tex 0 8
-color 0x101010 0x202020
+color 0xFFFFFF 0xFFFFFF
 size 6 6
-airfriction 2
-liquidfriction 2
-alpha 128 256 256
-originjitter 4 4 4
-velocityjitter 24 24 24
+alpha 48 48 48
 // bouncing sparks
 effect TE_GUNSHOT
 count 10




More information about the nexuiz-commits mailing list