version 0.7
[zeRace] / local-server-with-bots.bat
1 @echo off\r
2 echo Launching server...\r
3 start server.exe "My private server" 5 1 private col\r
4 ping localhost -n 2 > NUL\r
5 echo Launching anticip(0)...\r
6 start bot_anticip.exe localhost 3600 0\r
7 ping localhost -n 2 > NUL\r
8 echo Launching anticip(5)...\r
9 start bot_anticip.exe localhost 3600 5\r
10 ping localhost -n 2 > NUL\r
11 echo Launching anticip(10)...\r
12 start bot_anticip.exe localhost 3600 10\r
13 ping localhost -n 2 > NUL\r
14 echo Launching checkpoint(0)...\r
15 start bot_checkpoint.exe localhost 3600 0\r
16 ping localhost -n 2 > NUL\r
17 echo Launching checkpoint(5)...
18 start bot_checkpoint.exe localhost 3600 5
19 ping localhost -n 2 > NUL
20 echo Launching checkpoint(10)...
21 start bot_checkpoint.exe localhost 3600 10
22 ping localhost -n 2 > NUL
23 echo A local server has been launched with 6 bots.\r
24 echo You can now join it with zeRace in the network menu.\r
25 echo When you have finished, you can terminate the server with the task manager.\r
26 echo.\r
27 pause