mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #809 from giraldiego/patch-1
Add support for Fallout 3 GotY GOG edition
This commit is contained in:
commit
61e0d22973
@ -263,6 +263,7 @@ namespace Wabbajack.Common
|
||||
MO2Name = "fallout3",
|
||||
MO2ArchiveName = "fallout3",
|
||||
SteamIDs = new List<int> {22300, 22370}, // base game and GotY
|
||||
GOGIDs = new List<int>{1454315831}, // GotY edition
|
||||
RequiredFiles = new List<string>
|
||||
{
|
||||
"falloutlauncher.exe",
|
||||
|
Loading…
Reference in New Issue
Block a user