X-Git-Url: http://royale.zerezo.com/git/?p=zeRace;a=blobdiff_plain;f=local-server-with-bots.bat;h=30402597d0dc900ab3651cb00df83a71b0569e53;hp=9ce4dffec96379d98d3e8ba4e395c9d75f50c5b1;hb=631d9aa41453014857220b88a07845bc661b371a;hpb=a649266e00696290ecf09f15c9dfa09f1cd35244 diff --git a/local-server-with-bots.bat b/local-server-with-bots.bat index 9ce4dff..3040259 100755 --- a/local-server-with-bots.bat +++ b/local-server-with-bots.bat @@ -2,22 +2,25 @@ echo Launching server... start server.exe "My private server" 5 1 private col ping localhost -n 2 > NUL -echo Launching bot(0)... +echo Launching anticip(0)... start bot_anticip.exe localhost 3600 0 ping localhost -n 2 > NUL -echo Launching bot(5)... +echo Launching anticip(5)... start bot_anticip.exe localhost 3600 5 ping localhost -n 2 > NUL -echo Launching bot(10)... +echo Launching anticip(10)... start bot_anticip.exe localhost 3600 10 ping localhost -n 2 > NUL -echo Launching bot(15)... -start bot_anticip.exe localhost 3600 15 +echo Launching checkpoint(0)... +start bot_checkpoint.exe localhost 3600 0 ping localhost -n 2 > NUL -echo Launching bot(20)... -start bot_anticip.exe localhost 3600 20 -ping localhost -n 2 > NUL -echo A local server has been launched with 5 bots. +echo Launching checkpoint(5)... +start bot_checkpoint.exe localhost 3600 5 +ping localhost -n 2 > NUL +echo Launching checkpoint(10)... +start bot_checkpoint.exe localhost 3600 10 +ping localhost -n 2 > NUL +echo A local server has been launched with 6 bots. echo You can now join it with zeRace in the network menu. echo When you have finished, you can terminate the server with the task manager. echo.