Doing a freespecial attack using down + right + jump button at the same time.

dcelso

Member
Hi, I'm try to do a new freespecial hit using this
com d + f j freespecial2

If I put it, the player jumps instead of doing the freespecial

if I remove the "+" (com d f j freespecial2) the player does the freespecial when I do the key sequence, but not at same time.

What can I do?

Tx
 
Solution
Hi, I'm try to do a new freespecial hit using this
com d + f j freespecial2

If I put it, the player jumps instead of doing the freespecial

if I remove the "+" (com d f j freespecial2) the player does the freespecial when I do the key sequence, but not at same time.

What can I do?

Tx

There is no native diagonal command like that in OpenBOR for specials. You'll need to use script. There's a couple of ways you could do it. The first is with a keyscript that captures Down, Left/Right, and Jump input bits, then executes your animation if everything matches. The other is to capture keys at the start of an animation that activates with D + J or F + J, and if the other direction is active, switch to new animation instead.

HTH,
DC
Hi, I'm try to do a new freespecial hit using this
com d + f j freespecial2

If I put it, the player jumps instead of doing the freespecial

if I remove the "+" (com d f j freespecial2) the player does the freespecial when I do the key sequence, but not at same time.

What can I do?

Tx

There is no native diagonal command like that in OpenBOR for specials. You'll need to use script. There's a couple of ways you could do it. The first is with a keyscript that captures Down, Left/Right, and Jump input bits, then executes your animation if everything matches. The other is to capture keys at the start of an animation that activates with D + J or F + J, and if the other direction is active, switch to new animation instead.

HTH,
DC
 
Solution
Back
Top Bottom