Merge pull request #2160 from EzioTheDeadPoet/#2159_Skyrim_GOG_Detection_Metadata

Addresses #2159 GOG Detection support for Skyrim Special Edition
This commit is contained in:
Luca 2022-11-02 23:31:38 +01:00 committed by GitHub
commit 64ef466fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,12 @@ public static class GameRegistry
MO2Name = "Skyrim Special Edition",
MO2ArchiveName = "skyrimse",
SteamIDs = new[] {489830},
GOGIDs = new[]
{
1711230643,// The Elder Scrolls V: Skyrim Special Edition AKA Base Game
1801825368,// The Elder Scrolls V: Skyrim Anniversary Edition AKA The Store Bundle
1162721350 // Upgrade DLC
},
RequiredFiles = new[]
{
"SkyrimSE.exe".ToRelativePath()