Solved Character gets stuck in a frame of an attack animation

Question that is answered or resolved.
while trying to create a 4th character for a WIP mod, the character seems to be stuck in a single frame of their attack animation. I believe it has something to do with the hitboxes being too low, but i don't know for sure.

EDIT: Never mind, i managed to resolve my problem by redoing the attack animation
 

Attachments

  • My Mod - 0002.png
    My Mod - 0002.png
    33 KB · Views: 7
Hi Kris Kagura, is your character stuck in his freespecial attack?
I see that:
Code:
anim	freespecial
	jumpframe	2

Jumpframe needs a little more parameters like this:
jumpframe {frame} {speedy} {speedx} {speedz} {dust}

 
kimono said:
Hi Kris Kagura, is your character stuck in his freespecial attack?
I see that:
Code:
anim	freespecial
	jumpframe	2

Jumpframe needs a little more parameters like this:
jumpframe {frame} {speedy} {speedx} {speedz} {dust}

it's not a problem with the freespecial animation, it's a problem with the attack1 animation. as far as i know the freespecial works fine despite the lack of parameters.
 
Hitboxes shouldnt have any affect on the animation itself.
I notice attack1 has no delay anywhere... perhaps the engine doesnt know how long to play the attack and thus loops infinitely?
 
Back
Top Bottom