Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Another approach would be to find a way to know where on the screen the icon is and do an overlay of text, but this is also very difficult because the map is an object in the C++ code over which you have very little control, so it would take a lot of experimentation and fine-tuning to be able to figure out from the zoom level, panning of the map, etc, where the icons actually are on the screen.
That being said, I may try something like the latter eventually.
Edit: Coloring player icons I might be able to do, though... I could just make a color circle texture for each of the colors, and display that below the normal icon, I think. Still a bit hacky, but it seems doable.