Merge pull request #1789 from cacophony-wj/patch-1

Update GameRegistry.cs
This commit is contained in:
Timothy Baldridge 2022-01-20 14:19:37 -07:00 committed by GitHub
commit d31f54dd95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -416,6 +416,22 @@ public static class GameRegistry
}, },
MainExecutable = @"bin\x64\Cyberpunk2077.exe".ToRelativePath() 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()
}
} }
}; };