How i disable the jump thing

well i want to make a ball animation to a mod but i dont want this jumpball thing
ROLLC0.png
in game so is there any way of disable it of retire it from the mod file?
 
If you don't want the jump/roll animation, you can just use SF_NOJUMPSPIN. It's a flag that makes the character use there spring and fall animation together, It's been used for amy and fang in v2.2 by now. The way to get that working is by using it in S_SKIN, this is what it's supposed to look like.
flags = SF_NOJUMPSPIN
 

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top