Posted by Yardley
in Winmugen space bar problem (Started by Yardley April 15, 2013, 03:08:23 amBoard: M.U.G.E.N Configuration Help
Posted by Yardley
in Winmugen space bar problem (Started by Yardley April 15, 2013, 03:08:23 am
Posted by Yardley
in Winmugen space bar problem (Started by Yardley April 15, 2013, 03:08:23 amYou need to get mugen 1.0 and start from scratch so you understand the basic structure of mugen. Characters (which are made up of their own folders) go in the char folder, stages in the stages folder, sounds in the sounds folder, and editing the select.def in the data folder makes this content accessible once in game. Editing the mugen.cfg file adjusts the options available in game. Mugen isn't an emulator, it's a gaming engine, so it's not packaged in a single EXE (unless you have a moleboxed (locked) full-game used with mugen). If you have a couple directories but not as much inside those directories, odds are you have a moleboxed game, in which case you're limited in what you can do.
If you do have a moleboxed game that uses winmugen and you are trying to disable the spacebar in that, you are probably out of luck. I can't really answer your question to the "bastard" game since I have no idea what that is. Can you provide a link to the game?

Posted by Yardley
in Winmugen space bar problem (Started by Yardley April 15, 2013, 03:08:23 amGet mugen 1.0.
Posted by Yardley
in Winmugen space bar problem (Started by Yardley April 15, 2013, 03:08:23 amThats what the spacebar does. Why can you change it? if your useing xpadder or something else you really dont need to, you could map the buttons to the controller without useing those programs.
Open mugen.cfgQuote;-------------------------------------------------------
[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 = 1
;Set to 1 to allow debug keys at all times. Otherwise debug keys
;allowed only in debug mode.
AllowDebugKeys = 1
;Set to 1 to run at maximum speed by default.
Speedup = 0
;Default starting stage for quick versus.
StartStage = stages/stage0-720.def
disable debug keys.
Cheers.
Posted by Yardley
in Winmugen space bar problem (Started by Yardley April 15, 2013, 03:08:23 am