Kitty Corp Meow Mix Forums

Help & Tutorials => Help => Topic started by: waris on November 10, 2015, 02:40:26 PM



Title: FitMotionEtc for one costumes
Post by: waris on November 10, 2015, 02:40:26 PM
it can be done with the final smash by renaming the file fitfinalXX, this is possible with the moveset or attacks?


Title: Re: FitMotionEtc for one costumes
Post by: KingJigglypuff on November 10, 2015, 08:26:07 PM
It's a yes and no situation.

The closest you could get is adding your wanted animations to the FitCharMotionEtc.pac and make edits to the FitChar.pac to allow the one slot to use the added animations.

For example, if you wanted your character to have an alternative effect or animation, based on slot, you would insert the following command string.

X = Costume Slot as Scalar.
Y = Sub Action ID

If: Compare: LA-Basic [54] = X
Change Sub Action: sub action = Y or *Alternative coding*
Else
*Standard coding*
End If