Skip to content

timonviola/strataman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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