YesNoOk
avatar

How to escape the grab of the strange Akuma (Read 2841 times)

Started by Max Energy Master, March 07, 2020, 03:15:02 pm
Share this topic:
How to escape the grab of the strange Akuma
#1  March 07, 2020, 03:15:02 pm
    • Argentina
Hello friends, I need help, I need the code that makes my character escape from Akuma's throw and also to free me from normal throws

When I refer to my character, I mean any character whose code is added to escape normal and special releases like those of akuma rare

how is it done

in this video watch the hulk see that when the akuma grabs it, it is released, well, I would like to do that.

link:https://www.youtube.com/watch?v=asAfIw4hSH0&t=126s


Can somebody help me please

char: rare akuma
Last Edit: March 07, 2020, 06:02:28 pm by mateus master
Re: How to escape the grab of the strange Akuma
#2  March 07, 2020, 09:04:28 pm
  • ****
  • CPU Purple Heart
    • USA
    • https://www.pixiv.net/en/users/8108265
 Usually, it's the character themselves who have throw teching coded for P2 since that's the far more reliable method. You could try to have your character throw tech themselves out of throws via selfstate in statedef -2, but that runs a big risk of glitching out the thrower in question. I haven't exactly looked into the coding yet, but my punching bag Touma Kamijou by otika has what you are describing, so, you can take a look at his coding.
Re: How to escape the grab of the strange Akuma
#3  March 08, 2020, 02:05:53 pm
    • Argentina
Thank you very much for helping me, I will review the char code and any notice
Re: How to escape the grab of the strange Akuma
#4  March 09, 2020, 04:16:49 pm
    • Argentina
hello I have not achieved anything with char toumo kajimou surely because I downloaded the least updated hahahaha but well if I achieved something with the selfstate you told me

the code I use is selfstate but my character is immune to grab myself but not to the grabs other characters

this is the code:
I added this in state 820

[State 0, SelfState]
type = SelfState
trigger1 = 1
value = 820
anim = 120
ctrl = 1
ignorehitpause = 1
persistent = 0

what do I do to be immune
grabs from others

rather, how do I do a throw tech? escape a pitch
Last Edit: March 09, 2020, 05:32:26 pm by mateus master
Re: How to escape the grab of the strange Akuma
#5  April 07, 2020, 05:14:40 am
    • Argentina
hey thanks i really found a way to be immune to the throw will post the code someday thanks