During a fight the spacebar recharges both players health and energy. My keys are configured around the spacebar area (WASD, RT-FG-CV) and sometimes I accidentally press spacebar. And I was wondering if there is a way to disable the spacebar.~Vitro-Kun
Open your mugen.cfg and find a line: ;Set to 1 to allow debug keys at all times. Otherwise debug keys ;allowed only in debug mode.AllowDebugKeys = 0Your debug mode must also be disabled.Notice that this disables also all your F-keys.
Sorry to resurrect an old thread, but does anyone know any reason why the debug lines in the cfg wouldn't be working?All my debug lines in the mugen.cfg are set to zero but debug still seems to work.I am using a custom screenpack and lifebars, but any other changes I make in the cfg work just fine...;-------------------------------------------------------[Debug] ;Set to 0 to disable starting in debug mode by default.Debug = 0 ;Set to 0 to disallow switching to debug mode by pressing Ctrl-D. ;If Debug = 1, this will be ignored.AllowDebugMode = 0 ;Set to 1 to allow debug keys at all times. Otherwise debug keys ;allowed only in debug mode.AllowDebugKeys = 0 ;Set to 1 to run at maximum speed by default.Speedup = 0 ;Default starting stage for quick versus.StartStage = stages/stage0.def
That's what I figured at first, but anything else I change in it takes effect, like graphics changes and such....It's located in "mugen main dir\data" dierectory....
Okay, I got a couple of questions for you:Does your mugen show white debug numbers in it right when you start it?Does this happen if you use any other screenpacks?