YesNoOk
avatar

Quickly Test run your character/stage in M.U.G.E.N (Read 4112 times)

Started by supermystery, January 30, 2009, 03:24:43 pm
Share this topic:
Quickly Test run your character/stage in M.U.G.E.N
#1  January 30, 2009, 03:24:43 pm
  • avatar
  • ***
    • www.angelfire.com/moon2/ned
Dunno if this has been posted before but here it is you basically make a batch file using this code:

Code:
cd ..\\..\\

winmugen.exe -p1 "Insert Character Folder" -p1.color 1 -p2 "Insert Character Folder" -p2.color 2

If you only have 1 pallete make sure p2color(pallete number) is also 1

Then save it as Debug.bat

Be sure that your characters and stages are in the right directory.

Double Click the file and mugen will instantly start with your character in there

Another optional parameter is this: -s stage0.def (the name of your stage)

Working Examples

Example:
Code:
cd ..\..\
winmugen.exe -p1 "kfm" -p1.color 10 -p2  "wolverine/wolverineX.def" -p2.color 2 -s showdown

This was tested on Windows 2000 you may need to add other parameters for other operating systems.

Im also assuming that your mugen executable is called winmugen.exe