I’ll keep this short… anyone ever done this? I have Steamworks.NET working with our game and can get matchmaking to work, but how would you expose a dedicated server to the Steam Lobby browser?
I want players to be able to run servers from their computers as well, so I would think I need a way to use SteamCMD to run anonymously and get the server to register with Steam for the app id (currently just using Spacewar).
i have experience with steamworks & steam lobbies, but i don’t quite understand what you’re trying to do.
you can either use steamworks’ SetLobbyData/GetLobbyData to have the lobby owner pass whatever connection data you need, or you could pass info around via SendLobbyChatMsg
As a test for authoritative I’d like to host a dedicated server off my PC and then join it, but I can’t see to find how to publish a server to the lobby as anonymous. This has to be done via SteamCMD and login as anonymous from what I read but maybe it’s easier?