]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add the cvars to _hud_descriptions.cfg
authorSamual <samual@xonotic.org>
Tue, 18 Oct 2011 23:26:57 +0000 (19:26 -0400)
committerSamual <samual@xonotic.org>
Tue, 18 Oct 2011 23:26:57 +0000 (19:26 -0400)
_hud_descriptions.cfg

index 4e057c508700eb7c47d50b4cc1f9508af8b3a12d..db9ca61f6bebe649fe8dc13816abc6ff73705b09 100644 (file)
@@ -279,4 +279,11 @@ 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_minfontsize "" "minimum factor for the font size from the fading effects"