Add support for Fallout 3 GotY GOG edition

From https://www.gogdb.org/products?search=fallout+3
This commit is contained in:
giraldiego
2020-05-08 17:44:28 -05:00
committed by GitHub
parent bba92fd5a2
commit 7e2362e48e

View File

@ -258,6 +258,7 @@ namespace Wabbajack.Common
MO2Name = "fallout3", MO2Name = "fallout3",
MO2ArchiveName = "fallout3", MO2ArchiveName = "fallout3",
SteamIDs = new List<int> {22300, 22370}, // base game and GotY SteamIDs = new List<int> {22300, 22370}, // base game and GotY
GOGIDs = new List<int>{1454315831}, // GotY edition
RequiredFiles = new List<string> RequiredFiles = new List<string>
{ {
"falloutlauncher.exe", "falloutlauncher.exe",