X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=_hud_descriptions.cfg;h=71156398ebb864532a3d77fd596bd4114aac3d5c;hb=1846e8f66dba1522a83fec1b79c02f1c0da570d6;hp=d4e08e92757ee46a1f57d23fae1a12c1fbaacd93;hpb=76826398eafda3772bd017c6bded42d07d48dcdb;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/_hud_descriptions.cfg b/_hud_descriptions.cfg index d4e08e927..71156398e 100644 --- a/_hud_descriptions.cfg +++ b/_hud_descriptions.cfg @@ -151,6 +151,9 @@ seta hud_panel_radar_bg_padding "" "if set to something else than \"\" = overrid seta hud_panel_radar_foreground_alpha "" "alpha of the map" seta hud_panel_radar_rotation "" "rotation mode: you set what points up. 0 = player, 1 = west, 2 = south, 3 = east, 4 = north" seta hud_panel_radar_zoommode "" "zoom mode: 0 = zoomed by default, 1 = zoomed when +zoom, 2 = always zoomed, 3 = always zoomed out" +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_score "" "enable/disable this panel" seta hud_panel_score_pos "" "position of this base of the panel" @@ -276,4 +279,12 @@ seta hud_panel_centerprint_align "" "text alignment: 0 left, 0.5 center, 1 right seta hud_panel_centerprint_flip "" "invert messages order" seta hud_panel_centerprint_fontscale "" "scale the text font by this amount" seta hud_panel_centerprint_time "" "message duration (NOTE: certain messages have a fixed duration)" -seta hud_panel_centerprint_fadetime "" "how long a message takes to fade out (this time is included in the message duration and can't be > 1)" +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_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_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"