Skip to content

Commit

Permalink
Updated GGST costume patch
Browse files Browse the repository at this point in the history
  • Loading branch information
TekkaGB committed Dec 8, 2023
1 parent ed3ffae commit eccf324
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
Binary file not shown.
Binary file not shown.
11 changes: 2 additions & 9 deletions Unverum/Setup.cs
Expand Up @@ -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"))
Expand Down
2 changes: 1 addition & 1 deletion Unverum/Unverum.csproj
Expand Up @@ -7,7 +7,7 @@
<UseWPF>true</UseWPF>
<ApplicationIcon>Assets\unverum.ico</ApplicationIcon>
<AssemblyName>Unverum</AssemblyName>
<AssemblyVersion>2.4.2.0</AssemblyVersion>
<AssemblyVersion>2.4.3.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit eccf324

Please sign in to comment.