X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=_hud_common.cfg;h=73ab1739b004be2b052820e49ad6a96e4226a980;hp=75e8eb8d6f51a5d4ee6b94b804aea9eaac9a0d45;hb=4cec650452119aa747101865fd6c7b793b182f57;hpb=b9998b31fc75c66b601e66241350b10ca694809f diff --git a/_hud_common.cfg b/_hud_common.cfg index 75e8eb8d6..73ab1739b 100644 --- a/_hud_common.cfg +++ b/_hud_common.cfg @@ -74,6 +74,7 @@ seta hud_panel_weapons_ammo_full_plasma 180 "show 100% of the status bar at this seta hud_panel_weapons_ammo_full_rockets 160 "show 100% of the status bar at this ammo count" seta hud_panel_weapons_ammo_full_fuel 100 "show 100% of the status bar at this ammo count" seta hud_panel_weapons_hide_ondeath 0 "hide this panel when dead" +seta hud_panel_weapons_orderbyimpulse "1" "List weapons in their impulse order instead of priority" seta hud_panel_ammo_maxammo "40" "when you have this much ammo, the ammo status bar is full" seta hud_panel_ammo_hide_ondeath 0 "hide this panel when dead" @@ -91,6 +92,8 @@ seta hud_panel_timer_increment "0" "show elapsed time instead of remaining time" seta hud_panel_engineinfo_framecounter_exponentialmovingaverage 1 "use an averaging method for calculating fps instead of counting frametime like engine does" seta hud_panel_engineinfo_framecounter_exponentialmovingaverage_new_weight 0.1 "weight of latest data point" seta hud_panel_engineinfo_framecounter_exponentialmovingaverage_instantupdate_change_threshold 0.5 "threshold for fps change when to update instantly, to make big fps changes update faster" +seta hud_panel_engineinfo_framecounter_decimals "0" "amount of decimals to show" +seta hud_panel_engineinfo_framecounter_time "0.1" "time between framerate display updates" seta hud_panel_physics_acceleration_movingaverage 1 "use an averaging method for calculating acceleration instead of the real value" seta hud_panel_physics_update_interval 0.016 "how often (in seconds) numeric values get updated on screen" @@ -117,6 +120,7 @@ seta hud_panel_scoreboard_minwidth 0.6 "minimum width of the scoreboard" seta hud_panel_scoreboard_accuracy_showdelay 2 "how long to delay displaying accuracy below the scoreboard if it's too far down" seta hud_panel_scoreboard_accuracy_showdelay_minpos 0.75 "delay displaying the accuracy panel only if its position is lower than this percentage of the screen height from the top" +seta hud_panel_scoreboard_team_size_position 0 "where to show the team size (0 = do not show, 1 = left of scoreboard, 2 = right of scoreboard), will move team scores to the other side if necessary" // hud panel aliases alias quickmenu "cl_cmd hud quickmenu ${* ?}" @@ -186,6 +190,7 @@ seta hud_shownames_crosshairdistance_antioverlap 0 "allow antioverlap to work as seta hud_shownames_self 0 "also include your own name to be shown when third person camera mode is on (chase_active/cl_eventchase)" seta hud_shownames_status 1 "1 = draw health/armor status of teammates" seta hud_shownames_statusbar_height 4 "height of status bar" +seta hud_shownames_statusbar_highlight 1 "Always highlight values of health and armor from 0 to half status bar" seta hud_shownames_aspect 8 "aspect ratio of total drawing area per name" seta hud_shownames_fontsize 12 "font size" seta hud_shownames_decolorize 1 "1 = decolorize name in team games, 2 = decolorize always"