i created a file .bat in the folder where mugen.exe is located, i named it go.bat, i wrote in it ./mugen kfm kfm, but when i open it appears a black window that disappears instantly. how can i run this file .bat correctly to play quick vs mode? also, can i set p1 life and p2 life in the file .bat? can i code in the file .bat? i can't open the .cns file of my game because is crypted so how can i set p1 life and p2 life?
The proper cmd command is:Code: mugen.exe -p1 kfm -p2 kfmThere are other parameters you can use too. Just use "mugen.exe -h" (or maybe it's /h) for help.You cannot set the life of your characters via the command line.