Xonotic Forums
Remove color font from scoreboard and drag notify, but not chat - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Creating & Contributing (https://forums.xonotic.org/forumdisplay.php?fid=10)
+--- Forum: Xonotic - Development (https://forums.xonotic.org/forumdisplay.php?fid=12)
+--- Thread: Remove color font from scoreboard and drag notify, but not chat (/showthread.php?tid=7790)



Remove color font from scoreboard and drag notify, but not chat - Molnija - 08-07-2018

Hello, I’m wondering if there a way to strip color codes from the notify board but not from chat. For example if I have a blue name. But I want my name to be white when I frag someone, But I want my chat to be blue.


RE: Remove color font from scoreboard and drag notify, but not chat - BuddyFriendGuy - 08-18-2018

I don't think the message and the chat can have different color settings. I actually think having different colors for the same name in different places is more confusing. No?


RE: Remove color font from scoreboard and drag notify, but not chat - Molnija - 08-18-2018

(08-18-2018, 12:01 AM)BuddyFriendGuy Wrote: I don't think the message and the chat can have different color settings. I actually think having different colors for the same name in different places is more confusing. No?

Not for me lol .I just want the scoreboard and the kill notifications to have No color cause its gets annoying for me. Just personal prefrence. It could also be most of the games I play operate that way. Soo, idk


RE: Remove color font from scoreboard and drag notify, but not chat - Mario - 08-18-2018

This may actually be possible with existing options, for example, you could try this:


Code:
seta hud_colorset_foreground_1 "7"
seta hud_colorset_foreground_2 "7"
seta hud_colorset_foreground_3 "7"
seta hud_colorset_foreground_4 "7"

seta hud_colorset_kill_1 "7"
seta hud_colorset_kill_2 "7"
seta hud_colorset_kill_3 "7"



RE: Remove color font from scoreboard and drag notify, but not chat - Molnija - 08-18-2018

(08-18-2018, 06:05 PM)Mario Wrote: This may actually be possible with existing options, for example, you could try this:


Code:
seta hud_colorset_foreground_1 "7"
seta hud_colorset_foreground_2 "7"
seta hud_colorset_foreground_3 "7"
seta hud_colorset_foreground_4 "7"

seta hud_colorset_kill_1 "7"
seta hud_colorset_kill_2 "7"
seta hud_colorset_kill_3 "7"
Nope the color are still there.


RE: Remove color font from scoreboard and drag notify, but not chat - Mario - 09-14-2018

It should be noted that these do not apply instantly, they require a reconnect or map change.


RE: Remove color font from scoreboard and drag notify, but not chat - Molnija - 09-14-2018

(09-14-2018, 05:47 PM)Mario Wrote: It should be noted that these do not apply instantly, they require a reconnect or map change.

Yea, I restarted it and thers still colors on the scoreboards and kill feed and stuff.