YesNoOk
avatar

New Guard Command? (Read 533 times)

Started by KHAeon, September 23, 2009, 05:42:13 am
Share this topic:
New Guard Command?
#1  September 23, 2009, 05:42:13 am
  • avatar
  • *
  • MUGEN {Japanese} LIMITLESS
Is it possible to CHANGE the key used to guard from "holdback" (ugh)?
Spoiler, click to toggle visibilty
Re: New Guard Command?
#2  September 23, 2009, 05:44:24 am
  • ******
  • I hang out tough. I'm a real boss.
    • USA
    • litotichues.com/
You'd need to use the assertspecial to turn off the normal guarding system, then you'd need to code, in the .cmd, a changetstae that takes you to modified versions of the guardstates.
Re: New Guard Command?
#3  September 23, 2009, 12:19:03 pm
  • avatar
  • *
  • MUGEN {Japanese} LIMITLESS
You'd need to use the assertspecial to turn off the normal guarding system, then you'd need to code, in the .cmd, a changetstae that takes you to modified versions of the guardstates.

Could you please give me an example in say a code box or something? I'm not exactly sure how to do this or where you want me to go to put to put the assert special, or even what kind of asseertspecial to use.  ???
Re: New Guard Command?
#4  September 23, 2009, 05:46:51 pm
  • *****
  • 11 years of MFG and counting :)
    • Brazil
    • www.brazilmugenteam.com
Quote
[State 0, noguard]
type = AssertSpecial
trigger1 = what you want
flag = nostandguard
flag1 = nocrouchguard
Re: New Guard Command?
#5  September 24, 2009, 12:39:09 pm
  • avatar
  • *
  • MUGEN {Japanese} LIMITLESS
thanks, it works like a charm!