From 2e56c7069e79849ab173d4a96479ede8a66ae711 Mon Sep 17 00:00:00 2001 From: EzioTheDeadPoet <52624146+EzioTheDeadPoet@users.noreply.github.com> Date: Thu, 4 Jan 2024 19:09:58 +0100 Subject: [PATCH 1/4] update Final Fantasy VII: RI metadata --- Wabbajack.DTOs/Game/GameRegistry.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Wabbajack.DTOs/Game/GameRegistry.cs b/Wabbajack.DTOs/Game/GameRegistry.cs index e3310ebb..71b89c2e 100644 --- a/Wabbajack.DTOs/Game/GameRegistry.cs +++ b/Wabbajack.DTOs/Game/GameRegistry.cs @@ -546,9 +546,10 @@ public static class GameRegistry 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() } }, { From 5daefc577500618451b5e9a6b4e8bf87ca16c92d Mon Sep 17 00:00:00 2001 From: Luca <52624146+EzioTheDeadPoet@users.noreply.github.com> Date: Thu, 4 Jan 2024 19:13:40 +0100 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d1e4b92..57812be8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) From f95d467b99d90cf03481952271f28237f01f2182 Mon Sep 17 00:00:00 2001 From: EzioTheDeadPoet <52624146+EzioTheDeadPoet@users.noreply.github.com> Date: Thu, 4 Jan 2024 19:25:05 +0100 Subject: [PATCH 3/4] fix error --- Wabbajack.DTOs/Game/GameRegistry.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wabbajack.DTOs/Game/GameRegistry.cs b/Wabbajack.DTOs/Game/GameRegistry.cs index 71b89c2e..73b99628 100644 --- a/Wabbajack.DTOs/Game/GameRegistry.cs +++ b/Wabbajack.DTOs/Game/GameRegistry.cs @@ -549,7 +549,7 @@ public static class GameRegistry @"End\Binaries\Win64\ff7remake_.exe".ToRelativePath(), @"ff7remake_.exe".ToRelativePath() }, - MainExecutable = @"End\Binaries\Win64\ff7remake_.exe"ToRelativePath() + MainExecutable = @"End\Binaries\Win64\ff7remake_.exe".ToRelativePath() } }, { From 545d9ae40426aa7e07251760e2f52d8f8a239193 Mon Sep 17 00:00:00 2001 From: Luca <52624146+EzioTheDeadPoet@users.noreply.github.com> Date: Sat, 6 Jan 2024 20:40:51 +0100 Subject: [PATCH 4/4] Update GameRegistry.cs --- Wabbajack.DTOs/Game/GameRegistry.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wabbajack.DTOs/Game/GameRegistry.cs b/Wabbajack.DTOs/Game/GameRegistry.cs index 73b99628..2ad55b0f 100644 --- a/Wabbajack.DTOs/Game/GameRegistry.cs +++ b/Wabbajack.DTOs/Game/GameRegistry.cs @@ -540,7 +540,7 @@ 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,