X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=_hud_descriptions.cfg;h=061720a844f8b9dc7cb5ee8c4d8cb33c988e7059;hb=2421325930a9c1fa610f6233430745fd352e202a;hp=db9ca61f6bebe649fe8dc13816abc6ff73705b09;hpb=2c5da64e5c08148528d9a48ea279624f3138a612;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/_hud_descriptions.cfg b/_hud_descriptions.cfg index db9ca61f6..061720a84 100644 --- a/_hud_descriptions.cfg +++ b/_hud_descriptions.cfg @@ -254,9 +254,8 @@ seta hud_panel_physics_bg_padding "" "if set to something else than \"\" = overr 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_acceleration_max "" "acceleration progressbar gets completely filled up by this value (in g)" -seta hud_panel_physics_acceleration_mode "" "how the acceleration is displayed" +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_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_speed_unit "" "speed unit (1 = qu/s, 2 = m/s, 3 = km/h, 4 = mph, 5 = knots)" @@ -283,7 +282,8 @@ seta hud_panel_centerprint_fade_in "" "how long a message takes to fade in" seta hud_panel_centerprint_fade_out "" "how long a message takes to fade out (this time is included in the message duration and can't be > 5)" seta hud_panel_centerprint_fade_subsequent "" "enable extra fading effects for each additional message, so that the more messages you have the more they become faded out" seta hud_panel_centerprint_fade_subsequent_passone "" "division factor for the first pass for alpha fading, with 2 all messages after the first have half alpha" -seta hud_panel_centerprint_fade_subsequent_passone_minalpha "minimum factor that the first pass can fade to" +seta hud_panel_centerprint_fade_subsequent_passone_minalpha "" "minimum factor that the first pass can fade to" seta hud_panel_centerprint_fade_subsequent_passtwo "" "division factor for the second pass for alpha fading, it applies another fade on top of the first pass to make it more transitioned" -seta hud_panel_centerprint_fade_subsequent_passtwo_minalpha "minimum factor that the second pass can fade to" -seta hud_panel_centerprint_fade_minfontsize "" "minimum factor for the font size from the fading effects" +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"