add enderal as a recognized game

This commit is contained in:
JD Smith 2020-04-13 12:58:08 -05:00
parent c99dd71757
commit 89d8c75956

View File

@ -21,6 +21,7 @@ namespace Wabbajack.Common
FalloutNewVegas,
[Description("Skyrim Legendary Edition")]
Skyrim,
Enderal,
[Description("Skyrim Special Edition")]
SkyrimSpecialEdition,
[Description("Fallout 4")]
@ -533,6 +534,22 @@ namespace Wabbajack.Common
"Stardew Valley.exe"
}
}
},
{
Game.Enderal, new GameMetaData
{
SupportedModManager = ModManager.MO2,
Game = Game.Enderal,
NexusName = "enderal",
MO2Name = "Enderal",
MO2ArchiveName = "enderal",
SteamIDs = new List<int>{1027920},
RequiredFiles = new List<string>
{
"TESV.exe"
},
MainExecutable = "TESV.exe"
}
}
};