Skip to content

Commit

Permalink
Undertale v 1.08
Browse files Browse the repository at this point in the history
  • Loading branch information
fjay69 committed Dec 6, 2017
1 parent cd0eeb9 commit 63a187c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file modified WinExtract/.vs/WinExtract/v14/.suo
Binary file not shown.
4 changes: 4 additions & 0 deletions WinExtract/WinExtract/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,12 @@ static void Main(string[] args)
undertaleVer = 101;
else if (hashString == "00fc3b1363cd51f7bfc81e6c082d2d14")
undertaleVer = 106;
else if (hashString == "76de1a6b4b75786b54f7d69177eb1e3e")
undertaleVer = 108;
if (undertaleVer!=0)
System.Console.WriteLine("Undertale v. "+ undertaleVer);
else
System.Console.WriteLine("Unknown Undertale ver. Hash " + hashString);
}
}
else
Expand Down
2 changes: 1 addition & 1 deletion WinExtract/WinExtract/WinExtract.csproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<StartArguments>"D:\Program Files\Steam\steamapps\common\Undertale\data.win" "E:\Games\Undertale2"</StartArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<StartArguments>"D:\Program Files\Steam\steamapps\common\Undertale\data.win" "E:\Games\Undertale3"</StartArguments>
<StartArguments>"C:\Program Files %28x86%29\steam\steamapps\common\Undertale\data.win" "E:\Games\Undertale2"</StartArguments>
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging>
</PropertyGroup>
</Project>
Binary file modified WinPack/.vs/WinPack/v14/.suo
Binary file not shown.

0 comments on commit 63a187c

Please sign in to comment.