-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Getting RoK-Tracker running is easier than ever. Follow these steps to install the application on your Windows 10/11 machine.
- OS: Windows 10 or 11 (64-bit)
- Emulator: Bluestacks 5 (Recommended) or LD Player.
You do not need to install Python or Node.js to use this tool! Just follow these steps:
- Download the latest release from the Releases page.
- Choose the
RoK-Tracker-Suite-setup.exefile. - Run the installer and follow the setup wizard.
-
Launch the app once. This will automatically create a
deps/folder next to your installed app.
You need two external dependencies for OCR (Optical Character Recognition) and ADB (Android Debug Bridge).
-
ADB Platform Tools:
- Download ADB.
- Extract the contents into the
deps/platform-tools/folder.
-
Tesseract OCR Data:
-
Download Tesseract Trained Data (you must download at least
eng.traineddata). - Place the file(s) into the
deps/tessdata/folder.
-
Download Tesseract Trained Data (you must download at least
Windows Defender Warning: The installer bundles a heavily compressed Python executable for the scanning engine. Windows Defender may falsely flag it as malware. If the app gets stuck on "Initializing Sidecar", check Windows Security -> Protection History, select Restore / Allow on device, and restart the app.
For developers who want to modify the code, compile the Python sidecar themselves, or run the app in development mode, please see the Building from Source guide.
Return to main repository