After many hours of trying to narrow down a particular bug, it turned out to be either a bug in the mugen engine itself, or in the program I'm using to run it. if someone would be willing to help, I can figure out which.
I run mugen on a mac using crossover which simulates a minimal windows environment inside what it calls a "bottle".
The bug is: using the button combination "a+b" while holding a directional as a trigger. This is apparently impossible on my computer, even with Kung-Fu Man, as trial and error eventually showed.
I'm hoping that someone else can open up Kung-Fu Man in Fighter Factory and input this bit of code to test the bug out. Preferably somebody running Windows, rather than Mac OS X.
_____________/ In the commands section of the .cmd file add
[Command]
name = "x1"
command = a+b
[Command]
name = "x2"
command = b+c
_____________/ In Statedef -1 in the .cmd file add
[state -1]
type = changestate
trigger1 = command = "x1"
trigger2 = command = "x2"
value = 40
When you play as Kung-Fu Man with that bit of code added, a+b or b+c should make him jump. However on my computer, if you're holding either forward, back or down, only b+c will make him jump. a+b will do nothing.
If anyone else is able to reproduce this in a Windows environment, it seems the bug is in the mugen engine itself. Otherwise it's probably the Windows simulation program I'm using to run mugen.
Question
RobotMonkeyHead
After many hours of trying to narrow down a particular bug, it turned out to be either a bug in the mugen engine itself, or in the program I'm using to run it. if someone would be willing to help, I can figure out which.
I run mugen on a mac using crossover which simulates a minimal windows environment inside what it calls a "bottle".
The bug is: using the button combination "a+b" while holding a directional as a trigger. This is apparently impossible on my computer, even with Kung-Fu Man, as trial and error eventually showed.
I'm hoping that someone else can open up Kung-Fu Man in Fighter Factory and input this bit of code to test the bug out. Preferably somebody running Windows, rather than Mac OS X.
_____________/ In the commands section of the .cmd file add
[Command]
name = "x1"
command = a+b
[Command]
name = "x2"
command = b+c
_____________/ In Statedef -1 in the .cmd file add
[state -1]
type = changestate
trigger1 = command = "x1"
trigger2 = command = "x2"
value = 40
When you play as Kung-Fu Man with that bit of code added, a+b or b+c should make him jump. However on my computer, if you're holding either forward, back or down, only b+c will make him jump. a+b will do nothing.
If anyone else is able to reproduce this in a Windows environment, it seems the bug is in the mugen engine itself. Otherwise it's probably the Windows simulation program I'm using to run mugen.
Any takers?
~ℛ.ℳ.ℋ.
Link to comment
Share on other sites
5 answers 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 accountSign in
Already have an account? Sign in here.
Sign In Now