Posted by ToddTech2002
in Battle Randomizer (Started by ToddTech2002 September 03, 2014, 12:43:59 amBoard: M.U.G.E.N Development Help
Posted by ToddTech2002
in Battle Randomizer (Started by ToddTech2002 September 03, 2014, 12:43:59 am
Posted by ToddTech2002
in Battle Randomizer (Started by ToddTech2002 September 03, 2014, 12:43:59 amI'm not sure to be honest, but mugen DOES have a CLI (Command Line Interface) that you can make use of. Off the top of my head, I think you can run a fight with random characters and stage like:Code:> mugen.exe -p1 randomselect -p2 randomselect -s randomselect -p1.ai 1 -p2.ai 1
This won't end after a round or two though. It's continues to persist for an infinite number of rounds, so you would need something external that stops it I guess and runs a new fight. There's no way to switch in between. My guess is that you'd have to write a wrapper program for it. It's not that hard. I've done that before. A simple C# application that makes use of the CLI.
Posted by ToddTech2002
in Battle Randomizer (Started by ToddTech2002 September 03, 2014, 12:43:59 am