]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - defaultXonotic.cfg
better weaponicons panel
[xonotic/xonotic-data.pk3dir.git] / defaultXonotic.cfg
index 50b1203466201aeb9eab7d86b5484ee389e0f082..db4be20e8b6b4e5175768c97f2b7b0627bf7b916 100644 (file)
@@ -1314,13 +1314,85 @@ 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_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 1 "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_notify 1 "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_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 1 "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 1 "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"
@@ -1794,3 +1866,7 @@ sv_gameplayfix_consistentplayerprethink 1
 
 // support Q1BSP maps
 mod_q1bsp_polygoncollisions 1
+
+// improve some minor details
+sv_gameplayfix_gravityunaffectedbyticrate 1
+sv_gameplayfix_nogravityonground 1