X-Git-Url: http://royale.zerezo.com/git/?p=zeRace;a=blobdiff_plain;f=local-server-with-bots.bat;fp=local-server-with-bots.bat;h=9ce4dffec96379d98d3e8ba4e395c9d75f50c5b1;hp=0000000000000000000000000000000000000000;hb=a649266e00696290ecf09f15c9dfa09f1cd35244;hpb=1be6de5da72b6218e87c20e29782ce6f9d99196e diff --git a/local-server-with-bots.bat b/local-server-with-bots.bat new file mode 100755 index 0000000..9ce4dff --- /dev/null +++ b/local-server-with-bots.bat @@ -0,0 +1,24 @@ +@echo off +echo Launching server... +start server.exe "My private server" 5 1 private col +ping localhost -n 2 > NUL +echo Launching bot(0)... +start bot_anticip.exe localhost 3600 0 +ping localhost -n 2 > NUL +echo Launching bot(5)... +start bot_anticip.exe localhost 3600 5 +ping localhost -n 2 > NUL +echo Launching bot(10)... +start bot_anticip.exe localhost 3600 10 +ping localhost -n 2 > NUL +echo Launching bot(15)... +start bot_anticip.exe localhost 3600 15 +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 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. +pause \ No newline at end of file