Update GameRegistry.cs

This commit is contained in:
cacophony-wj 2021-12-30 16:00:56 -05:00 committed by GitHub
parent adba503183
commit 5476a881bc
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()
}
},
{
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()
}
}
};