From 321b08c2ae8fe47bd12342f44bdfe41b93d78253 Mon Sep 17 00:00:00 2001 From: Maxime 'TDarkShadow' De Clercq Date: Thu, 4 Apr 2024 17:36:15 +0200 Subject: [PATCH] Add Fallout New Vegas from Epic Games support --- Wabbajack.DTOs/Game/GameRegistry.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Wabbajack.DTOs/Game/GameRegistry.cs b/Wabbajack.DTOs/Game/GameRegistry.cs index 23a18faf..ab397454 100644 --- a/Wabbajack.DTOs/Game/GameRegistry.cs +++ b/Wabbajack.DTOs/Game/GameRegistry.cs @@ -74,6 +74,7 @@ public static class GameRegistry MO2ArchiveName = "falloutnv", SteamIDs = new[] {22380, 22490}, // normal and RU version GOGIDs = new long[] {1454587428}, + EpicGameStoreIDs = new[] {"dabb52e328834da7bbe99691e374cb84"}, RequiredFiles = new[] { "FalloutNV.exe".ToRelativePath()