-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
On behalf of @DeathFishAtEase:
The RA2 Mode in cncnet-yr causes some problems because NACLON uses ActiveAnim instead of IdleAnim, and Grinding changes ActiveAnim to SpecialAnim during grinding. If SpecialAnim doesn't exist, even after grinding ends, ActiveAnim won't be restored. This results in the bubbling animation in NACLON's tank disappearing after any infantry enters it once in this mod of cncnet-yr.
Еhis issue can be easily fixed just by modifying the INI: add a set of SpecialAnim with the same value as ActiveAnim, or use IdleAnim.
The three GIFs below correspond to the problem example, the SpecialAnim method fix, and the IdleAnim method fix.
Bug
in rulesmd.ini
:
[NACLON]
Grinding=true
InfantryAbsorb=true
resolved by SpecialAnim
in artmd.ini
:
SpecialAnim=NACLON_A
SpecialAnimDamaged=NACLON_AD
SpecialAnimZAdjust=-5
resolved by IdleAnim
in artmd.ini
:
IdleAnim=NACLON_A
IdleAnimDamaged=NACLON_AD
IdleAnimZAdjust=-5
Metadata
Metadata
Assignees
Labels
No labels