Added more GOGIDs to games

This commit is contained in:
erri120
2020-01-08 17:25:19 +01:00
parent ad47241708
commit 076eb3b69b

View File

@ -143,6 +143,7 @@ namespace Wabbajack.Common
MO2ArchiveName = "oblivion", MO2ArchiveName = "oblivion",
GameLocationRegistryKey = @"HKEY_LOCAL_MACHINE\SOFTWARE\Bethesda Softworks\Oblivion", GameLocationRegistryKey = @"HKEY_LOCAL_MACHINE\SOFTWARE\Bethesda Softworks\Oblivion",
SteamIDs = new List<int> {22330}, SteamIDs = new List<int> {22330},
GOGIDs = new List<int>{1458058109},
RequiredFiles = new List<string> RequiredFiles = new List<string>
{ {
"oblivion.exe" "oblivion.exe"
@ -179,6 +180,7 @@ namespace Wabbajack.Common
MO2ArchiveName = "falloutnv", MO2ArchiveName = "falloutnv",
GameLocationRegistryKey = @"HKEY_LOCAL_MACHINE\SOFTWARE\Bethesda Softworks\falloutnv", GameLocationRegistryKey = @"HKEY_LOCAL_MACHINE\SOFTWARE\Bethesda Softworks\falloutnv",
SteamIDs = new List<int> {22380, 22490}, // normal and RU version SteamIDs = new List<int> {22380, 22490}, // normal and RU version
GOGIDs = new List<int>{1454587428},
RequiredFiles = new List<string> RequiredFiles = new List<string>
{ {
"FalloutNV.exe" "FalloutNV.exe"