InfDeath: Difference between revisions
EvilRenegade (talk | contribs) m Replacing Template:TTL with Template:F. |
m Fixed weird template argument issue. |
||
Line 14: | Line 14: | ||
}} | }} | ||
{{f| | {{f|InfDeath}} is used on a [[Warhead]] to specify the [[animation]] to play when an [[InfantryType]] is killed by it. | ||
There are two exceptions: | There are two exceptions: | ||
Line 139: | Line 139: | ||
In {{Yr}}, these death animations can be made to spawn a player-owned [[InfantryType]] via the [[MakeInfantry]] logic: | In {{Yr}}, these death animations can be made to spawn a player-owned [[InfantryType]] via the [[MakeInfantry]] logic: | ||
* {{f| | * {{f|InfDeath|8}}, {{tt|InfantryVirus}}, can be displayed in the unit palette if {{f|AltPalette|yes|link}}, however remappable colors will not acquire the correct player colour. | ||
* {{f| | * {{f|InfDeath|9}}, {{tt|InfantryMutate}}, is [[hardcoded]] to use the unit palette and will be remapped to the correct player colour. | ||
All other {{f| | All other {{f|InfDeath}} animations, besides those that are part of an infantry {{f|Sequence|link}}, can be made to spawn a neutral-owned InfantryType. These can be displayed in the unit palette if {{f|AltPalette|yes|link}}, however remappable colors will not acquire the correct player colour. |
Revision as of 07:45, 2 January 2010
Flag: | InfDeath |
File(s): | rules(md).ini |
Values: | Unsigned integers: All non-negative whole numbers from 0 to either 32767, 2147483647 or 4294967295. (Limited to: 0 through 10) |
Default: | 0 |
Applicable to: | Warheads |
InfDeath is used on a Warhead to specify the animation to play when an InfantryType is killed by it.
There are two exceptions:
- If the killed InfantryType has NotHuman=yes set, it will always use DieX sub-sequences instead.
- If it has animations specified by DeathAnims, these will override all other death animations.
Accepted values
Value | Game Availability | Animation | Spawning?↓ | |||
---|---|---|---|---|---|---|
0
|
none | |||||
1
|
In Red Alert, twirly death (small arms); afterwards, Die1 sub-sequence of the killed infantry | |||||
2
|
In Red Alert, explosion death (high explosive); afterwards, Die2 sub-sequence of the killed infantry | |||||
3
|
In Red Alert, flying death (armor piercing); afterwards, animation specified by InfantryExplode | Neutral | ||||
4
|
In Red Alert, burn death (flames); afterwards, animation specified by FlamingInfantry | Neutral | ||||
5
|
In Red Alert, electro death; afterwards, animation listed second in the [Animations] array (regardless of numeration) | Neutral | ||||
6
|
Animation specified by InfantryHeadPop | Neutral | ||||
7
|
Animation specified by InfantryNuked | Neutral | ||||
8
|
Animation specified by InfantryVirus | Player | ||||
9
|
Animation specified by InfantryMutate | Player | ||||
10
|
Animation specified by InfantryBrute | Neutral | ||||
11+
|
No generic animation - must fill the DeathAnims array on the infantry that should have a special anim here. Otherwise there is no animation, just disappearance. | Neutral |
Bugs/Side-Effects/Unexpected Limitations
#8
InfDeath 8 (Virus death) assumes the animation for it has a SpawnsParticle set and will always try to spawn a particle - you can't make it skip this part. SpawnsParticle has a volatile default value, which means forgetting to set it to a valid particle on this animation will cause an IE or erratic behaviour.
Additionally, inflicting this on a NotHuman=yes (this effect does happen even though NotHuman should prevent it) or an airborne object spawns just one particle from SpawnsParticle, as opposed to normal behaviour (which is to spawn NumParticles).
#9
InfDeath 9 (Genetic Mutator death) is hardcoded not to deal any damage to infantry that are not firmly on the ground (paratroopers), as well as not to play its animation if affecting an airborne object. In these cases, for lethal shots (which don't really happen given that damage isn't dealt, but that's how the game is coded) sub-sequence Die2 is forced instead.
All spawn-capable except #9
These animations do not remap to firing player colours, only #9 does.
Spawning
In Yuri's Revenge, these death animations can be made to spawn a player-owned InfantryType via the MakeInfantry logic:
- InfDeath=8, InfantryVirus, can be displayed in the unit palette if AltPalette=yes, however remappable colors will not acquire the correct player colour.
- InfDeath=9, InfantryMutate, is hardcoded to use the unit palette and will be remapped to the correct player colour.
All other InfDeath animations, besides those that are part of an infantry Sequence, can be made to spawn a neutral-owned InfantryType. These can be displayed in the unit palette if AltPalette=yes, however remappable colors will not acquire the correct player colour.