Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 938 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 938 Bytes

Arty-clicker

An automatic Factorio artillery clicker.

To use:

  1. Install the script. (see below for instructions)
  2. Run the script and have Factorio running in windowed mode and on your primary monitor.
  3. Open the map with artillery remote in hand and biter nests visible in map view.
  4. Click the 'Fire' Button and pray it works.

To Install:

Note: This program was built and tested on Windows only; Linux or Mac OS functionality is unknown.

  1. Pull this repository into a folder and have Python 3.8 or higher installed.
  2. Open repository folder in Command Prompt (not Powershell).
  3. It is recommended to make a virtual environment, type python3 -m venv .\.venv in the Command Prompt where you saved this repository.
  4. Enter virtual environment by typing .venv\Scripts\activate.bat.
  5. Install script dependencies with pip3 install -r requirements.txt.
  6. Run script with .venv\Scripts\python.exe arty-clicker.py.