YesNoOk
avatar

Ryu(DG) edits: MvC & CvS (Read 8829 times)

Started by KBN22, January 23, 2012, 08:23:58 pm
Share this topic:
Re: Ryu(DG) edits: MvC & CvS
#21  January 26, 2012, 12:13:11 am
  • ****
  • Best supporting character in history of anime.
    • USA
    • www.youtube.com/user/aznperson569M
You can put a limit by setting a variable (Something like varadd) when the move is performed. Afterwards, you can put a trigger condition on the move in your cmd, something like this;
Code:
;---------------------------------------------------------------------------
;Fake Hyouretsuzan

[State -1, Fake Hyouretsuzan]
type = ChangeState
triggerall = var(47) != 3 <------- This is the var I used to keep a limit on how many times the move can be performed in mid-air; My character can only perform this move 3 times in the air.
triggerall = statetype = A
triggerall = command = "Hyouretsuzan_x"
trigger1 = ctrl
trigger2 = (stateno = [600, 650])
trigger3 = var(13) = 0
trigger3 = (stateno = 660)
value = 1555

I also put a varset in the character's landing states (52 I think) so the counter automatically gets set to 0. You can also set something up in the -2 states so you can also reset the var if you get hit or something.

Spoiler, click to toggle visibilty

As for the overhead, I'm unsure if Ryu could cancel his overhead in MvC. It's up to you though if you want him to cancel out of it or not.

uguu
Re: Ryu(DG) edits: MvC & CvS
#22  January 26, 2012, 12:51:22 am
  • ***
  • Heroin-flavored bananas finance revolutions!!!
That seemed simple enough.  ;D
Thanks for the help!

Link Updated!!

As for the overhead, I'm unsure if Ryu could cancel his overhead in MvC. It's up to you though if you want him to cancel out of it or not.

I think in UMvC3 he can cancel out of it, so for now I made it just like his other Command Attack (fwd+c), you can cancel into a Special or a Super but not back into a Normal attack...

If you find anything else odd or have any other suggestions, I'd truly appreciate your feedback.. I rather enjoy your MvC Zero and it's obvious you know way more about the mechanics of the Versus series than I do.. Thanks again!

EDIT: Hyper BG Finish shows up after player is dead.. FIXED. Link Updated. Sorry everybody. --;
Last Edit: January 26, 2012, 01:13:07 am by KBN22
Re: Ryu(DG) edits: MvC & CvS
#23  January 26, 2012, 10:59:42 pm
  • ****
  • EL TIGRE
    • Mexico
Where can i get that stage bro? looks cool!  :)
Re: Ryu(DG) edits: MvC & CvS
#24  January 26, 2012, 11:45:08 pm
  • *****
  • A big fat phony
    • UK
If I can't be the best, I sure as hell can be the worst.

Re: Ryu(DG) edits: MvC & CvS
#25  January 27, 2012, 04:05:54 pm
  • avatar
I've really enjoyed playing Ryu! Actually all The Ryu that KBN made was great...it matched my taste. I would it be possible for a parry move to created in his move list? I'll understand if not, I'll keep track of the updates