From: Martin Taibr Date: Wed, 11 Sep 2019 23:36:24 +0000 (+0200) Subject: match skill in example config to default X-Git-Tag: xonotic-v0.8.5~121^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1d61c513124b554a6468bd7df2aba355fa488491;p=xonotic%2Fxonotic.git match skill in example config to default --- diff --git a/server/server.cfg b/server/server.cfg index 1a96ca34..ffe3001b 100644 --- a/server/server.cfg +++ b/server/server.cfg @@ -77,15 +77,13 @@ // Some settings you MIGHT want to change. Again IF so remove the // // from the line start and change them to your liking. -//skill 4 // the bots skill level +//skill 8 // the bots skill level -// if changing either of these two settigs, you should consider editing the `bots` alias so that the `bots` vote adds the right number of bots +// if changing either of these two minplayers settigs, you should consider editing the `bots` alias so that the `bots` vote adds the right number of bots //minplayers 0 // add bots if less then that number of players playing //minplayers_per_team 0 // add bots to each team if less than that number of players playing //alias bots "minplayers 4; minplayers_per_team 2" -//minplayers 0 // add bots if less then that number of players playing -//minplayers_per_team 0 // add bots to each team if less than that number of players playing //g_maxplayers 0 // above this player count, only allow spectators //bot_prefix [BOT] // prepend this to all botnames //bot_suffix "" // append this to all botnames