diff --git a/UnX/DLL_VERSION.H b/UnX/DLL_VERSION.H index df94747..48da31d 100644 --- a/UnX/DLL_VERSION.H +++ b/UnX/DLL_VERSION.H @@ -4,7 +4,7 @@ #define UNX_MAJOR 0 #define UNX_MINOR 8 #define UNX_BUILD 6 -#define UNX_REV 4 +#define UNX_REV 5 diff --git a/UnX/cheat.cpp b/UnX/cheat.cpp index fff0887..7b47c2e 100644 --- a/UnX/cheat.cpp +++ b/UnX/cheat.cpp @@ -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); diff --git a/version.ini b/version.ini index 27fea49..e3c07b4 100644 --- a/version.ini +++ b/version.ini @@ -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) @@ -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