mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Added more GOGIDs to games
This commit is contained in:
parent
ad47241708
commit
076eb3b69b
@ -143,6 +143,7 @@ namespace Wabbajack.Common
|
||||
MO2ArchiveName = "oblivion",
|
||||
GameLocationRegistryKey = @"HKEY_LOCAL_MACHINE\SOFTWARE\Bethesda Softworks\Oblivion",
|
||||
SteamIDs = new List<int> {22330},
|
||||
GOGIDs = new List<int>{1458058109},
|
||||
RequiredFiles = new List<string>
|
||||
{
|
||||
"oblivion.exe"
|
||||
@ -179,6 +180,7 @@ namespace Wabbajack.Common
|
||||
MO2ArchiveName = "falloutnv",
|
||||
GameLocationRegistryKey = @"HKEY_LOCAL_MACHINE\SOFTWARE\Bethesda Softworks\falloutnv",
|
||||
SteamIDs = new List<int> {22380, 22490}, // normal and RU version
|
||||
GOGIDs = new List<int>{1454587428},
|
||||
RequiredFiles = new List<string>
|
||||
{
|
||||
"FalloutNV.exe"
|
||||
|
Loading…
Reference in New Issue
Block a user