X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=crosshairs.cfg;fp=crosshairs.cfg;h=148ee9e0a193a7e48e2184efa12cafe7c021707e;hb=a94cfeb237c2b612b47ad8a5a91d540f9b4f48e2;hp=47631f0fa6cb70b4a664e493ff5dd06bd300bfae;hpb=5014e9433f380d184be50049d071aec539ef3c8d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/crosshairs.cfg b/crosshairs.cfg index 47631f0fa..148ee9e0a 100644 --- a/crosshairs.cfg +++ b/crosshairs.cfg @@ -33,7 +33,8 @@ seta crosshair_hitindication_speed 5 // hit testing/tracing for special effects for the crosshair set g_trueaim_minrange 44 "TrueAim minimum range (TrueAim adjusts shots so they hit the crosshair point even though the gun is not at the screen center)" seta crosshair_hittest 1 "do a crosshair hit evaluation, applying effects from the _blur, _scale, and _showipact cvars" -seta crosshair_hittest_blur 1 "blur the crosshair if the shot is obstructed" +seta crosshair_hittest_blur_teammate 0 "blur the crosshair if the shot is obstructed by a teammate" +seta crosshair_hittest_blur_wall 1 "blur the crosshair if the shot is obstructed by a wall or object" seta crosshair_hittest_scale 1.25 "shrink crosshair if shot is obstructed or aiming at a teammate" seta crosshair_hittest_showimpact 0 "move the crosshair to the actual impact location if obstructed"