Merge branch 'main' into issue-2165

This commit is contained in:
Timothy Baldridge 2022-11-05 07:14:24 -06:00 committed by GitHub
commit 5b51611d3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 24 deletions

View File

@ -18,13 +18,13 @@ If you own a game on this list on the Epic Games Store, and the store isn't list
This is needed, since the EGS has no public database of its game IDs.
| Game | Platform | Versions | Notes |
|----------------------------|------------------------------|-------------------------------------|--------------|
|----------------------------|------------------------------|-------------------------------------|--------------------------------------------|
| Morrowind | Steam, GOG, BethNet | | |
| Oblivion | Steam, GOG | Normal and GotY | |
| Fallout 3 | Steam, GOG | Normal and GotY | |
| Fallout New Vegas | Steam, GOG | Normal and region locked RU version | |
| Skyrim | Steam | | |
| Skyrim Special Edition | Steam | | |
| Skyrim Special Edition | Steam, GOG | | Platform support varies between mod lists! |
| Enderal | Steam | | |
| Enderal Special Edition | Steam | | |
| Fallout 4 | Steam | | |

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()