X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=xonotic-client.cfg;h=c9a49f924a330b15c327e566d9617ecad3247eeb;hb=a273d3672349a48e62e32f70a95dd39b812a0bcf;hp=a074ea71a6afe16d224c0b02b332f285ef34c3d6;hpb=0dec7bcf5fa101452e59fe30b74daf24251d93e8;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/xonotic-client.cfg b/xonotic-client.cfg index a074ea71a..c9a49f924 100644 --- a/xonotic-client.cfg +++ b/xonotic-client.cfg @@ -396,6 +396,7 @@ set g_waypointsprite_timealphaexponent 1 seta g_waypointsprite_turrets 1 "disable turret waypoints" seta g_waypointsprite_turrets_maxdist 5000 "max distance for turret waypoints" seta g_waypointsprite_turrets_text 0 "show the turret's name in the waypoint" +seta g_waypointsprite_turrets_onlyhurt 0 "only show the turret waypoint for a short period after being hurt" seta g_waypointsprite_uppercase 1 seta g_waypointsprite_text 0 "Always show text instead of icons, setting this to 0 will still use text if the icon is unavailable" seta g_waypointsprite_iconsize 32 @@ -435,7 +436,7 @@ seta cl_damagetext_offset_screen "0 -45 0" "Damage text offset (screen coordinat seta cl_damagetext_offset_world "0 0 0" "Damage text offset (world coordinates relative to player's view)" seta cl_damagetext_accumulate_range "30" "Damage text spawned within this range is accumulated" seta cl_damagetext_accumulate_alpha_rel "0.65" "Only update existing damage text when it's above this much percentage (0 to 1) of the starting alpha" -seta cl_damagetext_friendlyfire "1" "Show damage text for friendlyfire too" +seta cl_damagetext_friendlyfire "1" "0: never show for friendly fire, 1: when more than 0 damage, 2: always" seta cl_damagetext_friendlyfire_color "1 0 0" "Damage text color for friendlyfire" seta cl_damagetext_2d 1 "Show damagetext in 2D coordinates if the enemy's location is not known"