Don't Starve Together

Don't Starve Together

Global Positions
thasmo 28 Jan, 2015 @ 12:49pm
Show player names on the map when hovering with the cusor
It would be awesome to have the player name displayed somewhere, when hovering the player icons on the map. At the moment it's not possible to differentiate between players which play the same character.

Additionally it woul be also very nice to use the new color rings on the map so it will be even clearer who is who.
< >
Showing 1-3 of 3 comments
LxG_Pyro 29 Jan, 2015 @ 8:00am 
Yeah good idea its cool !
rezecib  [developer] 31 Jan, 2015 @ 7:52pm 
I would love to do this, but unfortunately it's not nicely possible as far as I know. The only things that the map displays on its own are textures, and there is no way I know of to generate textures on the fly (e.g. with names in them).

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.
Last edited by rezecib; 31 Jan, 2015 @ 7:53pm
rezecib  [developer] 29 May, 2016 @ 4:14pm 
I realized there were some completely different ways of approaching this than I had thought of initially, and managed to put this in. Yay!
< >
Showing 1-3 of 3 comments
Per page: 1530 50