2022-08-01 22:42:59 +02:00
|
|
|
# Arty
|
2022-08-01 22:24:45 +02:00
|
|
|
|
2022-08-01 22:42:59 +02:00
|
|
|
Artilery interpolator widget for playing Hell Let Loose
|
|
|
|
|
|
|
|
# Requisites
|
|
|
|
|
|
|
|
* Windows (I'm so sorry)
|
|
|
|
* Python 3
|
|
|
|
|
|
|
|
## Python libraries
|
|
|
|
|
|
|
|
* PySide2
|
2022-08-01 22:48:00 +02:00
|
|
|
* winput
|
|
|
|
|
|
|
|
# Install
|
|
|
|
|
2022-08-01 22:57:40 +02:00
|
|
|
1. Download and install [Python](https://www.python.org/downloads/). Use the following options:
|
2022-08-01 22:53:30 +02:00
|
|
|
- [x] PyLauncher
|
|
|
|
- [x] Add Pyhton to PATH
|
|
|
|
- [x] Install pip
|
2022-08-01 22:57:40 +02:00
|
|
|
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`
|
2022-08-02 00:56:58 +02:00
|
|
|
4. Install winput in shell `pip install winput`
|
|
|
|
5. Clone / download this repository
|
2022-08-02 01:01:27 +02:00
|
|
|
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.
|