online subsystem steam

Hey Peeps.

i have encountered this problem, where i have this bug… i could say

Whenever i use standalone game, steam connects to my game…

But if i package the project, suddenly, steam dosen’t recognize my game… any ideas?

DefaultEngine.ini:

[/Script/Engine.GameEngine]
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="OnlineSubsystemSteam.SteamNetDriver",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver")

[OnlineSubsystem]
DefaultPlatformService=Steam

[OnlineSubsystemSteam]
bEnabled=true
SteamDevAppId=480

; If using Sessions
; bInitServerOnClient=true

[/Script/OnlineSubsystemSteam.SteamNetDriver]
NetConnectionClassName="OnlineSubsystemSteam.SteamNetConnection"

according to random answer on the internet, you should uncomment the line ; bInitServerOnClient=true.

If it didn’t help - specify engine version you are using, since things may differ significantly depending on it.

1 Like

Engine Version 5.5.1, Going to try this out now, Coming back with a result.

I found the actual problem, The Packing thingy, dosen’t put into binaries steam_appid.txt document, i had to recreate it, in order to work.

Thank you anyway :smiley:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.