Closed ForceBlood closed 3 years ago
I can see at least three issues here, feel free to add me on Discord OneVoltTen#7811
Your config file is not setup correctly LogOnline: Warning: OSS: TryLoadSubsystemAndSetDefault: LoadSubsystemModule([Steam]) failed
Advanced Sessions is not initialized properly
looks like it tried to load but it wasn't setup
FBPSteamGroupInfo::numOnline is not initialized properly
You have not setup your config file
I put
[/Script/Engine.GameEngine]
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="OnlineSubsystemSteam.SteamNetDriver",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver")
[OnlineSubsystem]
DefaultPlatformService=Steam
[OnlineSubsystemSteam]
bEnabled=true
SteamDevAppId=480
[/Script/OnlineSubsystemSteam.SteamNetDriver]
NetConnectionClassName="OnlineSubsystemSteam.SteamNetConnection"
inside my DefaultEngine.ini
Is there another config file that I need to edit to make it work?
Sent you a friend request on discord. My username is Destiny#2923
I get the following in the logs when I try to package my game for windows
Hope you can help me