No description
| .gitignore | ||
| LICENSE | ||
| main.py | ||
| README.md | ||
r2loctool
r2loctool is a utility program for the video game Risk of Rain 2 (by Hopoo Games) to replace the pickup tooltips with the more informative entries from the logbook, no mod loader (e.g. r2modman) required.
Usage
- Download and open r2loctool.exe.
- Use the
Browsebutton to find your Risk of Rain 2 folder.
This normally looks something like
[...]/steamapps/common/Risk of Rain 2
You can find this directory for your installation underRisk of Rain 2->Properties->Local Files->Browse...
- Press
Startto replace the pickup tooltips.
The program will inform you when the process is complete and the app is safe to close.
Restoring the Original Pickup Tooltips
As of v1.2.0, r2loctool comes with its' own primitive backup system, but if that doesn't work, I recommend you:
Verify integrity of game files
- Right click on Risk of Rain 2 in your Steam library
- Click on Properties
- Click on "Local Files" on the left
- Click "Verify integrity of game files..."
Building
Requires Python 3.11 or later.
- Install
pyinstaller
python -m pip install pyinstaller
- Run
pyinstaller --onefile -n r2loctool --clean --noconsole main.py
