added Dragons Dogma

This commit is contained in:
Styyx 2022-05-05 20:23:02 +02:00 committed by GitHub
parent eaaa082600
commit af7a9399f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,8 @@ namespace Wabbajack.Common
Cyberpunk2077,
[Description("The Sims 4")]
Sims4
[Description("Dragons Dogma Dark Arisen")]
DragonsDogma
}
public static class GameExtensions
@ -699,6 +701,22 @@ namespace Wabbajack.Common
},
MainExecutable = @"Game\Bin\TS4_x64.exe"
}
},
{
Game.DragonsDogma, new GameMetaData
{
Game = Game.DragonsDogma,
SteamIDs = new List<int> {367500 },
MO2Name = "Dragon's Dogma: Dark Arisen",
NexusName = "dragonsdogma",
NexusGameId = 1249,
IsGenericMO2Plugin = true,
RequiredFiles = new List<string>
{
"DDDA.exe"
},
MainExecutable = "DDDA.exe"
}
}
};