Merge pull request #712 from jdsmith2816/add-enderal

Add enderal as a recognized game
This commit is contained in:
Timothy Baldridge 2020-04-14 09:34:17 -06:00 committed by GitHub
commit f8321f273a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}
}
};