GameScope: Add Mouse Sensitivity#1026
Conversation
|
It will go in a seperate PR, but I am going to refactor how we index the arrays. It's getting way too annoying to change each index when we bump an option. |
|
Something strange is going on. When Something weird is going on, potentially related to #1024. |
|
Weirdness should be fixed with #1027. In that PR I used the example of |
6a7a517 to
c23b387
Compare
|
Rebased on master after #1027, fixed an issue where we were trying to compare decimals, and the weirdness is gone. Game launch works OK in my tests too with this option, and when the option is I will update the langfiles and bump the version and then merge. |
|
Langfiles updated, version bumped, shellcheck is green, we are ready to merge! |
GameScope has recently added support for configuring mouse sensitivity with ValveSoftware/gamescope@8783464. This is a decimal value that the base mouse sensitivity is multiplied by. This PR exposes it on our GameScope GUI.
This option didn't seem to do anything in my tests, both from the SteamTinkerLaunch GUI and manually with games from the commandline. I am using the right version as the option shows up in
--help.TODO: