π Changelog
πͺ Hook mode! Now UplayR1Unlocker can be injected into the game process and it will patch the Uplay R1 functions in-memory, thus avoiding any file modifications on disk. This makes installation persist game updates, and bypasses DLL integrity checks in some games (such as Steep). The classical mode is now called Proxy mode, and is still working as usual. You can also find an example setup here.
ποΈ Removed non-loader variant shipped in previous releases. Installation in Ubisoft Connect directory has a number of drawbacks, and benefits that it provided are now available in the loader DLL when installed in Hook mode.
ποΈ Release zips no longer include config file, because most people don't need it. If you truly need it, you can still get from this repository and install as usual.
π Technical changes
- The project has undergone a major overhaul. It is a CMake-based project now, similar to my other recently updated unlockers.
- The project is now compiled using Visual Studio 2022 toolset. The build is executed on
windows-2022
GitHub runner as well.