]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disable dynamic HUD by default; disable dynamic HUD effects for the scoreboard by... 293/head
authorterencehill <piuntn@gmail.com>
Sun, 1 May 2016 16:03:45 +0000 (18:03 +0200)
committerterencehill <piuntn@gmail.com>
Sun, 1 May 2016 16:03:45 +0000 (18:03 +0200)
_hud_common.cfg
defaultXonotic.cfg

index 0f3f24ba19a43d299e7ca9f8a64fd61dc1b29692..bf8fe80b60e28f13d80351afcb9790812bed5a1c 100644 (file)
@@ -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"
 
index 1f4cf16be8458a5bc0c76f4ad4f298861c27137a..a552ad619443233190399894ab9275ef0d501362 100644 (file)
@@ -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<X>) 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"