YesNoOk
avatar

Ranbu Super problem. (Read 3437 times)

Started by RagingRowen, July 11, 2019, 12:58:03 pm
Share this topic:
Ranbu Super problem.
New #1  July 11, 2019, 12:58:03 pm
  • *****
  • Formerly known as HyperClawManiac
  • Competitive MUGEN when?
    • UK
    • sites.google.com/view/ragingrowen/home

  • Online
https://streamable.com/c9icu
A hitcount reset seems to occur during the second attack of the combo portion, making it blockable.

Here is the state where the attack occurs:
Spoiler, click to toggle visibilty
WIP Schedule:
The next Street Fighter All-Stars update
Last Edit: July 11, 2019, 08:38:19 pm by RagingRowen
Re: Ranbu Super problem.
#2  July 11, 2019, 02:11:30 pm
  • ***
  • The Illusionary Wanderer
  • I have a dream
    • Vietnam
It's simple. You just need to put P2 in custom states and tah dah.
Or just increase hit time of the attacks.
Re: Ranbu Super problem.
#3  July 11, 2019, 02:18:16 pm
  • *****
  • Formerly known as HyperClawManiac
  • Competitive MUGEN when?
    • UK
    • sites.google.com/view/ragingrowen/home

  • Online
That's how it is, but it still resets, and I also increased the hit times.
I'm positive it is to do with the spawned clone because I commented the clone helper stuff and it comes out perfectly.
WIP Schedule:
The next Street Fighter All-Stars update
Re: Ranbu Super problem.
#4  July 11, 2019, 03:09:17 pm
  • ***
  • The Illusionary Wanderer
  • I have a dream
    • Vietnam
You might want to check again because I don't see you put opponents in custom state at all.
Re: Ranbu Super problem.
#5  July 11, 2019, 03:14:32 pm
  • *****
  • Formerly known as HyperClawManiac
  • Competitive MUGEN when?
    • UK
    • sites.google.com/view/ragingrowen/home

  • Online
K, here's the full code for the super, with the p2 state and helpers.

Spoiler, click to toggle visibilty

If it doesn't help, I may have to post the edit in its current state.
WIP Schedule:
The next Street Fighter All-Stars update
Re: Ranbu Super problem.
#6  July 11, 2019, 03:19:21 pm
  • ***
  • The Illusionary Wanderer
  • I have a dream
    • Vietnam
Well, yes, you are supposed to put P2 into custom state in every hitdef active during the super (including hitdef of Sougenmu as well), not just the first hitdef.
Re: Ranbu Super problem.
#7  July 11, 2019, 03:38:54 pm
  • *****
  • ???
    • UK
    • Skype - koopakootmugen
This is in state 3354

Code:
[State 0, SelfState]
type = SelfState
trigger1 = time > 62
value = 0
ctrl = 1

You should increase the time it takes for the opponent in this state to go to state 0 so Zero has enough time to hit them without them breaking out
Re: Ranbu Super problem.
#8  July 11, 2019, 03:43:58 pm
  • *****
  • Formerly known as HyperClawManiac
  • Competitive MUGEN when?
    • UK
    • sites.google.com/view/ragingrowen/home

  • Online
It's okay now, I fixed it by putting the p2stateno in the hitdefs in the Twin Helper's combo. (State 4007)
WIP Schedule:
The next Street Fighter All-Stars update