Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.02 KB

StrataMan

Stratagem management system

A companion UI tool to helldiver-kbd to remap your keys blazingly fast.

Docs and getting started

This project is a fork of vial-gui. Meanwhile Vial-gui is a general purpose tool, this project specializes on remapping macros to one specific keyboard for one specific game.

Prerequisite You need to have a vial compatible keyboard e.g.: helldiver-kbd

Go to Releases and download the latest installer: e.g.'*-win-installer'.


Releases

Only Windows is supported.

Development

Python 3.6 is recommended (3.6 is the latest version that is officially supported by fbs).

Install dependencies:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

To launch the application afterwards:

source venv/bin/activate
fbs run