Releases: acidicoala/UplayR1Unlocker
Release v2.0.0
π 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.
Release v1.2.3
π Changelog
-
Restored some of the exported functions that were unintentionally dropped in the previous release.
Restored exports
UPLAY_AVATAR_GetAvatarIdForCurrentUser UPLAY_AVATAR_GetBitmap UPLAY_CHAT_GetHistory UPLAY_CHAT_Init UPLAY_CHAT_ReleaseHistoryList UPLAY_CHAT_SendMessage UPLAY_CHAT_SetMessagesRead UPLAY_ClearGameSession UPLAY_Init UPLAY_OVERLAY_ShowFacebookAuthentication UPLAY_SetGameSession UPLAY_USER_GetCredentials UPLAY_USER_GetEmail UPLAY_USER_GetPassword UPLAY_USER_GetPasswordUtf8 UPLAY_USER_GetUsername UPLAY_USER_GetUsernameUtf8
Release v1.2.2
π Changelog
- Added missing function exports. Once again, credit to predprey2.
Release v1.2.1
π Changelog
- Fixed linker exports in uplay_r1_loader64.dll. Credit to predprey2 for reporting this.
Release v1.2.0
π Changelog
- Now both loader and global versions are available. Each has their own pros and cons, so it will depend on the game which one is more appropriate.