runeberry / ValheimServerGUI

A simple user interface for running Valheim Dedicated Server on Windows
GNU General Public License v3.0
44 stars 3 forks source link

Better Steam ID / Name resolution on Players tab #16

Closed dolphinspired closed 3 years ago

dolphinspired commented 3 years ago

Currently, players in the Players tab are indexed by Steam ID. If you log into a server as a different character, your previous character name will be overwritten with the new one.

Ideally, if the same Steam user logs in with different characters, the Players tab should keep an entry for each character. Tried to get this working for 1.1, but it was surprisingly difficult. Need to map out a flow where this would work between the UI, ValheimServer, and PlayerDataProvider.

dolphinspired commented 3 years ago

Resolved with v1.1.0