X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=_hud_descriptions.cfg;h=7657bddc8b9a000645213e0cdad5a3c1b7108949;hb=6d2e1250338afadbd5587020302265f42bd0e889;hp=7d8b0ccf9f02356814b2fb14e3431f8c96dce665;hpb=b0ca2dc27f2360d4ac3939221b8e2b253d83a84d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/_hud_descriptions.cfg b/_hud_descriptions.cfg index 7d8b0ccf9..7657bddc8 100644 --- a/_hud_descriptions.cfg +++ b/_hud_descriptions.cfg @@ -25,6 +25,8 @@ seta hud_progressbar_nexball_color "" "R G B vector of the progress bar backgrou seta hud_progressbar_speed_color "" "R G B vector of the progress bar background color" seta hud_progressbar_acceleration_color "" "R G B vector of the progress bar background color" seta hud_progressbar_acceleration_neg_color "" "R G B vector of the progress bar background color" +seta hud_progressbar_vehicles_ammo1_color "" "R G B vector of the progress bar background color" +seta hud_progressbar_vehicles_ammo2_color "" "R G B vector of the progress bar background color" seta _hud_panelorder "" "contains order in which panels are to be drawn" @@ -58,9 +60,12 @@ seta hud_panel_weapons_timeout_fadefgmin "" "minimum alpha of the panel foregrou seta hud_panel_weapons_timeout_speed_in "" "speed that fading/moving onto the screen occurs" seta hud_panel_weapons_timeout_speed_out "" "speed that fading/moving off of the screen occurs" seta hud_panel_weapons_label "" "1 = show number of weapon, 2 = show bound key of weapon, 3 = show name of weapon" +seta hud_panel_weapons_label_scale "" "scale of the weapon text label" seta hud_panel_weapons_accuracy "" "show accuracy color as the weapon icon background; colors can be configured with accuracy_color* cvars" seta hud_panel_weapons_ammo "" "show ammo as a status bar" seta hud_panel_weapons_onlyowned "" "show only owned weapons" +seta hud_panel_weapons_noncurrent_alpha "" "alpha of noncurrent weapons" +seta hud_panel_weapons_noncurrent_scale "" "scale of noncurrent weapons, relative to the current weapon" seta hud_panel_ammo "" "enable/disable this panel" seta hud_panel_ammo_pos "" "position of this panel" @@ -309,3 +314,13 @@ seta hud_panel_buffs_bg_color_team "" "override panel color with team color in t seta hud_panel_buffs_bg_alpha "" "if set to something else than \"\" = override default panel background alpha" seta hud_panel_buffs_bg_border "" "if set to something else than \"\" = override default size of border around the background" seta hud_panel_buffs_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" + +seta hud_panel_mapvote "" "enable/disable this panel" +seta hud_panel_mapvote_pos "" "position of this panel" +seta hud_panel_mapvote_size "" "size of this panel" +seta hud_panel_mapvote_bg "" "if set to something else than \"\" = override default background" +seta hud_panel_mapvote_bg_color "" "if set to something else than \"\" = override default panel background color" +seta hud_panel_mapvote_bg_color_team "" "override panel color with team color in team based games" +seta hud_panel_mapvote_bg_alpha "" "if set to something else than \"\" = override default panel background alpha" +seta hud_panel_mapvote_bg_border "" "if set to something else than \"\" = override default size of border around the background" +seta hud_panel_mapvote_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"