Skip to content

Commit

Permalink
Updated DBFZ patch
Browse files Browse the repository at this point in the history
  • Loading branch information
TekkaGB committed Mar 1, 2024
1 parent 045676c commit b3e7a44
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 1 deletion Unverum/Setup.cs
Expand Up @@ -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-":
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.5.2.0</AssemblyVersion>
<AssemblyVersion>2.5.3.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b3e7a44

Please sign in to comment.