X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=_hud_descriptions.cfg;h=5b092524515d8282efea82af72451e43c1c2c4da;hb=99e4fa0264127dfcf4675d5f645061b51af815e4;hp=372a6af3e146f635154231a39a71b730efd96fc0;hpb=3c4910b975778553ac01ccf7f27bcf45c361f0dc;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/_hud_descriptions.cfg b/_hud_descriptions.cfg index 372a6af3e..5b0925245 100644 --- a/_hud_descriptions.cfg +++ b/_hud_descriptions.cfg @@ -52,8 +52,12 @@ seta hud_panel_weapons_complainbubble_color_unavailable "" "color of the complai seta hud_panel_weapons_ammo_color "" "color of status bar" seta hud_panel_weapons_ammo_alpha "" "alpha of status bar" seta hud_panel_weapons_timeout "" "panel disappears if you don't switch weapon for this amount of seconds" -seta hud_panel_weapons_timeout_effect "" "disappearance effect: 0) no effect; 1) panel moves out of screen; 2) panel fades out" -seta hud_panel_weapons_label "" "1 = show number of weapon, 2 = show bound key of weapon" +seta hud_panel_weapons_timeout_effect "" "disappearance effect: 0) no effect; 1) panel fades out; 2) panel moves off the screen; 3) combination of 1 and 2" +seta hud_panel_weapons_timeout_fadebgmin "" "minimum alpha of the panel background while in effect mode 1" +seta hud_panel_weapons_timeout_fadefgmin "" "minimum alpha of the panel foreground while in effect mode 1" +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_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" @@ -122,7 +126,6 @@ seta hud_panel_notify_bg_border "" "if set to something else than \"\" = overrid seta hud_panel_notify_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" seta hud_panel_notify_flip "" "order the list top to bottom instead of bottom to top" seta hud_panel_notify_fontsize "" "multiplier for the font size used for player names in the panel" -seta hud_panel_notify_print "" "also con_notify print the messages that are shown on the notify panel" seta hud_panel_notify_fadetime "" "fade out time" seta hud_panel_notify_time "" "time that a new entry stays until it fades out" @@ -152,6 +155,8 @@ seta hud_panel_radar_zoommode "" "zoom mode: 0 = zoomed by default, 1 = zoomed w seta hud_panel_radar_scale "" "distance you can see on the team radar" seta hud_panel_radar_maximized_scale "" "distance you can see on the radar when maximized" seta hud_panel_radar_maximized_size "" "size of the radar when maximized" +seta hud_panel_radar_maximized_rotation "" "rotation mode: you set what points up. 0 = player, 1 = west, 2 = south, 3 = east, 4 = north" +seta hud_panel_radar_maximized_zoommode "" "zoom mode: 0 = zoomed by default, 1 = zoomed when +zoom, 2 = always zoomed, 3 = always zoomed out" seta hud_panel_score "" "enable/disable this panel" seta hud_panel_score_pos "" "position of this base of the panel" @@ -206,6 +211,7 @@ seta hud_panel_pressedkeys_bg_alpha "" "if set to something else than \"\" = ove seta hud_panel_pressedkeys_bg_border "" "if set to something else than \"\" = override default size of border around the background" seta hud_panel_pressedkeys_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" seta hud_panel_pressedkeys_aspect "" "forced aspect on panel" +seta hud_panel_pressedkeys_attack "" "show attack buttons too" seta hud_panel_chat "" "enable/disable this panel" seta hud_panel_chat_pos "" "position of this base of the panel" @@ -288,3 +294,22 @@ seta hud_panel_centerprint_fade_subsequent_passtwo "" "division factor for the s seta hud_panel_centerprint_fade_subsequent_passtwo_minalpha "" "minimum factor that the second pass can fade to" seta hud_panel_centerprint_fade_subsequent_minfontsize "" "minimum factor for the font size from the subsequent fading effects" seta hud_panel_centerprint_fade_minfontsize "" "minimum factor for the font size from the fading in/out effects" + +seta hud_panel_itemstime "" "enable/disable this panel, it shows left time until important items (mega health, large armor, powerups, superweapons, etc...) respawn in the map: 1 when spectating, 2 even playing in warmup stage" +seta hud_panel_itemstime_pos "" "position of this base of the panel" +seta hud_panel_itemstime_size "" "size of this panel" +seta hud_panel_itemstime_bg "" "if set to something else than \"\" = override default background" +seta hud_panel_itemstime_bg_color "" "if set to something else than \"\" = override default panel background color" +seta hud_panel_itemstime_bg_color_team "" "override panel color with team color in team based games" +seta hud_panel_itemstime_bg_alpha "" "if set to something else than \"\" = override default panel background alpha" +seta hud_panel_itemstime_bg_border "" "if set to something else than \"\" = override default size of border around the background" +seta hud_panel_itemstime_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" +seta hud_panel_itemstime_iconalign "" "0 = align icons to the left, 1 = align icons to the right" +seta hud_panel_itemstime_progressbar "" "use progressbar behind icons" +seta hud_panel_itemstime_progressbar_name "" "name of progressbar to use behind icons" +seta hud_panel_itemstime_progressbar_reduced "" "progressbar is displayed only in the text field" +seta hud_panel_itemstime_showspawned "" "show icons of already spawned items" +seta hud_panel_itemstime_text "" "show text" +seta hud_panel_itemstime_ratio "" "ratio between space reserved for text and icon width of each item entry (min value is 2)" +seta hud_panel_itemstime_size_dinamic "" "reduce panel size by removing spacing beetwen items" +