Flaming units [Solved]
Moderator: Moderators
-
BountyHunterV
Flaming units [Solved]
When you shoot someone with a flamethrower an animation plays where they are burning, and they lose health.
Is there any way to make it so a unit permanently "burns" (i.e. has the fire animation, but doesn't lose health)?
Is there any way to make it so a unit permanently "burns" (i.e. has the fire animation, but doesn't lose health)?
- SBF_Dann_Boeing
- Groove Walrus

- Posts: 1529
- Joined: Wed Aug 31, 2005 11:33 pm
- xbox live or psn: No gamertag set
- Location: An Igloo High Upon a Mountain Top
Re: flaming units
having hte animation attached to him from the start i dont think is possible. However, when i made a gun that had the com_sfx_inf_damage_fire as its impact effect, the fire sticks to the person but doesnt do any continuous damage.
-
BountyHunterV
Re: flaming units
so theres no way to, like, take the fiery-trooper animation that is used with the flamethrower, and make it part of the odf?
-
EGG_GUTS
- Master Bounty Hunter

- Posts: 1626
- Joined: Thu Dec 07, 2006 7:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: CANADA!
Re: flaming units
I was wondering this too I wanted to make JabbaLovesLava on fire in my GT Map V1.2 (FINAL)
- authraw
- 1st Lieutenant

- Posts: 445
- Joined: Mon Jun 26, 2006 3:45 pm
Re: flaming units
Actually, I think that there might be.
Try adding this to your unit's odf:
You'll probably want to find a fire effect from somewhere instead of com_sfx_vehiclesmoke and attach it to a different bone--I just copy/pasted from another odf that I have lying around here. But theoretically that should make your unit start smoking as soon as it reaches 100% health (as soon as it spawns.) 
Try adding this to your unit's odf:
Code: Select all
DamageStartPercent = 100.0
DamageStopPercent = 0.0
DamageEffect = "com_sfx_vehiclesmoke"
DamageAttachPoint = "bone_pelvis"-
BountyHunterV
Re: flaming units
lol thats pretty funny...so the DamageStopPercent at 0.0 means it won't stop smoking till it dies?
- authraw
- 1st Lieutenant

- Posts: 445
- Joined: Mon Jun 26, 2006 3:45 pm
Re: flaming units
I believe so.BountyHunterV wrote:lol thats pretty funny...so the DamageStopPercent at 0.0 means it won't stop smoking till it dies?
-
BountyHunterV
Re: flaming units
lol. to the contrary...it works! thanks very much, authraw.SBF_Dann_Boeing wrote:having hte animation attached to him from the start i dont think is possible.
it looks a little weird though, fire coming out of his stomach...do you know any other bone names or where to find bone names?
- authraw
- 1st Lieutenant

- Posts: 445
- Joined: Mon Jun 26, 2006 3:45 pm
Re: flaming units
bone_ribcage is one, I think... Ask a modeller--they'll know more than me.BountyHunterV wrote:lol. to the contrary...it works! thanks very much, authraw.SBF_Dann_Boeing wrote:having hte animation attached to him from the start i dont think is possible.
it looks a little weird though, fire coming out of his stomach...do you know any other bone names or where to find bone names?
