diff --git a/Unverum/Resources/Patches/Guilty Gear -Strive-/Patch/plugins/GGSTExtraCostumesPatch.asi b/Unverum/Resources/Patches/Guilty Gear -Strive-/Patch/plugins/GGSTExtraCostumesPatch.asi index 11b2cc8..e22ae5a 100644 Binary files a/Unverum/Resources/Patches/Guilty Gear -Strive-/Patch/plugins/GGSTExtraCostumesPatch.asi and b/Unverum/Resources/Patches/Guilty Gear -Strive-/Patch/plugins/GGSTExtraCostumesPatch.asi differ diff --git a/Unverum/Resources/Patches/Guilty Gear -Strive-/Placeholder/--PlaceholderCostumes.pak b/Unverum/Resources/Patches/Guilty Gear -Strive-/Placeholder/--PlaceholderCostumes.pak index 8a125b6..d6b11e1 100644 Binary files a/Unverum/Resources/Patches/Guilty Gear -Strive-/Placeholder/--PlaceholderCostumes.pak and b/Unverum/Resources/Patches/Guilty Gear -Strive-/Placeholder/--PlaceholderCostumes.pak differ diff --git a/Unverum/Setup.cs b/Unverum/Setup.cs index 43b3fe9..4606a54 100644 --- a/Unverum/Setup.cs +++ b/Unverum/Setup.cs @@ -64,16 +64,9 @@ public static bool CheckPatch(string exe) GetPatchFiles(PatchPath); break; case "Guilty Gear -Strive-": - if (!File.Exists($"{PatchPath}{Global.s}plugins{Global.s}GGSTExtraCostumesPatch.asi")) + if (!File.Exists($"{PatchPath}{Global.s}plugins{Global.s}GGSTExtraCostumesPatch.asi") + || GetMD5Checksum($"{PatchPath}{Global.s}plugins{Global.s}GGSTExtraCostumesPatch.asi").Equals("eaf85139c48938534a14651e7f413b04", StringComparison.InvariantCultureIgnoreCase)) GetPatchFiles(PatchPath); - // Replace older version of patch - else if (GetMD5Checksum($"{PatchPath}{Global.s}plugins{Global.s}GGSTExtraCostumesPatch.asi").Equals("017be1fac86be4799f9cbb80c3e0591e", StringComparison.InvariantCultureIgnoreCase)) - { - File.Delete($"{PatchPath}{Global.s}plugins{Global.s}GGSTExtraCostumesPatch.asi"); - if (File.Exists($"{PatchPath}{Global.s}plugins{Global.s}config.toml")) - File.Delete($"{PatchPath}{Global.s}plugins{Global.s}config.toml"); - GetPatchFiles(PatchPath); - } break; case "DNF Duel": if (!File.Exists($"{PatchPath}{Global.s}plugins{Global.s}DNFDuelExtraCostumesPatch.asi")) diff --git a/Unverum/Unverum.csproj b/Unverum/Unverum.csproj index 8d06254..b3014ff 100644 --- a/Unverum/Unverum.csproj +++ b/Unverum/Unverum.csproj @@ -7,7 +7,7 @@ true Assets\unverum.ico Unverum - 2.4.2.0 + 2.4.3.0