Merge pull request #370 from erri120/fnv-ru

Added FNV: RU Steam ID
This commit is contained in:
erri120 2020-01-07 11:22:31 +01:00 committed by GitHub
commit 9546fb6735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ namespace Wabbajack.Common
MO2Name = "New Vegas", MO2Name = "New Vegas",
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}, SteamIDs = new List<int> {22380, 22490}, // normal and RU version
RequiredFiles = new List<string> RequiredFiles = new List<string>
{ {
"FalloutNV.exe" "FalloutNV.exe"