Jump to content
  • 0

Why SF2 Ryu Ken by Fido is hard to perform Shoryuken?


Xzest

Question

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

 

Quote

;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]

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...