mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge branch 'main' into issue-2165
This commit is contained in:
commit
5b51611d3b
@ -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 | | |
|
||||
|
@ -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