Welcome! This package contains everything you need to edit your Ride save files. Note: This is just a tech demo of having Claude attempt at looking at a save file for a game it does not know, do an analysis, and build a save editor. Its also rather amusing that it thinks EpicPens are currency/money or something lol
- QUICK_REFERENCE.txt - Fast lookup table
- MEMORY_MAP.txt - Visual file structure
- interactive_editor.py - Edit with guided options
Put your save file into the /saves directory, then:
python3 interactive_editor.pyChoose from 6 modification options:
- Max HealthPacks
- Max Parts
- Repair Vehicle
- Reset Progress
- God Mode (all of the above)
- Set Progress Checkpoint (custom value 1-17)
Use any hex editor (HxD, 010 Editor, etc.) and:
- Open your save file
- Check QUICK_REFERENCE.txt for offsets
- Edit the values you want
- Save
- Backup your save file! Cannot stress this enough.
- Close the game before editing
- Test small changes first to be safe
Windows:
%LOCALAPPDATA%\RideGamejam\Saved\SaveGames\
Linux (Steam/Proton):
~/.steam/steam/steamapps/compatdata/[APPID]/pfx/drive_c/users/steamuser/AppData/Local/RideGamejam/Saved/SaveGames/
For Python scripts:
- Python 3.6 or higher
- No external dependencies needed (uses built-in modules)
Package Version: 1.0 Last Updated: November 2024 Game: Ride (RideGamejam)
Happy editing! ๐ฎโจ