Make forfeit
command to easily create forfeits for a bot that doesn't work
#20
Labels
enhancement
New feature or request
Sometimes a bot doesn't work, and to make ALP skip the matches containing the bot, it would be nice if we could just call a command that constructed the necessary result files.
Example; SpeedBot does not work and is supposed to play against Levi, Beetle, and Beast from the East. The command
autoleagueplay forfeit "SpeedBot(The Bot)" Levi Beetle "Best from the East"
would create results where SpeedBot loses to those bots. Like:SpeedBot(The Bot)_vs_Levi.json:
The hard part is knowing which team the bots are on, which is important since ALP names files as
blue_vs_orange
. The underdog is typically blue though, maybe that can be used. We could also generate files for both combinations to solve that issue or make the user in control by using another command syntax than the one I suggested above.The text was updated successfully, but these errors were encountered: