X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=_hud_descriptions.cfg;h=4c832ef1e9b9a6208be14c874f302a93528ff300;hb=7b61391b0372d3685f361bde057124b4b6238110;hp=c8ab15f987894c7bd8a9c8963a0274dc5601cf68;hpb=b9892287df60503128fd17f1be8289b44243e179;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/_hud_descriptions.cfg b/_hud_descriptions.cfg index c8ab15f98..4c832ef1e 100644 --- a/_hud_descriptions.cfg +++ b/_hud_descriptions.cfg @@ -52,7 +52,11 @@ 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_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" 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" @@ -206,6 +210,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" @@ -253,9 +258,12 @@ seta hud_panel_physics_baralign "" "0 = align bars to the left, 1 = align bars t 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_max "" "acceleration progressbar gets completely filled up by this value (in g)" -seta hud_panel_physics_acceleration_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_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_acceleration_progressbar_scale "" "multiply acceleration progressbar values by this factor (allow progressbar to go out of panel bounds)" +seta hud_panel_physics_acceleration_progressbar_nonlinear "" "use a non linear function to display acceleration progressbar values (amplify more smaller values)" seta hud_panel_physics_acceleration_vertical "" "include the acceleration on the Z-axis" seta hud_panel_physics_text "" "show text in panel (2 = only for speed; 3 = only for acceleration)" +seta hud_panel_physics_text_scale "" "scale text height by this factor" seta hud_panel_physics_speed_unit "" "speed unit (1 = qu/s, 2 = m/s, 3 = km/h, 4 = mph, 5 = knots)" seta hud_panel_physics_speed_unit_show "" "also show speed unit" seta hud_panel_physics_speed_max "" "speed progressbar gets filled up completely by this value (in qu/s)"