X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=defaultXonotic.cfg;h=fa093b04721433b92a930f0288c6a1ed4864c391;hb=9fd5047b57bab962991923b2b0759fd6bc8c0246;hp=8ed6aa1aec6aa4ad9acf6ab18bfc04c5b9656827;hpb=bade57d526a71efa8c983ae58cc9dfc9590346f5;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 8ed6aa1ae..fa093b047 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -60,7 +60,7 @@ _cl_playerskin 0 seta cl_reticle 1 "enable zoom reticles" seta cl_reticle_stretch 0 "stretch reticles so they fit the screen (breaks image proportions)" -seta cl_reticle_normal 1 "draw an aiminig reticle when zooming with the zoom button" +seta cl_reticle_normal 1 "draw an aiming reticle when zooming with the zoom button" seta cl_reticle_normal_alpha 1 "alpha of the normal reticle" seta cl_reticle_weapon 1 "draw custom aiming reticle when zooming with certain weapons" seta cl_reticle_weapon_alpha 1 "alpha of the custom reticle" @@ -389,10 +389,10 @@ 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 1st filter output to apply to the aiming angle" -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_mix_2nd 0.1 "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_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"