From 818075a58f7527ebb3bd92147232ef47e1ce21c9 Mon Sep 17 00:00:00 2001 From: mand1nga Date: Fri, 13 Feb 2009 03:26:50 +0000 Subject: [PATCH] Bots: Set better values for facing-wall detection cvars git-svn-id: svn://svn.icculus.org/nexuiz/trunk@5863 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/defaultNexuiz.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/defaultNexuiz.cfg b/data/defaultNexuiz.cfg index 618cff990..34a9be123 100644 --- a/data/defaultNexuiz.cfg +++ b/data/defaultNexuiz.cfg @@ -360,8 +360,8 @@ set bot_ai_custom_weapon_priority_close "11 3 13 14 8 6 4 2 5 7 15 1" "Desired w set bot_ai_weapon_combo 1 "Enable bots to do weapon combos" set bot_ai_weapon_combo_threshold 0.3 "Try to make a combo N seconds after the last attack" set bot_ai_friends_aware_pickup_radius "500" "Bots will not pickup items if a team mate is this distance near the item" -set bot_ai_facingwall_timeout 0.08 "Consider the bot to being stuck after N seconds facing and touching a wall" -set bot_ai_ignoregoal_timeout 2 "Ignore goals leading the bots to stuck in front of a wall for N seconds" +set bot_ai_facingwall_timeout 0.05 "Consider the bot to being stuck after N seconds facing and touching a wall" +set bot_ai_ignoregoal_timeout 3 "Ignore goals leading the bots to stuck in front of a wall for N seconds" // Better don't touch these, there are hard to tweak! set bot_ai_aimskill_order_mix_1st 0.01 set bot_ai_aimskill_order_mix_2nd 0.1 -- 2.39.2