diff --git a/Unverum/Resources/Patches/Dragon Ball FighterZ/Patch/plugins/DBFZExtraCostumesPatch.asi b/Unverum/Resources/Patches/Dragon Ball FighterZ/Patch/plugins/DBFZExtraCostumesPatch.asi index da41aaf..3f3fa71 100644 Binary files a/Unverum/Resources/Patches/Dragon Ball FighterZ/Patch/plugins/DBFZExtraCostumesPatch.asi and b/Unverum/Resources/Patches/Dragon Ball FighterZ/Patch/plugins/DBFZExtraCostumesPatch.asi differ diff --git a/Unverum/Resources/Patches/Dragon Ball FighterZ/Patch/plugins/DBFZFileAccessLog.asi b/Unverum/Resources/Patches/Dragon Ball FighterZ/Patch/plugins/DBFZFileAccessLog.asi index 0465abe..7ae72f8 100644 Binary files a/Unverum/Resources/Patches/Dragon Ball FighterZ/Patch/plugins/DBFZFileAccessLog.asi and b/Unverum/Resources/Patches/Dragon Ball FighterZ/Patch/plugins/DBFZFileAccessLog.asi differ diff --git a/Unverum/Setup.cs b/Unverum/Setup.cs index f142e07..a64097e 100644 --- a/Unverum/Setup.cs +++ b/Unverum/Setup.cs @@ -60,7 +60,8 @@ public static bool CheckPatch(string exe) switch (Global.config.CurrentGame) { case "Dragon Ball FighterZ": - if (!File.Exists($"{PatchPath}{Global.s}plugins{Global.s}DBFZExtraCostumesPatch.asi")) + if (!File.Exists($"{PatchPath}{Global.s}plugins{Global.s}DBFZExtraCostumesPatch.asi") + || GetMD5Checksum($"{PatchPath}{Global.s}plugins{Global.s}DBFZExtraCostumesPatch.asi").Equals("e99c11be64f7fb81e8b2eebdff72b164", StringComparison.InvariantCultureIgnoreCase)) GetPatchFiles(PatchPath); break; case "Guilty Gear -Strive-": diff --git a/Unverum/Unverum.csproj b/Unverum/Unverum.csproj index c41e113..e68f7a2 100644 --- a/Unverum/Unverum.csproj +++ b/Unverum/Unverum.csproj @@ -7,7 +7,7 @@ true Assets\unverum.ico Unverum - 2.5.2.0 + 2.5.3.0