version 0.7
[zeRace] / local-server-with-bots.sh
index 5b89fcd..28d2e5f 100755 (executable)
@@ -1,22 +1,25 @@
 echo 'Launching server...'
 ./server "My private server" 5 1 private col &>/dev/null &
 sleep 1
-echo 'Launching bot(0)...'
+echo 'Launching anticip(0)...'
 ./bot_anticip localhost 3600 0 &>/dev/null &
 sleep 1
-echo 'Launching bot(5)...'
+echo 'Launching anticip(5)...'
 ./bot_anticip localhost 3600 5 &>/dev/null &
 sleep 1
-echo 'Launching bot(10)...'
+echo 'Launching anticip(10)...'
 ./bot_anticip localhost 3600 10 &>/dev/null &
 sleep 1
-echo 'Launching bot(15)...'
-./bot_anticip localhost 3600 15 &>/dev/null &
+echo 'Launching checkpoint(0)...'
+./bot_checkpoint localhost 3600 0 &>/dev/null &
 sleep 1
-echo 'Launching bot(20)...'
-./bot_anticip localhost 3600 20 &>/dev/null &
+echo 'Launching checkpoint(5)...'
+./bot_checkpoint localhost 3600 5 &>/dev/null &
 sleep 1
-echo A local server has been launched with 5 bots.
+echo 'Launching checkpoint(10)...'
+./bot_checkpoint localhost 3600 10 &>/dev/null &
+sleep 1
+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.
 echo
\ No newline at end of file