Notes |
|
(0013014)
|
Decay
|
2015-07-28 01:18
|
|
Does this take the option to hide country into account? |
|
|
|
|
|
|
I've considered adding a column on the scoreboard that displays the countries of all players, also described in this draft page:'https://wiki.zandronum.com/SCORINFO [^]'
1. The country column should be disabled by default, for various reasons. A CVar like "cl_showcountrycolumn" will control whether the column is displayed (if non-zero) or not.
2. There should be different ways of displaying a player's country (mini flag icon, country code, or name). This can be customized using "cl_showcountrycolumn".
3. This must also respect a player's decision to hide their country from others (i.e. cl_hidecountry), and if they do hide it, then show either "N/A" or a mini icon with a "?" instead. |
|
|
|
Zandronum now has SCORINFO which supports columns specifically for displaying a player's country:'https://wiki.zandronum.com/SCORINFO [^]'
In summary, there's "CountryName" for full country names, "CountryCode" for alpha-2 or alpha-3 (switchable using cl_usealpha3countrycode) codes, and "CountryFlag" for mini icons of the country's flag. Of course, if a player wishes to hide their country, then it will appear as "N/A", or a white box with a question mark, on the scoreboard. |
|
|
|
It's been over a year since I posted my message to this ticket. All three country column types work fine (and respect the client's cl_hidecountry setting), and I haven't seen any reports from anyone suggesting that they still need changes. As such, I'm going to mark this ticket as resolved. |
|