Skip to content

Commit

Permalink
Fixed setup for different regions for SMTV
Browse files Browse the repository at this point in the history
  • Loading branch information
TekkaGB committed Nov 19, 2021
1 parent 3a9e83f commit 4306981
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Unverum/Setup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,10 @@ public static bool SMTV(bool emu)
switch (hash)
{
case "010063b012dc6000":
case "0100B870126CE000":
case "01006BD0095F4000":
case "010038D0133C2000":
case "0100FB70133C0000":
case "0100b870126ce000":
case "01006bd0095f4000":
case "010038d0133c2000":
case "0100fb70133c0000":
Global.config.Configs[Global.config.CurrentGame].ModsFolder = $"{openFolder.FileName}{Global.s}Unverum Mods{Global.s}romfs{Global.s}Project{Global.s}Content{Global.s}Paks{Global.s}~mods";
Global.config.Configs[Global.config.CurrentGame].PatchesFolder = $"{openFolder.FileName}{Global.s}Unverum Mods{Global.s}exefs";
break;
Expand Down
2 changes: 1 addition & 1 deletion Unverum/Unverum.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWPF>true</UseWPF>
<ApplicationIcon>Assets\unverum.ico</ApplicationIcon>
<AssemblyName>Unverum</AssemblyName>
<AssemblyVersion>1.5.1.0</AssemblyVersion>
<AssemblyVersion>1.5.2.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4306981

Please sign in to comment.