Note
This has been tested to work for Version 2.00.1.00 of Rider
Version naming for the app is different across Google Play and Apk sites such as APK pure.
Warning
Requires a rooted Android device
I cannot promise that it will not break the functionality of the game.
An editor of save files for the Android game Rider developed by Ketchapp games.
Install (Python) (3.11 tested).
Tutorial on how to install ADB
Clone the repoository (using git)
git clone https://github.com/JKook-Plus/rider_save_editor.git
OR
Download it
py -3.11 -m venv venv
Windows
venv\Scripts\activate.bat
pip install -r requirements.txt
Warning
THIS WILL NOT WORK IF YOUR DEVICE IS NOT ROOTED
- Google play
- Download an APK (e.g. APKPure or APKMirror)
Open and run Rider at least once.
Enable USB debugging or if you know what you are doing wireless debugging (you will need to edit the code to get this to work)
Run main.py
- Make it user friendly
- Make it more usable
- Make it into an executable
I get RuntimeError: ERROR: connecting to 127.0.0.1:5037 [WinError 10061] No connection could be made because the target machine actively refused it.
when trying to run main.py
ADB is probally not running on host machine. Run adb devices
in cmd or powershell.