]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - defaultXonotic.cfg
disable WIP panels for now
[xonotic/xonotic-data.pk3dir.git] / defaultXonotic.cfg
index 0c44f8ef8a6a69c20a5ae2417fd8feac03305697..4d38178679e87521073aac8536109e96ba76a448 100644 (file)
@@ -1314,13 +1314,89 @@ con_chatwidth 0.6
 con_notifysize 10
 con_notifyalign 0
 
+// hud variables
+set _hud_configure 0
+seta hud_color "0 0.7 0.8" "color of the hud"
+seta hud_accuracy_yellow 40 "percentage at which the accuracy color is yellow"
+seta hud_alpha_bg 0.8 "alpha of the background"
+seta hud_alpha_fg 1 "alpha of the foreground"
+seta hud_progressbar_alpha "0.5" "alpha of progressbars"
+
+seta hud_weaponicons 1 "enable/disable this panel"
+seta hud_weaponicons_pos "210 -60" "position of this panel"
+seta hud_weaponicons_size "240 90" "size of this panel"
+seta hud_weaponicons_bg 1 "enable/disable the background of this panel"
+seta hud_weaponicons_marigin 10 "size of marigin from the background edges""
+seta hud_weaponicons_number 1 "show number of weapon"
+seta hud_weaponicons_accuracybar_height 3 "height of accuracy bar"
+seta hud_weaponicons_color "" "optional R G B vector of the weaponicons background color, otherwise use hud default"
+
+seta hud_inventory 1 "enable/disable this panel"
+seta hud_inventory_pos "0 -90" "position of this panel"
+seta hud_inventory_size "240 90" "size of this panel"
+seta hud_inventory_bg 1 "enable/disable the background of this panel"
+seta hud_inventory_marigin 30 "size of marigin from the background edges"
+seta hud_inventory_color "" "optional R G B vector of the inventory background color, otherwise use hud default"
+
+seta hud_powerups 0 "enable/disable this panel"
+seta hud_powerups_pos "0 -90" "position of this panel"
+seta hud_powerups_size "240 90" "size of this panel"
+seta hud_powerups_bg 1 "enable/disable the background of this panel"
+seta hud_powerups_marigin 30 "size of marigin from the background edges"
+seta hud_powerups_color "" "optional R G B vector of the inventory background color, otherwise use hud default"
+
+seta hud_healtharmor 1 "enable/disable this panel"
+seta hud_healtharmor_pos "210 -37.5" "position of this panel"
+seta hud_healtharmor_size "200 37.5" "size of this panel"
+seta hud_healtharmor_bg 1 "enable/disable the background of this panel"
+seta hud_healtharmor_marigin 30 "size of marigin from the background edges"
+seta hud_healtharmor_color "" "optional R G B vector of the inventory background color, otherwise use hud default"
+seta hud_progressbar_health_color "0.6 0 0" "optional R G B vector of the inventory background color, otherwise use hud default"
+seta hud_progressbar_armor_color "0 0.6 0" "optional R G B vector of the inventory background color, otherwise use hud default"
+
+seta hud_notify 0 "enable/disable this panel"
+seta hud_notify_pos "-300 -37.5" "position of this base of the panel"
+seta hud_notify_size "200 37.5" "size of this panel with all notifications on"
+seta hud_notify_bg 1 "enable/disable the background of this panel"
+seta hud_notify_marigin 30 "size of marigin from the background edges"
+seta hud_notify_color "" "optional R G B vector of the inventory background color, otherwise use hud default"
+
+seta hud_timer 1 "enable/disable this panel"
+seta hud_timer_pos "-300 -37.5" "position of this base of the panel"
+seta hud_timer_size "200 37.5" "size of this panel"
+seta hud_timer_bg 1 "enable/disable the background of this panel"
+seta hud_timer_marigin 30 "size of marigin from the background edges"
+seta hud_timer_color "" "optional R G B vector of the inventory background color, otherwise use hud default"
+seta hud_timer_increment "show elapsed time instead of remaining time"
+
+seta hud_radar 1 "enable/disable this panel"
+seta hud_radar_pos "-300 -37.5" "position of this base of the panel"
+seta hud_radar_size "200 37.5" "size of this panel"
+seta hud_radar_bg 1 "enable/disable the background of this panel"
+seta hud_radar_marigin 30 "size of marigin from the background edges"
+seta hud_radar_color "" "optional R G B vector of the inventory background color, otherwise use hud default"
+
+seta hud_score 0 "enable/disable this panel"
+seta hud_score_pos "-300 -37.5" "position of this base of the panel"
+seta hud_score_size "200 37.5" "size of this panel"
+seta hud_score_bg 1 "enable/disable the background of this panel"
+seta hud_score_marigin 30 "size of marigin from the background edges"
+seta hud_score_color "" "optional R G B vector of the inventory background color, otherwise use hud default"
+
+seta hud_racetimer 0 "enable/disable this panel"
+seta hud_racetimer_pos "-300 -37.5" "position of this base of the panel"
+seta hud_racetimer_size "200 37.5" "size of this panel"
+seta hud_racetimer_bg 0 "enable/disable the background of this panel"
+seta hud_racetimer_marigin 30 "size of marigin from the background edges"
+seta hud_racetimer_color "" "optional R G B vector of the inventory background color, otherwise use hud default"
+
+// these should now be deprecated.
 sbar_info_pos 50
 seta sbar_alpha_bg 0.8 "alpha value of the HUD background"
 seta sbar_alpha_fg 1 "alpha value of the HUD foreground items"
 seta sbar_border_thickness 1 "scoreboard border thickness"
 seta sbar_accuracy_border_thickness 1 "accuracy stats border thickness"
 seta sbar_accuracy_doublerows 0 "use two rows instead of one"
-seta sbar_accuracy_yellow 40 "percentage at which the accuracy color is yellow"
 seta sbar_accuracy 1 "0 = no weapon accuracy stats panel on scoreboard"
 seta sbar_accuracy_hud 1 "0 = no weapon accuracy bar on the weapon icons"
 seta sbar_color_bg_r 0 "red color component of the HUD background"
@@ -1339,7 +1415,6 @@ seta sbar_scoreboard_highlight_alpha_self 0.25 "self highlight alpha value"
 seta sbar_hudselector 1        "0 = health/armor positions flipped, 1 = default hud layout, 2 = combined health and armor display"
 seta sbar_showcurrentammo 0 "0 = show all ammo types, 1 = show only the ammo type of the current weapon"
 seta sbar_showweaponicons 1 "1 = show icons of weapons that you have"
-seta sbar_timer_increment 0 "1 = show elapsed time on the timer"
 seta sbar_timer_scale 1 "scale multiplier of the timer"
 seta sbar_vote_alreadyvoted_alpha 0.75 "alpha of the vote dialog after you have voted"