mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge branch 'FFVIIRI-MetaData-Update' into pre-release
This commit is contained in:
commit
5aab0b8c30
@ -1,5 +1,8 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version - TBD
|
||||||
|
* Fixed Final Fantasy 7: Remake Intergrade meta data
|
||||||
|
|
||||||
#### Version - 3.4.1.0 - 12/21/2023
|
#### Version - 3.4.1.0 - 12/21/2023
|
||||||
* Added Support for Final Fantasy 7: Remake Intergrade
|
* Added Support for Final Fantasy 7: Remake Intergrade
|
||||||
* Update CLI to .NET 8.0 (was missed in the last update)
|
* Update CLI to .NET 8.0 (was missed in the last update)
|
||||||
|
@ -540,15 +540,16 @@ public static class GameRegistry
|
|||||||
Game = Game.FinalFantasy7Remake,
|
Game = Game.FinalFantasy7Remake,
|
||||||
NexusName = "finalfantasy7remake",
|
NexusName = "finalfantasy7remake",
|
||||||
NexusGameId = 4202,
|
NexusGameId = 4202,
|
||||||
MO2Name = "FINAL FANTASY VII REMAKE",
|
MO2Name = "FINAL FANTASY VII REMAKE INTERGRADE",
|
||||||
MO2ArchiveName = "finalfantasy7remake",
|
MO2ArchiveName = "finalfantasy7remake",
|
||||||
SteamIDs = new[] { 1462040 },
|
SteamIDs = new[] { 1462040 },
|
||||||
IsGenericMO2Plugin = true,
|
IsGenericMO2Plugin = true,
|
||||||
RequiredFiles = new []
|
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()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user