YesNoOk
avatar

Canceling the "up to jump" function (Read 983 times)

Started by LameLikeMike, July 19, 2008, 01:03:48 am
Share this topic:
Canceling the "up to jump" function
#1  July 19, 2008, 01:03:48 am
  • avatar
  • *
hey guys, i'm currently making a few characters whose controls are based mostly on the megaman x series and was hoping to have the characters jumps only controlled by button presses.

i already have the char jumping by pressing "y"  but i can't manage to cancel out the up button.   any ideas??
Re: Canceling the "up to jump" function
#2  July 19, 2008, 01:05:08 am
  • ******
  • [E]
    • Mexico
overwrite common1.cns
Re: Canceling the "up to jump" function
#3  July 19, 2008, 03:52:52 am
  • avatar
  • *
I'm sorry, I'm not exactly sure what you mean,

i have already copied the jump state from the common1.cns into my character's cns

is there something more i must do?  because the jump state itself has no command trigger, so i assumed that up automatically triggered
[state 40]

ill look at it again, but if you could clarify what you mean a bit that would be awesome.
Re: Canceling the "up to jump" function
#4  July 19, 2008, 04:15:18 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
You need to override state 40 and make it send you back to state 0 as soon as you enter it. If you need to jump with a different button create a state that looks exactly like 40, except it's only accessed via that special button. As such it has a different number.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.

BC

Re: Canceling the "up to jump" function
#5  July 19, 2008, 11:43:25 am
  • avatar
  • ****
    • UK
if your not sure what common1.cns is.......go into your mugen data folder......then copy and past the common1 file into your characters folder.....then load up your character and look at state 40 in the file called common1.cns which is loaded right next to your characters .cns file.

then copy and paste state 40 into your characters .cns file and overwrite the command
Accepting commissions
Re: Canceling the "up to jump" function
#6  July 19, 2008, 10:18:18 pm
  • avatar
  • *
ok so i make state 40 go back to 0 instead of to State 50, then copy all the info of state 40 into a new jump start state that is button controlled . . . it sounds so obvious now that you say it but i hadn't thought about other states being able to make you jump.


thanks a bunch