Install as a service + IL2 BOS Missing slider axis - #16
Open
pvillaverde wants to merge 6 commits into
Open
Conversation
Author
|
Greetings again, I've added a fix for a problem I encountered with 100% CPU usage when launching wejoy in background or as a service (a while loop). I've also added a small bash script to make steam start wejoy when launching a specific game. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.luaand it will create the service with the LUA script profile you want to use.Hope it is useful for someone else! :)