Add Fallout New Vegas from Epic Games support

This commit is contained in:
Maxime 'TDarkShadow' De Clercq 2024-04-04 17:36:15 +02:00
parent 1cec66d6fe
commit 321b08c2ae
No known key found for this signature in database

View File

@ -74,6 +74,7 @@ public static class GameRegistry
MO2ArchiveName = "falloutnv", MO2ArchiveName = "falloutnv",
SteamIDs = new[] {22380, 22490}, // normal and RU version SteamIDs = new[] {22380, 22490}, // normal and RU version
GOGIDs = new long[] {1454587428}, GOGIDs = new long[] {1454587428},
EpicGameStoreIDs = new[] {"dabb52e328834da7bbe99691e374cb84"},
RequiredFiles = new[] RequiredFiles = new[]
{ {
"FalloutNV.exe".ToRelativePath() "FalloutNV.exe".ToRelativePath()