From: terencehill Date: Sun, 16 May 2010 21:33:09 +0000 (+0200) Subject: bot_vs_human: Added some more words to its definition, to warn about its usage. X-Git-Tag: xonotic-v0.1.0preview~543^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ffbcc8a1f016da5a7e2441c29c1597f68735fbb9;p=xonotic%2Fxonotic-data.pk3dir.git bot_vs_human: Added some more words to its definition, to warn about its usage. There would need further changes to handle correctly state changes (from a positive to a negative value, for instance) during a game (reallocate/rebalance teams as well as update allowed teams in the team select dialog). But I think it's not worthwhile to work on it. --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index d7ed1815a..1c6942d0b 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -451,7 +451,7 @@ set bot_ai_aimskill_order_filter_5th 0.5 "Movement prediction filter. Used rarel set g_waypointeditor 0 set bot_ignore_bots 0 "When set, bots don't shoot at other bots" set bot_join_empty 0 "When set, bots also play if no player has joined the server" -set bot_vs_human 0 "Bots and humans play in different teams when set. positive values to make an all-bot blue team, set to negative values to make an all-bot red team, the absolute value is the ratio bots vs humans (1 for equal count)" +set bot_vs_human 0 "Bots and humans play in different teams when set. positive values to make an all-bot blue team, set to negative values to make an all-bot red team, the absolute value is the ratio bots vs humans (1 for equal count). Changes will be correctly applied only from the next game" alias g_waypointeditor_spawn "impulse 103" alias g_waypointeditor_remove "impulse 104"