An automatic Factorio artillery clicker.
- Install the script. (see below for instructions)
- Run the script and have Factorio running in windowed mode and on your primary monitor.
- Open the map with artillery remote in hand and biter nests visible in map view.
- Click the 'Fire' Button and pray it works.
Note: This program was built and tested on Windows only; Linux or Mac OS functionality is unknown.
- Pull this repository into a folder and have Python 3.8 or higher installed.
- Open repository folder in Command Prompt (not Powershell).
- It is recommended to make a virtual environment, type
python3 -m venv .\.venv
in the Command Prompt where you saved this repository. - Enter virtual environment by typing
.venv\Scripts\activate.bat
. - Install script dependencies with
pip3 install -r requirements.txt
. - Run script with
.venv\Scripts\python.exe arty-clicker.py
.