mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
#1958 Witcher: Enhanced Edition Support
This commit is contained in:
parent
a1d1880d88
commit
18c9c40d44
@ -22,6 +22,7 @@ public enum Game
|
|||||||
[Description("Fallout 4 VR")] Fallout4VR,
|
[Description("Fallout 4 VR")] Fallout4VR,
|
||||||
[Description("Darkest Dungeon")] DarkestDungeon,
|
[Description("Darkest Dungeon")] DarkestDungeon,
|
||||||
Dishonored,
|
Dishonored,
|
||||||
|
[Description("Witcher: Enhanced Edition ")]Witcher,
|
||||||
[Description("Witcher 3")] Witcher3,
|
[Description("Witcher 3")] Witcher3,
|
||||||
[Description("Stardew Valley")] StardewValley,
|
[Description("Stardew Valley")] StardewValley,
|
||||||
|
|
||||||
|
@ -236,6 +236,23 @@ public static class GameRegistry
|
|||||||
MainExecutable = @"Binaries\Win32\Dishonored.exe".ToRelativePath()
|
MainExecutable = @"Binaries\Win32\Dishonored.exe".ToRelativePath()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Game.Witcher, new GameMetaData
|
||||||
|
{
|
||||||
|
Game = Game.Witcher,
|
||||||
|
NexusName = "witcher",
|
||||||
|
NexusGameId = 150,
|
||||||
|
MO2Name = "The Witcher: Enhanced Edition",
|
||||||
|
MO2ArchiveName = "witcher",
|
||||||
|
SteamIDs = new[] {20900}, // normal and GotY
|
||||||
|
GOGIDs = new[] {1207658924}, // normal, GotY and both in packages
|
||||||
|
RequiredFiles = new[]
|
||||||
|
{
|
||||||
|
@"System\witcher.exe".ToRelativePath()
|
||||||
|
},
|
||||||
|
MainExecutable = @"System\witcher.exe".ToRelativePath()
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Game.Witcher3, new GameMetaData
|
Game.Witcher3, new GameMetaData
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user