From 7d672768754f58a0e17d99ad271dbb9a8b5c67e9 Mon Sep 17 00:00:00 2001 From: mand1nga Date: Fri, 27 Feb 2009 02:58:37 +0000 Subject: [PATCH] Slightly better bot aiming git-svn-id: svn://svn.icculus.org/nexuiz/trunk@5997 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/defaultNexuiz.cfg | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/data/defaultNexuiz.cfg b/data/defaultNexuiz.cfg index adff18d97..f85fa4406 100644 --- a/data/defaultNexuiz.cfg +++ b/data/defaultNexuiz.cfg @@ -337,7 +337,7 @@ seta bot_suffix "" "Suffix behind the bot names" seta skill_auto 0 "when 1, \"skill\" gets adjusted to match the best player on the map" // general bot AI cvars set bot_ai_thinkinterval 0.05 -set bot_ai_strategyinterval 5 "How often a new objective is chosen" +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" @@ -347,11 +347,11 @@ set bot_ai_aimskill_blendrate 2 "How much correction is made to aim at the targe 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" -set bot_ai_aimskill_firetolerance_maxdegrees 45 "Maximum firing angle. Used on close range" +set bot_ai_aimskill_firetolerance_maxdegrees 60 "Maximum firing angle. Used on close range" set bot_ai_aimskill_mouse 1 "How much of the aiming filters are applied" set bot_ai_keyboard_distance 250 "Keyboard emulation is disabled after this distance to the goal" set bot_ai_keyboard_treshold 0.57 -set bot_ai_aimskill_offset 1 "Amount of error induced to the bots aim" +set bot_ai_aimskill_offset 0.3 "Amount of error induced to the bots aim" set bot_ai_aimskill_think 1 "Aiming velocity. Use values below 1 for slower aiming" set bot_ai_custom_weapon_priority_distances "300 850" "Define close and far distances in any order. Based on the distance to the enemy bots will choose different weapons" set bot_ai_custom_weapon_priority_far "11 7 15 14 4 5 8 13 6 1 3 9 2" "Desired weapons for far distances ordered by priority" @@ -371,11 +371,11 @@ set bot_ai_aimskill_order_mix_2nd 0.1 "Amount of the 1st filter output to apply set bot_ai_aimskill_order_mix_3th 0.01 "Amount of the 1st filter output to apply to the aiming angle" set bot_ai_aimskill_order_mix_4th 0.05 "Amount of the 1st filter output to apply to the aiming angle" set bot_ai_aimskill_order_mix_5th 0.01 "Amount of the 1st filter output to apply to the aiming angle" -set bot_ai_aimskill_order_filter_1st 0.2 "Position filter" -set bot_ai_aimskill_order_filter_2nd 0.2 "Movement filter" -set bot_ai_aimskill_order_filter_3th 0.05 "Acceleration filter" -set bot_ai_aimskill_order_filter_4th 0.25 "Position prediction filter. Used rarely" -set bot_ai_aimskill_order_filter_5th 0.3 "Movement prediction filter. Used rarely" +set bot_ai_aimskill_order_filter_1st 0.4 "Position filter" +set bot_ai_aimskill_order_filter_2nd 0.4 "Movement filter" +set bot_ai_aimskill_order_filter_3th 0.2 "Acceleration filter" +set bot_ai_aimskill_order_filter_4th 0.4 "Position prediction filter. Used rarely" +set bot_ai_aimskill_order_filter_5th 0.5 "Movement prediction filter. Used rarely" // waypoint editor enable set g_waypointeditor 0 -- 2.39.2