Artilery interpolator widget for playing Hell Let Loose
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jaka Perovšek a1bd41de9d Added clicks, simplified the mouse wheel event handling. 10 months ago
LICENSE Initial commit 10 months ago
README.md Added tips 10 months ago
arty.pyw Added clicks, simplified the mouse wheel event handling. 10 months ago
icon.png first commit 10 months ago
sound1.wav Added clicks, simplified the mouse wheel event handling. 10 months ago
sound1b.wav Added clicks, simplified the mouse wheel event handling. 10 months ago
sound2.wav Added clicks, simplified the mouse wheel event handling. 10 months ago

README.md

Arty

Artilery interpolator widget for playing Hell Let Loose

Requisites

  • Windows (I'm so sorry)
  • Python 3

Python libraries

  • PySide2
  • winput

Install

  1. Download and install Python. Use the following options:
    • PyLauncher
    • Add Pyhton to PATH
    • Install pip
  2. Log out and log in to your user account to load Python binaries into your PATH variable
  3. Install PySide2 in shell pip install pyside2
  4. Install winput in shell pip install winput
  5. Clone / download this repository
  6. Double-click arty.pyw

Tips

  • The widget stays on top of other applications - you can have it next to the elevation indicator.
  • When widget is not in focus you can use mouse wheel to increment the range input.
  • Using mouse wheel inside a range input spin-box when widget is not focus increments double.
  • Ctrl+H to hide the window bar.
  • Ctrl+Q to close the application.