- This repository contains the source code for RageOpenRDR2.asi, the RDR2 counterpart of RageOpenV an open source alternative to OpenIV.asi for GTA5 Legacy, and OpenRPF.asi for GTA5 Enhanced.
- It allows players to load modified RPFs using a mods folder, just like in GTA5.
- It intercepts RPF lookups done by the game, checks if a replacement exists in the
modsfolder, redirects to it if it does, and caches the result for faster futurue lookups.
- Install an ASI loader (You can use the
dinput8.dllthat comes with Alexander Blade's ScriptHookRDR2, or get thex64 dinput8.dllfrom here. - Download the latest asi from releases
- Place your mods in your mods folder
- And you're set
- Please note that currently, the only way to modify RDR2 RPFs is by using CodeX (by dexyfex), which requires a patreon subscription for (early)access.
- CMake 3.17.x and Visual Studio is needed to build the project. You can run release.bat to build it quickly or use generate_*.bat to create project files for a specific VS version.
- You can use the build configuration
ReleaseWithLogsif you are a developer and want to get more logs.- Please note that this impacts performance, as the extra logs are very frequent
- Also remember to set the logging options to
trueinsideRageOpenRDR2.ini, which will be automatically generated by the script when you first use it.
If you have any questions, suggestions, or would like to be up-to-date on my latest projects, join my Discord!
If you encounter issues, please either open an issue on the repo, or raise it directly on my Discord server.
Please DO NOT REDISTRIBUTE compiled binaries, and instead link to the official release.