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.

steam server browser window example

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");
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.