Skip to content

Release v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 15:16
9e25dab

πŸ“‘ 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.