Advanced Sessions Plugin

[QUOTE=;605224]
Clean the project and rebuild, make sure you have the 4.13 version of the plugin.

Also SteamSubsystem is a plugin in 4.13, you’ll have to make sure it is ticked on in your projects plugins in editor.

Made a mistake in the initial post, should have been “(plugin too)”. I downloaded the 4.13 plugin and replaced it.

It’s a pure BP project so i can’t clean / rebuild it from VS, but i’ve deleted the saved / Intermediate folders and made a full rebuild on packaging.
Still not working. And the Steam Overlay is only working if i start the build out of steam. At 4.11 i could start the exe anywhere and it was working. Is this normal?

My DefaultEngine.ini


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

[OnlineSubsystem]
DefaultPlatformService=Steam
PollingIntervalInMs=20

[OnlineSubsystemSteam]
bEnabled=true
SteamDevAppId=480
GameServerQueryPort=27015
bRelaunchInSteam=false
GameVersion=1.0.0.0
bVACEnabled=1
bAllowP2PPacketRelay=true
P2PConnectionTimeout=90

[/Script/Engine.RendererSettings]
r.Streaming.PoolSize=1500

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

1 Like