Pretty sure that both Chronosphere and Iron Curtain use the warhead from CombatDamage -> C4Warhead to determine the infantry death animation. Beware though, since that same warhead is used for a lot of other things as well.
I suppose changing InfDeath on the warhead defined in C4Warhead from 1 or whatever it is to 4 would make both Chronosphere and Iron Curtain set infantry on flames when used on them. I haven't tested this though, so I don't know if it has any undesired effects. _________________ QUICK_EDIT
Joined: 22 Nov 2010 Location: Iszkaszentgyorgy, Hungary
Posted: Sat Jun 16, 2012 6:40 am Post subject:
What Starkku said is true. _________________ "If you didn't get angry and mad and frustrated, that means you don't care about the end result, and are doing something wrong." - Greg Kroah-Hartman
=======================
Past C&C projects: Attacque Supérior (2010-2019); Valiant Shades (2019-2021)
=======================
WeiDU mods: Random Graion Tweaks | Graion's Soundsets
Maintainance: Extra Expanded Enhanced Encounters! | BGEESpawn
Contributions: EE Fixpack | Enhanced Edition Trilogy | DSotSC (Trilogy) | UB_IWD | SotSC & a lot more... QUICK_EDIT
To shorten the search for you, it uses the Super warhead and the code for the Super warhead is:
Code:
[Super] ; this is used when something in the code needs to do "absolute damage"
Verses=100%,100%,100%,100%,100%,100%,100%,100%,100%,100%,100%
Tiberium=yes
ProneDamage=100%
Sparky=no
InfDeath=2
PenetratesBunker=yes;If shot at a bunkered tank, no means the bunker gets the damage, yes means the unit does
AnimList=XGRYSML1,XGRYSML2,EXPLOSML,XGRYMED1,XGRYMED2,EXPLOMED,EXPLOLRG,TWLT070
So you have to change the line that says:
Code:
InfDeath=2
To
Code:
InfDeath=4
This will create the burning unit effect. I haven't tested but looking at other code that uses InfDeath=4 does relate to setting infantry on fire. QUICK_EDIT
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum