mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #1789 from cacophony-wj/patch-1
Update GameRegistry.cs
This commit is contained in:
commit
d31f54dd95
@ -416,6 +416,22 @@ public static class GameRegistry
|
||||
},
|
||||
MainExecutable = @"bin\x64\Cyberpunk2077.exe".ToRelativePath()
|
||||
}
|
||||
},
|
||||
{
|
||||
Game.Sims4, new GameMetaData
|
||||
{
|
||||
Game = Game.Sims4,
|
||||
SteamIDs = new[] {1222670},
|
||||
MO2Name = "The Sims 4",
|
||||
NexusName = "thesims4",
|
||||
NexusGameId = 641,
|
||||
IsGenericMO2Plugin = true,
|
||||
RequiredFiles = new[]
|
||||
{
|
||||
@"Game\Bin\TS4_x64.exe".ToRelativePath()
|
||||
},
|
||||
MainExecutable = @"Game\Bin\TS4_x64.exe".ToRelativePath()
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user