From: terencehill Date: Mon, 7 Mar 2022 14:08:53 +0000 (+0100) Subject: Move out of hud skins some personal centerprint settings X-Git-Tag: xonotic-v0.8.5~170 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=65ec3fa937205cd7c0f8422dbb92dbe56c508000 Move out of hud skins some personal centerprint settings --- diff --git a/_hud_common.cfg b/_hud_common.cfg index 3aaa8ae6d..82e5b579a 100644 --- a/_hud_common.cfg +++ b/_hud_common.cfg @@ -118,6 +118,17 @@ seta hud_panel_infomessages_group0 1 "show group 0 messages (showing keys for no seta hud_panel_infomessages_group_time 6 "number of seconds a message of a group lasts before it gets changed" seta hud_panel_infomessages_group_fadetime 0.4 "group message fade in/out time" +seta hud_panel_centerprint_time 3 "message duration (NOTE: certain messages have a fixed duration)" +seta hud_panel_centerprint_fade_in 0.15 "how long a message takes to fade in" +seta hud_panel_centerprint_fade_out 0.15 "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 1 "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 3 "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 0.5 "minimum factor that the first pass can fade to" +seta hud_panel_centerprint_fade_subsequent_passtwo 10 "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 0.5 "minimum factor that the second pass can fade to" +seta hud_panel_centerprint_fade_subsequent_minfontsize 0.75 "minimum factor for the font size from the subsequent fading effects" +seta hud_panel_centerprint_fade_minfontsize 0 "minimum factor for the font size from the fading in/out effects" + seta hud_panel_scoreboard_namesize 15 "size limit of player names and relative column (multiplied by fontsize)" seta hud_panel_scoreboard_maxheight 0.6 "max height of the scoreboard; a few players that wouldn't fit into the scoreboard are listed in the last row" seta hud_panel_scoreboard_others_showscore 1 "show scores of players listed in the last row when the scoreboard reaches the max height" diff --git a/_hud_descriptions.cfg b/_hud_descriptions.cfg index 02d2d5a0f..185eb5c21 100644 --- a/_hud_descriptions.cfg +++ b/_hud_descriptions.cfg @@ -274,16 +274,6 @@ 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_fontscale_bold "" "scale the bold text font by this amount" -seta hud_panel_centerprint_time "" "message duration (NOTE: certain messages have a fixed duration)" -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" seta hud_panel_minigameboard_pos "" "position of this panel" seta hud_panel_minigameboard_size "" "size of this panel" diff --git a/hud_luma.cfg b/hud_luma.cfg index a39ea003a..36f91775c 100644 --- a/hud_luma.cfg +++ b/hud_luma.cfg @@ -275,16 +275,6 @@ seta hud_panel_centerprint_align "0.5" seta hud_panel_centerprint_flip "0" seta hud_panel_centerprint_fontscale "1" seta hud_panel_centerprint_fontscale_bold "1.4" -seta hud_panel_centerprint_time "3" -seta hud_panel_centerprint_fade_in "0.15" -seta hud_panel_centerprint_fade_out "0.15" -seta hud_panel_centerprint_fade_subsequent "1" -seta hud_panel_centerprint_fade_subsequent_passone "3" -seta hud_panel_centerprint_fade_subsequent_passone_minalpha "0.5" -seta hud_panel_centerprint_fade_subsequent_passtwo "10" -seta hud_panel_centerprint_fade_subsequent_passtwo_minalpha "0.5" -seta hud_panel_centerprint_fade_subsequent_minfontsize "0.75" -seta hud_panel_centerprint_fade_minfontsize "0" seta hud_panel_minigameboard_pos "0.22 0.15" seta hud_panel_minigameboard_size "0.50 0.60" diff --git a/hud_luminos.cfg b/hud_luminos.cfg index 7d3f11932..4b862b37a 100644 --- a/hud_luminos.cfg +++ b/hud_luminos.cfg @@ -275,16 +275,6 @@ seta hud_panel_centerprint_align "0.5" seta hud_panel_centerprint_flip "0" seta hud_panel_centerprint_fontscale "1" seta hud_panel_centerprint_fontscale_bold "1.4" -seta hud_panel_centerprint_time "3" -seta hud_panel_centerprint_fade_in "0.15" -seta hud_panel_centerprint_fade_out "0.15" -seta hud_panel_centerprint_fade_subsequent "1" -seta hud_panel_centerprint_fade_subsequent_passone "3" -seta hud_panel_centerprint_fade_subsequent_passone_minalpha "0.5" -seta hud_panel_centerprint_fade_subsequent_passtwo "10" -seta hud_panel_centerprint_fade_subsequent_passtwo_minalpha "0.5" -seta hud_panel_centerprint_fade_subsequent_minfontsize "0.75" -seta hud_panel_centerprint_fade_minfontsize "0" seta hud_panel_minigameboard_pos "0.22 0.15" seta hud_panel_minigameboard_size "0.50 0.60" diff --git a/hud_luminos_minimal.cfg b/hud_luminos_minimal.cfg index 66fdc01cb..1da5ad1ee 100644 --- a/hud_luminos_minimal.cfg +++ b/hud_luminos_minimal.cfg @@ -275,16 +275,6 @@ seta hud_panel_centerprint_align "0.5" seta hud_panel_centerprint_flip "0" seta hud_panel_centerprint_fontscale "1" seta hud_panel_centerprint_fontscale_bold "1.4" -seta hud_panel_centerprint_time "3" -seta hud_panel_centerprint_fade_in "0.15" -seta hud_panel_centerprint_fade_out "0.15" -seta hud_panel_centerprint_fade_subsequent "1" -seta hud_panel_centerprint_fade_subsequent_passone "3" -seta hud_panel_centerprint_fade_subsequent_passone_minalpha "0.5" -seta hud_panel_centerprint_fade_subsequent_passtwo "10" -seta hud_panel_centerprint_fade_subsequent_passtwo_minalpha "0.5" -seta hud_panel_centerprint_fade_subsequent_minfontsize "0.75" -seta hud_panel_centerprint_fade_minfontsize "0" seta hud_panel_minigameboard_pos "0.22 0.15" seta hud_panel_minigameboard_size "0.50 0.60" diff --git a/hud_luminos_minimal_xhair.cfg b/hud_luminos_minimal_xhair.cfg index 147d9f9e5..056160bee 100644 --- a/hud_luminos_minimal_xhair.cfg +++ b/hud_luminos_minimal_xhair.cfg @@ -275,16 +275,6 @@ seta hud_panel_centerprint_align "0.5" seta hud_panel_centerprint_flip "0" seta hud_panel_centerprint_fontscale "1" seta hud_panel_centerprint_fontscale_bold "1.4" -seta hud_panel_centerprint_time "3" -seta hud_panel_centerprint_fade_in "0.15" -seta hud_panel_centerprint_fade_out "0.15" -seta hud_panel_centerprint_fade_subsequent "1" -seta hud_panel_centerprint_fade_subsequent_passone "3" -seta hud_panel_centerprint_fade_subsequent_passone_minalpha "0.5" -seta hud_panel_centerprint_fade_subsequent_passtwo "10" -seta hud_panel_centerprint_fade_subsequent_passtwo_minalpha "0.5" -seta hud_panel_centerprint_fade_subsequent_minfontsize "0.75" -seta hud_panel_centerprint_fade_minfontsize "0" seta hud_panel_minigameboard_pos "0.22 0.15" seta hud_panel_minigameboard_size "0.50 0.60" diff --git a/hud_luminos_old.cfg b/hud_luminos_old.cfg index d490f5fce..b71d44cea 100644 --- a/hud_luminos_old.cfg +++ b/hud_luminos_old.cfg @@ -275,16 +275,6 @@ seta hud_panel_centerprint_align "0.5" seta hud_panel_centerprint_flip "0" seta hud_panel_centerprint_fontscale "1" seta hud_panel_centerprint_fontscale_bold "1.4" -seta hud_panel_centerprint_time "3" -seta hud_panel_centerprint_fade_in "0.15" -seta hud_panel_centerprint_fade_out "0.15" -seta hud_panel_centerprint_fade_subsequent "1" -seta hud_panel_centerprint_fade_subsequent_passone "3" -seta hud_panel_centerprint_fade_subsequent_passone_minalpha "0.5" -seta hud_panel_centerprint_fade_subsequent_passtwo "10" -seta hud_panel_centerprint_fade_subsequent_passtwo_minalpha "0.5" -seta hud_panel_centerprint_fade_subsequent_minfontsize "0.75" -seta hud_panel_centerprint_fade_minfontsize "0" seta hud_panel_minigameboard_pos "0.22 0.15" seta hud_panel_minigameboard_size "0.50 0.60" diff --git a/hud_nexuiz.cfg b/hud_nexuiz.cfg index 7ae8ea586..78b69a72f 100644 --- a/hud_nexuiz.cfg +++ b/hud_nexuiz.cfg @@ -275,16 +275,6 @@ seta hud_panel_centerprint_align "0.5" seta hud_panel_centerprint_flip "0" seta hud_panel_centerprint_fontscale "1" seta hud_panel_centerprint_fontscale_bold "1.4" -seta hud_panel_centerprint_time "3" -seta hud_panel_centerprint_fade_in "0.15" -seta hud_panel_centerprint_fade_out "0.15" -seta hud_panel_centerprint_fade_subsequent "1" -seta hud_panel_centerprint_fade_subsequent_passone "3" -seta hud_panel_centerprint_fade_subsequent_passone_minalpha "0.5" -seta hud_panel_centerprint_fade_subsequent_passtwo "10" -seta hud_panel_centerprint_fade_subsequent_passtwo_minalpha "0.5" -seta hud_panel_centerprint_fade_subsequent_minfontsize "0.75" -seta hud_panel_centerprint_fade_minfontsize "0" seta hud_panel_minigameboard_pos "0.22 0.15" seta hud_panel_minigameboard_size "0.50 0.60"