YesNoOk
avatar

Adding a larger window for teching throws  (Read 1575 times)

Started by Zer0degreez, August 01, 2018, 09:52:35 am
Share this topic:
Adding a larger window for teching throws
#1  August 01, 2018, 09:52:35 am
  • ***
    • xxlunytun3sxx@aim.com
I want to know how to edit a character and make a larger window to tech grabs. I'm referring to pots style characters like Infinite, Divinewolf, Jmorphman. Where do I go to accomplish this task?  I know where the code is, it's usually in the 820 or 810 where the throw and throw breaks, I just need to find where to make the window bigger. Thanks for all your help.
http://www.twitch.tv/zer0degr33z

I sometimes stream MUGEN. Join me!
Re: Adding a larger window for teching throws
#2  August 01, 2018, 09:59:09 am
  • ****
  • Objection! Sustained!
    • Russia
    • mitia.pogorelov1@yandex.ru
Yes, it's in Throw Attempt states. To be exact, in codes like this one:
Code:
[State 800, Tech Hit]
type = VarSet
trigger1 = NumEnemy
trigger1 = EnemyNear, StateType != A
trigger1 = (EnemyNear, StateNo = [0,999]) && (EnemyNear, StateNo != [100,119]) && (EnemyNear, StateNo != [200,799])
var(19) = 7
You want to increase that window? Increase the value of Var(19). Just make sure to NOT make it too big, got it?
Re: Adding a larger window for teching throws
#3  August 01, 2018, 10:24:31 am
  • ***
    • xxlunytun3sxx@aim.com
Thank you so much! I just wanted to make teching more possible in VS matches because I mainly play mugen with friends and throws were unreactable lol.
http://www.twitch.tv/zer0degr33z

I sometimes stream MUGEN. Join me!
Re: Adding a larger window for teching throws
#4  August 03, 2018, 01:29:45 am
  • *****
  • Shame on you!
    • USA
If the topic is solved don't forget to hit the solved button at the bottom left of the page.
vVv Ryuko718 Updated 10/31/22 vVv