mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
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:
commit
64ef466fc0
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user