Changing animation (paper doll) in a Weidu kit mod?
Greener
Member Posts: 430
How do I go about changing the animation (paper doll) of character without manually using EEKeeper?
I would like to change the animation of my Weidu kit mod, thus I would need to code it into the .tp2 file?
I would like to change the animation of my Weidu kit mod, thus I would need to code it into the .tp2 file?
0
Comments
Any suggestions?
WRITE_SHORT 0x028 0 // Needed to change the animation
WRITE_BYTE 0x028 101 // MONK_MALE_HUMAN
WRITE_BYTE 0x028 0x40 // Needed to change the animation
Opcode = 53 // Change Animation
Target = 1
Parameter1 = 25856 // MONK_MALE_HUMAN
Parameter2 = 2
Timing = 1
Probability1 = 100
Other Fields = 0