Skip to content

RA2 Mode cloning vats anim bubble animation disappears after infantry entry #559

@Metadorius

Description

@Metadorius

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

Image

in rulesmd.ini:

[NACLON]
Grinding=true
InfantryAbsorb=true

resolved by SpecialAnim

Image

in artmd.ini:

SpecialAnim=NACLON_A
SpecialAnimDamaged=NACLON_AD
SpecialAnimZAdjust=-5

resolved by IdleAnim

Image

in artmd.ini:

IdleAnim=NACLON_A
IdleAnimDamaged=NACLON_AD
IdleAnimZAdjust=-5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions