mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
commit
84d7be1366
@ -59,7 +59,9 @@ namespace Wabbajack.Common
|
||||
[Description("Cyberpunk 2077")]
|
||||
Cyberpunk2077,
|
||||
[Description("The Sims 4")]
|
||||
Sims4
|
||||
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"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user