From: Samual Date: Thu, 20 Oct 2011 02:54:18 +0000 (-0400) Subject: Change some settings for hud_shownames X-Git-Tag: xonotic-v0.6.0~35^2~78^2~7^2~21 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;ds=sidebyside;h=70213d8515e7dba48cebf330a1a2dff599d536d4;p=xonotic%2Fxonotic-data.pk3dir.git Change some settings for hud_shownames --- diff --git a/_hud_common.cfg b/_hud_common.cfg index 6d14e4fb6..1f14c116f 100644 --- a/_hud_common.cfg +++ b/_hud_common.cfg @@ -83,7 +83,7 @@ seta hud_shownames_decolorize 1 "1 = decolorize name in team games, 2 = decolori seta hud_shownames_alpha 0.7 "alpha" seta hud_shownames_resize 1 "enable resizing of the names, then the size cvars will correspond to the maximum size" seta hud_shownames_mindistance 1000 "start fading alpha/size at this distance" -seta hud_shownames_maxdistance 2500 "alpha/size is 0 at this distance" +seta hud_shownames_maxdistance 5000 "alpha/size is 0 at this distance" seta hud_shownames_antioverlap 1 "if two tags get too close to each other, fade out the one further away from you" -seta hud_shownames_antioverlap_distance 125 "2d distance to other tag after which to fade out" +seta hud_shownames_antioverlap_distance 100 "2d distance to other tag after which to fade out" seta hud_shownames_offset 52 "offset (along z-axis) tag from player origin by this many units" \ No newline at end of file