From: MirceaKitsune Date: Sat, 9 Jul 2011 12:21:23 +0000 (+0300) Subject: Better fading distance X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=82a3746e0bee1d2771b7c5722002a9f5cbead271;p=voretournament%2Fvoretournament.git Better fading distance --- diff --git a/data/defaultVT.cfg b/data/defaultVT.cfg index 5890e75c..ce3b29fd 100644 --- a/data/defaultVT.cfg +++ b/data/defaultVT.cfg @@ -1156,7 +1156,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 1500 "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_offset 52 "offset (along z-axis) tag from player origin by this many units"