YesNoOk
avatar

Help with a guard crush move (Read 2536 times)

Started by Lurker, September 05, 2017, 01:17:39 am
Share this topic:
Help with a guard crush move
#1  September 05, 2017, 01:17:39 am
  • ***
  • From the Republic of the Little Bananas
    • Brazil
I am trying to recreate SF5 Ryu's chargeable hadouken, so I've made a custom state for the guard break, but right after the player 2 enters in the custom state the debug line change to yellow and stays that way until the p2 get hit again. What is this?
And one more thing, I noticed that not all characters use the animation 5910 for guardbreak, there is a standard besides 5910 one?

A video to illustrate my problem:
Spoiler, click to toggle visibilty

And my code (It's not complete though):
Spoiler, click to toggle visibilty
Last Edit: September 05, 2017, 11:02:01 pm by Lurker
Re: Help with a guard crush move
#2  September 05, 2017, 09:47:11 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Change the last state to type = selfstate

Type = changestate sends him to your characters state 0, so he's still in your states and can't do his own stuff. Selfstate will send him back to his state 0 and things will be OK.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: Help with a guard crush move
#3  September 05, 2017, 11:03:36 pm
  • ***
  • From the Republic of the Little Bananas
    • Brazil
Forgot about selfstate, thank you