Merge pull request #1230 from EzioTheDeadPoet/patch-3

Added Darkest Dungeon EGS Support
This commit is contained in:
Timothy Baldridge 2020-12-29 17:18:07 -07:00 committed by GitHub
commit b0f79cde32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -449,12 +449,13 @@ namespace Wabbajack.Common
NexusGameId = 804,
SteamIDs = new List<int> {262060},
GOGIDs = new List<int>{1450711444},
EpicGameStoreIDs = new List<string> {"b4eecf70e3fe4e928b78df7855a3fc2d"},
IsGenericMO2Plugin = true,
RequiredFiles = new List<string>
{
"_windows\\Darkest.exe"
"_windowsnosteam\\Darkest.exe"
},
MainExecutable = "_windows\\Darkest.exe"
MainExecutable = "_windowsnosteam\\Darkest.exe"
}
},
{