Open mixychan opened 2 years ago
when reporting bugs please always upload character that showcases the problem. Even better if you can create simple test case that can reproduce the problem for kfm
As you can see, after I use a move that leaves Gotenks airborne, (in this case his mouth beam), I can still jump and can even jump until I reach the top of the stage. I would send the character but I can only send it privately because I do not want it used right now by the public. If you think you can fix this issue I will send you the character.
you can make test case using kfm, if you don't want to share chars. Sending problematic content privately is not an option since it's unknown when or who will try to solve the problem.
Here's a Kung Fu Man with an edited Stand Punch (X button). The stateno is 200 if you would like to see what I changed in the code. I also removed his jumping light punch so that the stand punch could be used on the air and the ground to properly recreate the issue. This KFM has 2 air jumps, but as you can see when you test this character, you can get as many as you want.
RECREATION INSTRUCTIONS: 1.) Press X on the ground 2.) Jump and Press X again
The ikemen ignores
airjump.num
inside of all of my characters when I use an aerial special move that leads intostateno 50
withctrl=1
. Am I just being dumb or is this an actual problem?