Install as a service + IL2 BOS Missing slider axis #16
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey there!
I had been looking for a program like wejoy that allowed me to create a virtual joystick in order to bypass a bug on IL2 Battle of Stalingrad which doesn't recognise the slider axis for the Thrustmaster T16000 Throtle (the small wheel on the throtle + the rudder axis on the pedals). I've added a profile (il2_missing_axis.lua) that create a virtual joystick with those 2 axis. It also sets one button to act as an ALT Modifier, as a way to duplicate the available buttons.
I also included a script to install wejoy as a systemd service that starts on boot with our preferred config, thus avoiding the need of running the script everytime we want to use it. Just run
sudo ./installService.sh il2_missing_axis.lua
and it will create the service with the LUA script profile you want to use.Hope it is useful for someone else! :)