Steamserverfix
This mod is a small to fix to server registration. it fixes info in steam server browser window. Server only.steamserverinfo
this mod is a small to fix to server registration so game shows up correctly in the steam server browser window. Server only mod.
Valheim developers didn't set these values correctly so this is really just a bugfix.
see steam documentation here: https://partner.steamgames.com/doc/api/ISteamGameServer
code
//get actual player limit from server player limit check
SteamGameServer.SetMaxPlayerCount(ZNet.instance.m_serverPlayerLimit);
//hardcode this to actually have the game name instead of blank
SteamGameServer.SetGameDescription("Valheim");