Jump to content
  • 0

Mugen Bat files


justin thomas

Question

Not sure if this is the right topic for this but i was wondering if there was a way to change or edit mugen bat files to a different screen pack or to a screen pack in general. For example the 004 batch files are using the default Mugen version, is there a way to edit or change it?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Open the BAT file with notepad.

 

Add -r whateverscreenpack to the command line

 

set p1=02
set p2=Ryu
set st=RyuStage
"mugen.exe"  "%p1%" "%p2%" -s "%st%" -p2.color 4 -p2.ai 0 -r mugen1

 

So in this example, I set some variables for players and a stage.  Then I have a line to run mugen with all the variables set.  The last part, -r mugen1, tells mugen to use the crappy old default mugen 1.0 screenpack located in directory [mugen]\data\mugen1

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...