X-Git-Url: http://royale.zerezo.com/git/?p=zeRace;a=blobdiff_plain;f=local-server-with-bots.sh;h=28d2e5feecd1e8d8663667e9e76ef826bcdb9f9d;hp=5b89fcdca490c88987d131c9e160d614d4d97c1f;hb=HEAD;hpb=a649266e00696290ecf09f15c9dfa09f1cd35244 diff --git a/local-server-with-bots.sh b/local-server-with-bots.sh index 5b89fcd..28d2e5f 100755 --- a/local-server-with-bots.sh +++ b/local-server-with-bots.sh @@ -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