Removed the steam subsystem entirely from the advanced steam module

Removed the steam subsystem entirely from the advanced steam module. In 5.3 it has a lot of issues with it for some reason, the steam subsystem is not loading if I directly reference it.

Changes should also work in prior versions.
This commit is contained in:
mordentral
2023-10-10 20:25:51 -04:00
parent b5c8b348c0
commit be280a6dfd
7 changed files with 35 additions and 39 deletions

View File

@@ -14,7 +14,7 @@
{
"Name" : "AdvancedSteamSessions",
"Type" : "RunTime",
"LoadingPhase" : "PreDefault"
"LoadingPhase" : "PostDefault"
}
],
"Plugins": [
@@ -30,10 +30,6 @@
"Name": "OnlineSubsystemUtils",
"Enabled": true
},
{
"Name": "OnlineSubsystemSteam",
"Enabled": true
},
{
"Name": "SteamShared",
"Enabled": true