Jump to content
  • 0

Changing/Adding Commands to JMM's Chun-li


Bjay

Question

So I'm trying to change some of JMM Chun-li's charge moves to quarter circle move (or at least have both options), but I can't seem to change it the traditional way like I do with any other character in their cmd file.

 

Anyone know the problem?

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Sure. Here's a draft attempt I was testing.

[Command]

name = "ChargeD,U+K"

command = ~F, D, DF, a;~$D, $U, a

time = 32



;[Command]

;name = "ChargeD,U+K"

;command = ~$D, $U, b

;time = 16



;[Command]

;name = "ChargeD,U+K"

;command = ~$D, $U, c

;time = 16



;[Command]

;name = "ChargeD,U+K"

;command = ~$D, $U, ~a

;time = 16



;[Command]

;name = "ChargeD,U+K"

;command = ~$D, $U, ~b

;time = 16



;[Command]

;name = "ChargeD,U+K"

;command = ~$D, $U, ~c

;time = 16



[Command]

name = "ChargeD,U+K"

command = ~F, D, F, ~a

time = 32



[Command]

name = "ChargeD,U+K"

command = ~F, D, DF, ~b

time = 32



[Command]

name = "ChargeD,U+K"

command = ~F, D, DF, ~c

time = 32

What happens is that even when I've disabled the command for the move, it still stays as a charge move.

Link to comment
Share on other sites

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...