version 0.7
[zeRace] / local-server-with-bots.bat
index 9ce4dff..3040259 100755 (executable)
@@ -2,22 +2,25 @@
 echo Launching server...\r
 start server.exe "My private server" 5 1 private col\r
 ping localhost -n 2 > NUL\r
-echo Launching bot(0)...\r
+echo Launching anticip(0)...\r
 start bot_anticip.exe localhost 3600 0\r
 ping localhost -n 2 > NUL\r
-echo Launching bot(5)...\r
+echo Launching anticip(5)...\r
 start bot_anticip.exe localhost 3600 5\r
 ping localhost -n 2 > NUL\r
-echo Launching bot(10)...\r
+echo Launching anticip(10)...\r
 start bot_anticip.exe localhost 3600 10\r
 ping localhost -n 2 > NUL\r
-echo Launching bot(15)...\r
-start bot_anticip.exe localhost 3600 15\r
+echo Launching checkpoint(0)...\r
+start bot_checkpoint.exe localhost 3600 0\r
 ping localhost -n 2 > NUL\r
-echo Launching bot(20)...\r
-start bot_anticip.exe localhost 3600 20\r
-ping localhost -n 2 > NUL\r
-echo A local server has been launched with 5 bots.\r
+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.\r
 echo You can now join it with zeRace in the network menu.\r
 echo When you have finished, you can terminate the server with the task manager.\r
 echo.\r