forked from gogcom/galaxy-ue-oss-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OnlineSubsystemGOG.uplugin
48 lines (46 loc) · 982 Bytes
/
OnlineSubsystemGOG.uplugin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"FileVersion": 3,
"FriendlyName": "Online Subsystem GOG",
"Version": 1,
"VersionName": "0.7.2",
"VersionDescription": "Add XBOX support.",
"SupportedEngineAssociation": ["4.19", "4.20", "4.21", "4.22", "4.23"],
"GalaxySDKVersion": "1.138.1",
"Description": "GOG online features",
"Category": "Online Platform",
"CreatedBy": "GOG Galaxy SDK Dev Team",
"CreatedByURL": "https://www.gog.com/galaxy",
"DocsURL": "https://devportal.gog.com/panel/components/sdk",
"MarketplaceURL": "",
"SupportURL": "support@gog.com",
"CanContainContent": false,
"IsBetaVersion": true,
"EnabledByDefault": true,
"SupportedTargetPlatforms": [
"XboxOne"
],
"Modules":
[
{
"Name": "OnlineSubsystemGOG",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms":
[
"Win64",
"Mac",
"XboxOne"
]
}
],
"Plugins": [
{
"Name": "OnlineSubsystem",
"Enabled": true
},
{
"Name": "OnlineSubsystemUtils",
"Enabled": true
}
]
}