mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #1230 from EzioTheDeadPoet/patch-3
Added Darkest Dungeon EGS Support
This commit is contained in:
commit
b0f79cde32
@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user