From a58c6f9a88be6170158feb88c4e6b28b8e3dc62f Mon Sep 17 00:00:00 2001 From: mand1nga Date: Thu, 12 Mar 2009 14:02:10 +0000 Subject: [PATCH] More bots related cvars descriptions git-svn-id: svn://svn.icculus.org/nexuiz/trunk@6126 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/defaultNexuiz.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/defaultNexuiz.cfg b/data/defaultNexuiz.cfg index 107158053..652284406 100644 --- a/data/defaultNexuiz.cfg +++ b/data/defaultNexuiz.cfg @@ -340,11 +340,11 @@ seta skill_auto 0 "when 1, \"skill\" gets adjusted to match the best player on t set bot_ai_thinkinterval 0.05 set bot_ai_strategyinterval 2 "How often a new objective is chosen" set bot_ai_enemydetectioninterval 0.5 "How often bots pick a new target" -set bot_ai_dodgeupdateinterval 0.1 -set bot_ai_chooseweaponinterval 0.3 "How often the weapon selection will be evaluated" -set bot_ai_dangerdetectioninterval 0.1 -set bot_ai_dangerdetectionupdates 64 -set bot_ai_aimskill_blendrate 2 "How much correction is made to aim at the target" +set bot_ai_dodgeupdateinterval 0.1 "How often scan for items to dodge. Currently not in use." +set bot_ai_chooseweaponinterval 0.3 "How often the best weapon according to the situation will be chosen" +set bot_ai_dangerdetectioninterval 0.1 "How often scan for waypoints with dangers near" +set bot_ai_dangerdetectionupdates 64 "How many waypoints will be considered for danger detection" +set bot_ai_aimskill_blendrate 2 "How much correction will be applied to the aiming angle" set bot_ai_aimskill_fixedrate 15 set bot_ai_aimskill_firetolerance_distdegrees 180 set bot_ai_aimskill_firetolerance_mindegrees 2 "Minimum angle tolerance. Used on large distances" -- 2.39.2