From b31df7475ddc09e86bbfda9ea9540c25a85c297d Mon Sep 17 00:00:00 2001 From: terencehill Date: Wed, 26 Dec 2018 22:38:59 +0100 Subject: [PATCH] Attempt to improve bot aim (also good for a smoother movement) by modifying bot_ai_aimskill_order_* values (by Packer) --- xonotic-server.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xonotic-server.cfg b/xonotic-server.cfg index e25ae7fac..170df30a6 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -152,15 +152,15 @@ set bot_ai_navigation_jetpack 0 "Enable bots to navigate maps using the jetpack" set bot_ai_navigation_jetpack_mindistance 3500 "Bots will try fly to objects located farther than this distance" // Better don't touch these, there are hard to tweak! set bot_ai_aimskill_order_mix_1st 0.01 "Amount of the 1st filter output to apply to the aiming angle" -set bot_ai_aimskill_order_mix_2nd 0.1 "Amount of the 2nd filter output to apply to the aiming angle" +set bot_ai_aimskill_order_mix_2nd 0.075 "Amount of the 2nd filter output to apply to the aiming angle" set bot_ai_aimskill_order_mix_3th 0.01 "Amount of the 3th filter output to apply to the aiming angle" -set bot_ai_aimskill_order_mix_4th 0.05 "Amount of the 4th filter output to apply to the aiming angle" +set bot_ai_aimskill_order_mix_4th 0.0375 "Amount of the 4th filter output to apply to the aiming angle" set bot_ai_aimskill_order_mix_5th 0.01 "Amount of the 5th filter output to apply to the aiming angle" -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" +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.1 "Acceleration filter" +set bot_ai_aimskill_order_filter_4th 0.2 "Position prediction filter. Used rarely" +set bot_ai_aimskill_order_filter_5th 0.25 "Movement prediction filter. Used rarely" set bot_ai_timeitems 1 "allow skilled bots to run to important items a little time before respawning" set bot_ai_timeitems_minrespawndelay 25 "bots run to items with this minimum respawn delay before respawning" -- 2.39.2