Skip to content

Commit

Permalink
Fix for FFX booster functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaldaien committed Jan 5, 2017
1 parent 0747f81 commit 34f66c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion UnX/DLL_VERSION.H
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define UNX_MAJOR 0
#define UNX_MINOR 8
#define UNX_BUILD 6
#define UNX_REV 4
#define UNX_REV 5



Expand Down
2 changes: 2 additions & 0 deletions UnX/cheat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,8 @@ unx::CheatManager::Init (void)
if (! lstrcmpiW (pwszShortName, L"ffx.exe")) {
dll_log->LogEx (true, L"[Cheat Code] Setting up FFX Cheat Engine...");

game_type = GAME_FFX;

ffx.debug_flags =
(unx_ffx_memory_s::debug_s *)
((intptr_t)__UNX_base_img_addr + ffx.offsets.Debug);
Expand Down
9 changes: 6 additions & 3 deletions version.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Version.Latest]
Title="Untitled" Project X (v 0.8.6.4)
Title="Untitled" Project X (v 0.8.6.5)
BranchDescription=Default branch; fewer updates but stable.
Description=Add kickstart function to end excessively long loads (Ctrl+Alt+Shift+K or L1+L2+Up) :: RTFM to turn OSD OFF - TL;DR: Ctrl + Shift + O
Description=Fix for FFX booster functions :: RTFM to turn OSD OFF - TL;DR: Ctrl + Shift + O
ReleaseNotes=https://github.com/Kaldaien/UnX/releases/tag/unx_086
InstallPackage=UNX_0_8_6_4,22
InstallPackage=UNX_0_8_6_5,23

[Version.Testing]
Title="Untitled" Project X (v 0.8.4)
Expand All @@ -19,6 +19,9 @@ Description=Adds Keyboard Soft Reset Support (Ctrl + Shift + Backspace)
ReleaseNotes=https://github.com/Kaldaien/UnX/releases/tag/unx_073
InstallPackage=UNX_0_7_3,4

[Archive.UNX_0_8_6_5]
URL=https://github.com/Kaldaien/UnX/releases/download/unx_086/UnX_0_8_6_5.7z

[Archive.UNX_0_8_6_4]
URL=https://github.com/Kaldaien/UnX/releases/download/unx_086/UnX_0_8_6_4.7z

Expand Down

0 comments on commit 34f66c3

Please # to comment.