Infinity MUGEN Team

IMT Main => M.U.G.E.N Guides & Tutorials => Topic started by: supermystery on November 25, 2008, 03:51:56 PM

Title: Quickly Test run your character in M.U.G.E.N
Post by: supermystery on November 25, 2008, 03:51:56 PM
Dunno if this has been posted before but here it is you basically make a batch file using this code:

Code: [Select]
cd ..\\..\\

winmugen -p1 <Insert Character Folder> -p1.color 1 -p2 <Insert Character Folder> -p2.color 2

If you only have 1 pallete make sure p2color 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 <insert your stage name>
Title: Re: Quickly Test run your character in M.U.G.E.N
Post by: SPOOKY77 on December 01, 2008, 12:39:12 PM
Wow thank you  :o cool tool
Title: Re: Quickly Test run your character in M.U.G.E.N
Post by: xPreatorianx on December 01, 2008, 04:48:49 PM
Thank u very much mystery this will come in handy when im testing out code. Thanks alot m8 really appreciate it.

EDIT: its not working just tested it out heres my code

Code: [Select]
cd ..\\..\\

winmugen -p1 <Shin2_Akuma> -p1.color 1 -p2 <xCvsKenx> -p2.color 1 -s <TROUBLESOME_KUNOICHI>

EDIT2: I fixed it with alittle modifying of your code

Code: [Select]
START winmugen.exe -p1 Shin2_Akuma -p1.color 1 -p2 xCvsKenx -p2.color 2
Title: Re: Quickly Test run your character in M.U.G.E.N
Post by: supermystery on December 02, 2008, 03:54:34 PM
It must depend on your operating system it works fine with me how it originally is, but i use windows 2000 so it maybe different for you if you have another operating system.

btw your not meant to type in these < > symbols i will post a working example:


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

The "" are useful for folders that have different names to the .def file of the character.
Title: Re: Quickly Test run your character in M.U.G.E.N
Post by: xPreatorianx on December 02, 2008, 03:59:30 PM
Yea I use windows XP Pro SP2. So Im guessing thats how users with Windows XP are gonna have to with their batch file. But thanks for the nice tool m8. I love it makes creating and testing a character alot easier. :thumbsup:
Title: Re: Quickly Test run your character in M.U.G.E.N
Post by: MirageAtoli on December 05, 2008, 05:29:22 PM
Is there a man page or a listing of all the switches for mugen?
Title: Re: Quickly Test run your character in M.U.G.E.N
Post by: O Ilusionista on February 12, 2009, 01:23:28 AM
yes...the mugen docs :) this code is took from there.
SimplePortal 2.3.5 © 2008-2012, SimplePortal