Jump to content

IsMeteor: Difference between revisions

From ModEnc²
en>Testid123
mNo edit summary
m 8 revisions imported
 
(4 intermediate revisions by 2 users not shown)
Line 14: Line 14:
|ares=yes
|ares=yes
}}
}}
 
Setting this to 'yes' tells the game to use debris behaviour and additionally meteor logic (falls from sky) for this animation and enables use of flags controlling said behaviour on this animation.<br><b>IsMeteor=yes</b> causes {{f|TurretAnim|turret SHP|link}} and {{f|TurretAnimDamaged|link}} to be ignored.
Setting this to 'yes' tells the game to use debris behaviour and additionally meteor logic (falls from sky) for this animation and enables use of flags controlling said behaviour on this animation.<br><b>IsMeteor=yes</b> causes {{f|TurretAnim|turret SHP|link}} and [[TurretAnimDamaged]] to be ignored.
 
===See also===
*{{f|Bouncer|link}}
*{{f|Elasticity|link}}
*{{f|MaxXYVel|link}}
*{{f|MinZVel|link}}
*{{f|Spawns|link}}
*{{f|SpawnCount|link}}
*{{f|ExpireAnim|link}}


==On Voxel Debris==
==On Voxel Debris==
Line 41: Line 31:
|ares=yes
|ares=yes
}}
}}
Setting this to 'yes' tells the game to use debris behaviour and additionally meteor logic (falls from sky) and [[Spawns]] logic will be enabled.<br>
Setting this to 'yes' tells the game that this [[VoxelAnims|voxel debris animation]] spawns tiberium/ore on impact. [[Tiberiums|The type of tiberium/ore]] spawned is hardcoded to Vinifera. YR hardcode to the first in [[Tiberiums|[Tiberiums] list]]
==Note==
*The {{f|MaxZVel|link}}, which is specific to [[VoxelAnims|VoxelAnimType]], seems not to take effect when {{f|IsMeteor|yes|link}} is enabled.
*Images in the [[ Particles]] section will not read this tag. Although the Image in the section [[Animations]] will have this tag.


Setting this to 'yes' tells the game that this [[VoxelAnims|voxel debris animation]] spawns tiberium/ore on impact. [[Tiberiums|The type of tiberium/ore]] spawned is hardcoded to Vinifera.
==See also==
*{{f|Bouncer|link}}
*{{f|Elasticity|link}}
*{{f|MaxXYVel|link}}
*{{f|MinZVel|link}}
*{{f|Spawns|link}}
*{{f|SpawnCount|link}}
*{{f|ExpireAnim|link}}

Latest revision as of 21:52, 31 March 2025

On Animation Debris

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: IsMeteor
File(s): Art(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: no
Applicable to: Animations


Setting this to 'yes' tells the game to use debris behaviour and additionally meteor logic (falls from sky) for this animation and enables use of flags controlling said behaviour on this animation.
IsMeteor=yes causes TurretAnim=turret SHP and TurretAnimDamaged to be ignored.

On Voxel Debris

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: IsMeteor
File(s): Rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: no
Applicable to: VoxelAnims


Setting this to 'yes' tells the game to use debris behaviour and additionally meteor logic (falls from sky) and Spawns logic will be enabled.
Setting this to 'yes' tells the game that this voxel debris animation spawns tiberium/ore on impact. The type of tiberium/ore spawned is hardcoded to Vinifera. YR hardcode to the first in [Tiberiums] list

Note

See also