X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=_hud_common.cfg;h=c46bbee713bf099c6bf74b45e474ee7baea0a559;hb=6201e039c4e08302d55a4c57bbd044e24c9ee456;hp=6d14e4fb603b6575809af51fe06d1420cd5a8ba5;hpb=7165cb2e03e4e8295504cfcf66996a5ea82424dc;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/_hud_common.cfg b/_hud_common.cfg index 6d14e4fb6..c46bbee71 100644 --- a/_hud_common.cfg +++ b/_hud_common.cfg @@ -73,7 +73,10 @@ seta hud_contents_water_alpha 0.5 "alpha of the water" seta hud_contents_water_color "0.4 0.3 0.3" "color blend when inside water" seta hud_shownames 1 "draw names and health/armor of nearby players" -seta hud_shownames_enemies 2 "1 = draw names of enemies you point at (TODO), 2 = draw names of all enemies in view" +seta hud_shownames_enemies 1 "show tags for enemies as well" +seta hud_shownames_crosshairdistance 0 "if set, only draw tags which came within this distance of your crosshair (25 recommended)" +seta hud_shownames_crosshairdistance_time 5 "how many seconds the tag is still visible after pointing at them" +seta hud_shownames_crosshairdistance_antioverlap 0 "allow antioverlap to work as normal even with crosshairdistance on" seta hud_shownames_self 0 "also include your own name to be shown when third person camera mode is on (chase_active/cl_eventchase)" seta hud_shownames_status 1 "1 = draw health/armor status of teammates" seta hud_shownames_statusbar_height 4 "height of status bar" @@ -83,7 +86,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 50 "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