From 1e81e466f6c1e8a4e87de2cd88051e5bf3bd1a7b Mon Sep 17 00:00:00 2001 From: terencehill Date: Sun, 1 May 2016 18:03:45 +0200 Subject: [PATCH] Disable dynamic HUD by default; disable dynamic HUD effects for the scoreboard by default --- _hud_common.cfg | 2 +- defaultXonotic.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_hud_common.cfg b/_hud_common.cfg index 0f3f24ba1..bf8fe80b6 100644 --- a/_hud_common.cfg +++ b/_hud_common.cfg @@ -106,7 +106,7 @@ alias hud_panel_radar_maximized "cl_cmd hud radar" // other hud cvars seta hud_panel_update_interval 2 "how often (in seconds) common panel cvars are reloaded" -seta hud_dynamic_follow 1 "HUD moves around following player's movement (effect shared with cl_followmodel, can be enabled independently from it though)" +seta hud_dynamic_follow 0 "HUD moves around following player's movement (effect shared with cl_followmodel, can be enabled independently from it though)" seta hud_dynamic_follow_scale 0.01 "HUD following scale" seta hud_dynamic_follow_scale_xyz "1 1 1" "HUD following scale for the x, y and z axis" diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 1f4cf16be..a552ad619 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -852,7 +852,7 @@ seta scoreboard_offset_right 0.15 "how far (by percent) the scoreboard is offset seta scoreboard_offset_vertical 0.05 "how far (by percent) the scoreboard is offset from the top and bottom of the screen" seta scoreboard_bg_scale 0.25 "scale for the tiled scoreboard background" seta scoreboard_respawntime_decimals 1 "decimal places to show for the respawntime countdown display on the scoreboard" -seta scoreboard_dynamichud 1 "apply the dynamic hud effects to the scoreboard" +seta scoreboard_dynamichud 0 "apply the dynamic hud effects to the scoreboard" seta accuracy_color_levels "0 20 100" "accuracy values at which a specified color (accuracy_color) will be used. If your accuracy is between 2 of these values then a mix of the Xth and X+1th colors will be used. You can specify up to 10 values, in increasing order" seta accuracy_color0 "1 0 0" -- 2.39.2