Skip to content

Commit

Permalink
Intergated Special K v 0.7.33 (massive SteamAPI overhaul)
Browse files Browse the repository at this point in the history
  • Loading branch information
andon authored and andon committed Jan 28, 2017
1 parent 565050b commit a1718ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/DLL_VERSION.H
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#define TBF_MAJOR 0
#define TBF_MINOR 4
#define TBF_BUILD 2
#define TBF_REV 2
#define TBF_BUILD 3
#define TBF_REV 0



Expand Down
5 changes: 3 additions & 2 deletions tbf.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LocalDebuggerCommand>C:\Windows\System32\rundll32.exe</LocalDebuggerCommand>
<LocalDebuggerCommand>C:\Program Files (x86)\Steam\steamapps\common\Tales of Berseria\Tales of Berseria.exe</LocalDebuggerCommand>
<LocalDebuggerWorkingDirectory>C:\Program Files (x86)\Steam\steamapps\common\Tales of Berseria\</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommandArguments>"C:\Program Files (x86)\Steam\steamapps\common\Tales of Berseria\tbfix.dll", TBT_Main</LocalDebuggerCommandArguments>
<LocalDebuggerCommandArguments>
</LocalDebuggerCommandArguments>
<LocalDebuggerAttach>false</LocalDebuggerAttach>
</PropertyGroup>
</Project>
Binary file modified version.ini
Binary file not shown.

0 comments on commit a1718ce

Please sign in to comment.