Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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.