Merge branch 'FFVIIRI-MetaData-Update' into pre-release

This commit is contained in:
EzioTheDeadPoet 2024-01-08 20:35:07 +01:00
commit 5aab0b8c30
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,8 @@
### Changelog
#### Version - TBD
* Fixed Final Fantasy 7: Remake Intergrade meta data
#### Version - 3.4.1.0 - 12/21/2023
* Added Support for Final Fantasy 7: Remake Intergrade
* Update CLI to .NET 8.0 (was missed in the last update)

View File

@ -540,15 +540,16 @@ public static class GameRegistry
Game = Game.FinalFantasy7Remake,
NexusName = "finalfantasy7remake",
NexusGameId = 4202,
MO2Name = "FINAL FANTASY VII REMAKE",
MO2Name = "FINAL FANTASY VII REMAKE INTERGRADE",
MO2ArchiveName = "finalfantasy7remake",
SteamIDs = new[] { 1462040 },
IsGenericMO2Plugin = true,
RequiredFiles = new []
{
@"ff7remake.exe".ToRelativePath()
@"End\Binaries\Win64\ff7remake_.exe".ToRelativePath(),
@"ff7remake_.exe".ToRelativePath()
},
MainExecutable = @"ff7remake.exe".ToRelativePath()
MainExecutable = @"End\Binaries\Win64\ff7remake_.exe".ToRelativePath()
}
},
{