Skip to content

Installation

Riley edited this page Sep 16, 2023 · 13 revisions

Windows

Install Python 3.11

python_path

You can verify the installation is correct by opening Command Prompt and running: python --version

Install Tesseract OCR

env_var_1

env_var_2

env_var_3

Install AutoHotKey

Download AHK v1.1 from the official website. Somehow it doesn't work with 2.0, yet.

Run the install.bat script

This will do the following:

  • Install required dependencies
  • Create the AHK script
  • Download the required assets (items folder)

Download the screenshotter tool

Download screen.exe into the folder with unique-matcher from Releases.

Verify installation

Double click the check.bat file to run a few check to verify the installation:

  • That Python is installed
  • That Tesseract is installed
  • That all dependencies are installed

Start the AHK shortcut

Double click screenshot.ahk to start the script. Then use Win+s to make a screenshot in-game.

Linux

You need Python 3.11+ and Poetry.

  1. Install poetry: pip3 install --user poetry
  2. Install project dependencies: poetry install
  3. Enter Poetry shell: poetry shell or run individual scripts: poetry run python3 ...

Tesseract

This program requires tesseract to be available at your system. Refer to the official installation guide to install it.

GNOME/Wayland

On Gnome/Wayland you'll have to endure the constant flash effect during screenshotting until this is implemented.

Clone this wiki locally