So I tried having packaging my game and giving it to a friend as a test. Unfortunately, it still seems like whenever either of us create a session, neither of us can see each others, but we can both see other user’s created sessions with the same steam app id (480), so I’m guessing it’s something specifically tied to CreateSession that’s not working here, or the way DefaultEngine.ini is setup.
DefaultEngine.ini
[/Script/Engine.GameEngine]
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="OnlineSubsystemSteam.SteamNetDriver",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver")
[OnlineSubsystem]
DefaultPlatformService=Steam
[OnlineSubsystemSteam]
bEnabled=true
SteamDevAppId=480
bInitServerOnClient=true
[/Script/OnlineSubsystemSteam.SteamNetDriver]
NetConnectionClassName="OnlineSubsystemSteam.SteamNetConnection"
I also tried packaging my game to my laptop with a seperate steam account. Same deal: Can’t see each other’s created sessions but can see other random ones using the same steam app id.
Anyone have any guesses on what it might be?