mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #712 from jdsmith2816/add-enderal
Add enderal as a recognized game
This commit is contained in:
commit
f8321f273a
@ -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"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user