PDA

View Full Version : particles+eLto= no match :(


eLto
05-31-2004, 12:32 PM
yeah, i was wondering about particles. Hoping to get an answer asahp (as soon as HUMANLY possible, to any non-matrix'ers out there)

how do i REMOVE a particle effect? like the oh-so annoying Bodyfall dustclouds... say i wanna remove them, cause theyre really just annoying...

Joonas
05-31-2004, 02:18 PM
From the game?

Two ways:

1. Replace the dust particle with a dummy particle effect.
2. Find the text file that tells the engine to emit the effect when the collision happens and delete those lines.

eLto
05-31-2004, 02:31 PM
It's all in particles.txt, and if i try to delete it, it complains about it beeing missing...

Rico
05-31-2004, 02:34 PM
Forget particles.txt, go to decals.txt and look for "bodyfall". Then comment out the line where particles are attached to the bone.

eLto
05-31-2004, 06:09 PM
that did the trick, thanks a bunch, Rico.