YesNoOk
avatar

Why SF2 Ryu Ken by Fido is hard to perform Shoryuken?  (Read 3746 times)

Started by Xzest, May 20, 2024, 02:11:00 pm
Share this topic:
Why SF2 Ryu Ken by Fido is hard to perform Shoryuken?
#1  May 20, 2024, 02:11:00 pm
  • **
I don't know if anyone  know this problem?
but Ryu Ken and Sagat they have problem to use command Shoryuken and Tiger uppercut.
I have take a look on the code and try to change code but nothing happen
what is the real problem of this? when you want to shoryuken they use hadouken instead
this is the code of the move ,line with ; is the original code this is problem both of his chars Original SF2 and SF2HDRemix



Code:
;SPECIAL_03_A
[State -1, 1200]
type = ChangeState
value = 1200
;trigger1 = command = "special_03A" &&  statetype != A && ctrl
;trigger2 = movecontact && command = "special_03A" && stateno = [200,210]
;trigger3 = movecontact && command = "special_03A" && stateno = 225
;trigger4 = movecontact && command = "special_03A" && stateno = [300,330]
;trigger5 = movecontact && command = "special_03A" && stateno = [405,410]
triggerall = command = "special_03A" &&  statetype != A
trigger1 = statetype != A && ctrl
trigger2 = movecontact && stateno = [200,210]
trigger3 = movecontact && stateno = 225
trigger4 = movecontact && stateno = [300,330]
trigger5 = movecontact && stateno = [405,410]

Last Edit: May 21, 2024, 04:52:13 am by Xzest
Re: Why SF2 Ryu Ken by Fido is hard to perform Shoryuken?
#2  May 20, 2024, 07:15:44 pm
  • avatar
  • ******
  • Palette God? Champion? AntiChrist? Something.
  • I AM THE KING OF PALETTES!!
    • USA
Are you making sure your input ends in down+forward?  The SF2 series doesn't have a lenient input buffer like later games, your shoryu input has to be precise.
Re: Why SF2 Ryu Ken by Fido is hard to perform Shoryuken?
#3  May 20, 2024, 07:41:15 pm
  • **
Are you making sure your input ends in down+forward?  The SF2 series doesn't have a lenient input buffer like later games, your shoryu input has to be precise.

I can perform Shoryuken easily for all other version made by other author even gouki by fido but I don't understatnd why happen this
did you ever try ryu ken and sagat make by fido if you never try go to try it and you will know what I said.
you can find them at mugen archive.
Re: Why SF2 Ryu Ken by Fido is hard to perform Shoryuken?
#4  May 20, 2024, 08:26:51 pm
  • ******
    • Portugal
    • network.mugenguild.com/pots/
You may need to change the order of those code blocks. The Shoryukens should be above the Hadoukens.
You can help with Ikemen GO's development by trying out the latest development build and reporting any bugs on GitHub.
My Mugen and Ikemen content can also be found here.
Re: Why SF2 Ryu Ken by Fido is hard to perform Shoryuken?
#5  May 21, 2024, 04:49:08 am
  • **
You may need to change the order of those code blocks. The Shoryukens should be above the Hadoukens.

Wow That's the problem I never known of this issue of code order thanks a lot.
I love you phantom you're the best.