Country Flags in Battle window and in-game
Moderator: Moderators
Country Flags in Battle window and in-game
I would appreciate if there were flags not only in the main lobby, but in the Battle-window as well. Furthermore, they (or country codes) could appear in the game itself as well.
Such improvement should not cost more than few lines of code (for the battle-window just a new column in the players' list).
And why do I miss 'em? Just to know who are you playing with and maybe to switch to more common language than English (which I don't have bigger problems with, I hope :)).
Thx
Such improvement should not cost more than few lines of code (for the battle-window just a new column in the players' list).
And why do I miss 'em? Just to know who are you playing with and maybe to switch to more common language than English (which I don't have bigger problems with, I hope :)).
Thx
The biggest change would be setting up TASServer to send the country codes
over the wire, and having them placed in the script.txt. The rest would be fairly
easy, you could even lua script it if the players' country codes were made available.
EDIT:
Hm, I guess the country data is already available... Just need to change TASClient
and the alternates to write the data in the startup script. I'll make the necessary
changes in the spring exec, someone else will have to get the lobby clients setup.
The script.txt tag name is 'countryCode', and I've made the information available
through the lua interface.
over the wire, and having them placed in the script.txt. The rest would be fairly
easy, you could even lua script it if the players' country codes were made available.
EDIT:
Hm, I guess the country data is already available... Just need to change TASClient
and the alternates to write the data in the startup script. I'll make the necessary
changes in the spring exec, someone else will have to get the lobby clients setup.
The script.txt tag name is 'countryCode', and I've made the information available
through the lua interface.