X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=_hud_descriptions.cfg;h=e4c669663324bca895414a5e8e954451199aaa02;hb=65c59bf5af22bcd73d29d87dfc9ae87273f41ca6;hp=4255cc36c398f01ff704f00b158eae4c275f0587;hpb=b81ebc6ca1bb523d6d8b3dac5479bd26234ee385;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/_hud_descriptions.cfg b/_hud_descriptions.cfg index 4255cc36c..e4c669663 100644 --- a/_hud_descriptions.cfg +++ b/_hud_descriptions.cfg @@ -21,6 +21,9 @@ seta hud_progressbar_health_color "" "R G B vector of the progress bar backgroun seta hud_progressbar_armor_color "" "R G B vector of the progress bar background color" seta hud_progressbar_fuel_color "" "R G B vector of the progress bar background color" seta hud_progressbar_nexball_color "" "R G B vector of the progress bar background color" +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_panelorder "" "contains order in which panels are to be drawn" @@ -47,6 +50,8 @@ seta hud_panel_weapons_complainbubble_color_donthave "" "color of the complainbu seta hud_panel_weapons_complainbubble_color_unavailable "" "color of the complainbubble when showing weapon unavailable message" 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_ammo "" "enable/disable this panel" seta hud_panel_ammo_pos "" "position of this panel" @@ -108,6 +113,7 @@ seta hud_panel_notify_bg_alpha "" "if set to something else than \"\" = override seta hud_panel_notify_bg_border "" "if set to something else than \"\" = override default size of border around the background" 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_timer "" "enable/disable this panel" @@ -193,7 +199,7 @@ seta hud_panel_chat_bg_alpha "" "if set to something else than \"\" = override d seta hud_panel_chat_bg_border "" "if set to something else than \"\" = override default size of border around the background" seta hud_panel_chat_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" -seta hud_panel_engineinfo "" "enable/disable this panel +seta hud_panel_engineinfo "" "enable/disable this panel" seta hud_panel_engineinfo_pos "" "position of this base of the panel" seta hud_panel_engineinfo_size "" "size of this panel" seta hud_panel_engineinfo_bg "" "if set to something else than \"\" = override default background" @@ -203,7 +209,7 @@ seta hud_panel_engineinfo_bg_alpha "" "if set to something else than \"\" = over seta hud_panel_engineinfo_bg_border "" "if set to something else than \"\" = override default size of border around the background" seta hud_panel_engineinfo_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" -seta hud_panel_infomessages "" "enable/disable this panel +seta hud_panel_infomessages "" "enable/disable this panel" seta hud_panel_infomessages_pos "" "position of this base of the panel" seta hud_panel_infomessages_size "" "size of this panel" seta hud_panel_infomessages_bg "" "if set to something else than \"\" = override default background" @@ -213,3 +219,18 @@ seta hud_panel_infomessages_bg_alpha "" "if set to something else than \"\" = ov seta hud_panel_infomessages_bg_border "" "if set to something else than \"\" = override default size of border around the background" seta hud_panel_infomessages_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" seta hud_panel_infomessages_flip "" "1 = align the items to the right" + +seta hud_panel_physics "" "enable/disable this panel, 1 = show if not observing, 2 = show always" +seta hud_panel_physics_pos "" "position of this base of the panel" +seta hud_panel_physics_size "" "size of this panel" +seta hud_panel_physics_bg "" "if set to something else than \"\" = override default background" +seta hud_panel_physics_bg_color "" "if set to something else than \"\" = override default panel background color" +seta hud_panel_physics_bg_color_team "" "override panel color with team color in team based games" +seta hud_panel_physics_bg_alpha "" "if set to something else than \"\" = override default panel background alpha" +seta hud_panel_physics_bg_border "" "if set to something else than \"\" = override default size of border around the background" +seta hud_panel_physics_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" +seta hud_panel_physics_baralign "" "0 = align bars to the left, 1 = align bars to the right, 2 = align only left bar to the right, 3 = align only right bar to the right, 4 = align bars to the center" +seta hud_panel_physics_flip "" "flip speed/acceleration positions" +seta hud_panel_physics_progressbar "" "enable progressbar in panel (2 = only for speed; 3 = only for acceleration)" +seta hud_panel_physics_acceleration_progressbar_mode "" "0 = progressbar increases from the center to the right if the acceleration is positive, to the left if it's negative; 1 = progressbar increases from the border in the same direction for both positive and negative accelerations" +seta hud_panel_physics_text "" "show text in panel (2 = only for speed; 3 = only for acceleration)"