mirror of
https://github.com/mordentral/AdvancedSessionsPlugin.git
synced 2025-10-22 16:04:18 +00:00

One is for the general AdvancedSessions The second is for Steam specific implementations This makes it easier to package without steam included, as the default setup always packaged steam out on PC platforms. Unchecking the AdvancedSteamSessions plugin should allow for totally removing any steam reliance from the plugin. You would also have to remove steam specific nodes from your blueprints as well however as they will no longer exist. Former-commit-id: 0bf1fc80dff7be0cc2b9cebaf5affed4918cea49
21 lines
577 B
Plaintext
21 lines
577 B
Plaintext
{
|
|
"FileVersion" : 3,
|
|
|
|
"FriendlyName" : "Advanced Steam Sessions",
|
|
"Version" : 1.9,
|
|
"VersionName": "1.9",
|
|
"EngineVersion" : 1579795,
|
|
"Description" : "Adds new blueprint functions to handle more advanced session operations in Steam. REQUIRES ADVANCED SESSIONS",
|
|
"Category" : "Advanced Sessions Plugin",
|
|
"CreatedBy" : "Joshua Statzer",
|
|
"CreatedByURL" : "N/A",
|
|
|
|
"Modules" :
|
|
[
|
|
{
|
|
"Name" : "AdvancedSteamSessions",
|
|
"Type" : "RunTime",
|
|
"LoadingPhase" : "PreDefault"
|
|
}
|
|
]
|
|
} |