mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Add support for Fallout 3 GotY GOG edition
From https://www.gogdb.org/products?search=fallout+3
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user