Skip to content

Latest commit

 

History

History
87 lines (56 loc) · 2.46 KB

README.md

File metadata and controls

87 lines (56 loc) · 2.46 KB

Rider Save Editor

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.

Info

An editor of save files for the Android game Rider developed by Ketchapp games.

Setup

Setup

PC side

Get Python installed

Install (Python) (3.11 tested).

Install ADB

Tutorial on how to install ADB

Download the code

Clone the repoository (using git)
git clone https://github.com/JKook-Plus/rider_save_editor.git
OR
Download it

Create a virtual environment (recommended)

py -3.11 -m venv venv

Open the virtual environment

Windows venv\Scripts\activate.bat

Install requirements.txt

pip install -r requirements.txt

Android side

Warning

THIS WILL NOT WORK IF YOUR DEVICE IS NOT ROOTED

XDA Link on how to root your device

Install Rider

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)

Usage

Run main.py

TODO

  • Make it user friendly
  • Make it more usable
  • Make it into an executable

FAQ

Q:

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

A:

ADB is probally not running on host machine. Run adb devices in cmd or powershell.