BugfixedHL-Rebased
BugfixedHL-Rebased copied to clipboard
Suggestion: changing color coded names at the end to default color
For example that player "Gohan" used yellow, and the following text "has left the game" is yellow as well. It'd look better if the latter part uses the default color.
] version Protocol version 48 Exe version 1.1.2.1 (valve) Exe build: 16:05:41 Jun 15 2009 (4554)
] about Bugfixed and improved Half-Life client Version: 1.5.0+master.e293fe0 Build options: VGUI2 support game build 4554 auto-updater Github: https://github.com/tmp64/BugfixedHL Discussion forum: http://aghl.ru/forum/viewtopic.php?f=36&t=686
I wish that was possible on the client but this message is formed by the server and client would receive "^1Player^2Name has left the game".
If I were to try to find all player names in the server message on client-side, that would create a lot of false-positives (e.g. player named "a") or ambiguity (e.g. if there were players "^1Player" and "^1Player^2Name").
So this should be done from the server side. I will change behavior of connect/disconnect messages.
Got it