Page 1 of 1
question about incineration
Posted: Sat Aug 16, 2008 11:13 pm
by {JT}Tim
I was wondering if anyone might be able to tell what part of the explosions for the incinerator and recon droid self-destruct cause them to incinerate people?
Now I'm guessing its probably the explosion effects but I'm not entirely sure...
Any input would be most appreciated

Re: question about incineration
Posted: Sat Aug 16, 2008 11:21 pm
by Maveritchell
They don't incinerate anyone, they just do damage. They play a certain particle effect that's used as an incineration effect, and they both play the same sound, but the bodies are still there. Check out their _exp files, and you should see what effect they use and what sound they have.
Re: question about incineration
Posted: Sun Aug 17, 2008 12:12 am
by {JT}Tim
I know the bodies are still there but they no longer are visable after the explosion, is that caused by the effect? :S
Re: question about incineration
Posted: Sun Aug 17, 2008 12:18 am
by tsurugi13
Code: Select all
SmolderEffectTimer = 1.5
SmolderEffect = "com_sfx_inf_damage_disintergrate"
SmolderBone = "bone_l_forearm"
SmolderEffect = "com_sfx_inf_damage_disintergrate"
SmolderBone = "bone_r_forearm"
//SmolderEffect = "com_sfx_inf_damage_disintergrate"
//SmolderBone = "bone_ribcage"
SmolderVanishDeath = "1"
These are in the incinerators odf. Adding them, especially the SmolderVanishDeath = "1" Should make it work.
Re: question about incineration
Posted: Mon Aug 18, 2008 9:50 pm
by {JT}Tim
k thanks I'll try it