]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - defaultXonotic.cfg
export more hud cvars and remove some unused cvars
[xonotic/xonotic-data.pk3dir.git] / defaultXonotic.cfg
index 51c44df7a7294b43e71f6552e3b8dd19e96fa500..37f3a0f23ac795a411e24af7b3d33c00ca87870d 100644 (file)
@@ -1329,32 +1329,29 @@ con_notifyalign 0
 // hud variables
 set _hud_configure 0 "1 = configure the HUD"
 
-seta hud_skin default "skin folder where to look for images"
-seta hud_accuracy_yellow 40 "percentage at which the accuracy color is yellow"
-seta hud_progressbar_alpha "0.5" "alpha of progressbars"
+seta hud_skin old "skin folder where to look for images"
 seta hud_bg 0 "sets the default background for the panels, file must exist in data/gfx/hud/. 0 = disable background by default"
 seta hud_bg_color "0 0.6 0.9" "sets the default background color for the panels"
 seta hud_bg_alpha 0.8 "alpha of the background"
 seta hud_bg_border 10 "sets the default border size for the panels"
 seta hud_fg_alpha 1 "alpha of the foreground"
+seta hud_progressbar_alpha "0.5" "alpha of progressbars"
 
 seta hud_configure_checkcollisions 1 "check for collisions against other panels when in hud configure mode"
 seta hud_configure_bg_minalpha 0.5 "minimum panel background alpha when in hud configure mode"
 
-seta hud_dock dock_oldhud "overlay the whole screen with this dock background, 0 = disable"
+seta hud_dock 1 "enable/disable a fullscreen background for the hud, useful for creating artificial docks"
 seta hud_dock_color "0 0.6 0.9" "dock color"
 seta hud_dock_alpha 0.8 "alpha of the dock"
 
 seta sbar_info_pos 50
 
-seta hud_hudselector 1 "0 = health/armor positions flipped, 1 = default hud layout, 2 = combined health and armor display"
-seta hud_showcurrentammo 0 "0 = show all ammo types, 1 = show only the ammo type of the current weapon"
-
 seta hud_weaponicons 1 "enable/disable this panel"
 seta hud_weaponicons_pos "-0.635295 -0.134116" "position of this panel"
 seta hud_weaponicons_size "0.352942 0.064845" "size of this panel"
 seta hud_weaponicons_number 1 "show number of weapon"
-seta hud_weaponicons_accuracybar_height 3 "height of accuracy bar"
+seta hud_weaponicons_accuracy_height 3 "height of accuracy bar"
+seta hud_weaponicons_accuracy_yellow 40 "percentage at which the accuracy color is yellow"
 seta hud_weaponicons_bg "" "if set to something else than \"\" = override default background, if set to 0 = disable background"
 seta hud_weaponicons_bg_color "" "optional R G B string of the background color, otherwise use hud default"
 seta hud_weaponicons_bg_alpha 0 "if set to something else than 0 = override default alpha"
@@ -1404,7 +1401,7 @@ seta hud_timer 1 "enable/disable this panel"
 seta hud_timer_pos "-0.213725 0" "position of this base of the panel"
 seta hud_timer_size "0.212735 0.054427" "size of this panel"
 seta hud_timer_increment 0 "show elapsed time instead of remaining time"
-seta hud_timer_bg border_oldhud "if set to something else than \"\" = override default background, if set to 0 = disable background"
+seta hud_timer_bg border "if set to something else than \"\" = override default background, if set to 0 = disable background"
 seta hud_timer_bg_color "" "optional R G B string of the background color, otherwise use hud default"
 seta hud_timer_bg_alpha 0 "if set to something else than 0 = override default alpha"
 seta hud_timer_bg_border 0 "if set to something else than 0 = override size of border around the background"