question about incineration

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
{JT}Tim
Private Recruit
Posts: 29
Joined: Sun Mar 12, 2006 10:57 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

question about incineration

Post 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 :D
User avatar
Maveritchell
Jedi Admin
Jedi Admin
Posts: 7366
Joined: Mon Aug 21, 2006 11:03 pm

Re: question about incineration

Post 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.
{JT}Tim
Private Recruit
Posts: 29
Joined: Sun Mar 12, 2006 10:57 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Re: question about incineration

Post 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
User avatar
tsurugi13
Lieutenant Colonel
Lieutenant Colonel
Posts: 543
Joined: Mon Dec 17, 2007 6:16 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Battling the ISA menace on Helghan.

Re: question about incineration

Post 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.
{JT}Tim
Private Recruit
Posts: 29
Joined: Sun Mar 12, 2006 10:57 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Re: question about incineration

Post by {JT}Tim »

k thanks I'll try it
Post Reply