ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "PingPong"

From ModEnc
Jump to: navigation, search
(The exact looping behavior and bugs ought to be clarified more if anyone feels like testing that.)
m
 
Line 12: Line 12:
  
 
This flag specifies whether an [[animation]] should reverse after completing a loop. If {{f|PingPong|yes}}, the animation will play forward until it reaches the [[frame]] defined by {{f|LoopEnd|link}}. It will then play backwards from {{f|LoopEnd}} to {{f|LoopStart|link}}. If {{f|LoopCount|-1|link}} (infinite loop), the animation will repeat a cycle of playing backward and forward.
 
This flag specifies whether an [[animation]] should reverse after completing a loop. If {{f|PingPong|yes}}, the animation will play forward until it reaches the [[frame]] defined by {{f|LoopEnd|link}}. It will then play backwards from {{f|LoopEnd}} to {{f|LoopStart|link}}. If {{f|LoopCount|-1|link}} (infinite loop), the animation will repeat a cycle of playing backward and forward.
 +
 +
<p style="background-color:#ffcccc;"><font style="color:red">Even though the SHP fortification animation is the same type of animation as other animations, But this flag cannot be used on turrets!</font>🥱</p>
  
 
{{Bugs}}
 
{{Bugs}}

Latest revision as of 04:45, 21 July 2024

Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
Flag: PingPong
File(s): art(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: no
Applicable to: Animations


This flag specifies whether an animation should reverse after completing a loop. If PingPong=yes, the animation will play forward until it reaches the frame defined by LoopEnd. It will then play backwards from LoopEnd to LoopStart. If LoopCount=-1 (infinite loop), the animation will repeat a cycle of playing backward and forward.

Even though the SHP fortification animation is the same type of animation as other animations, But this flag cannot be used on turrets!🥱

Cc alert.png Bugs/Side-Effects/Unexpected Limitations

PingPong is a bugged key. It causes the game to become confused when the animation has damage frames. The Tiberian Sun GDI Radar has this bug. The damaged radar dish animation will jump between frames and once the GDI Radar is fully repaired it will continue to play the damaged radar dish animation.

See Also