Wizard DPI Wizard Posted September 16, 2020 Wizard Posted September 16, 2020 The sensitivity slider is not accurate, expect some discrepancy. View full update
[email protected] Posted December 1, 2020 Posted December 1, 2020 Does this game uses some kinda raw input? Im using "intercept mouse accel" and the game seems to not working with it. In any other games mouse accel work just fine...
Norealm Posted July 3, 2021 Posted July 3, 2021 Since I use a relatively low effective DPI, the calculated In-Game sensitivity went below the minimum of 0.5, which is too fast for my liking, which is why I tried setting the in-game sensitivity via the config ini files, and I think I found a way to accomplish that. While I don't know whether the conversion is an exact fit, it at least felt way better than just using the in-game minimum of 0.5. Here is how I did it. Open the following file: %USERPROFILE%\AppData\Local\BPM\Saved\Config\WindowsNoEditor\Input.ini Edit the following lines: AxisMappings=(AxisName="LookUp",Scale=-1.000000,Key=MouseY) AxisMappings=(AxisName="Turn",Scale=1.000000,Key=MouseX) Replace "Scale=-1.000000" and "Scale=1.000000" with the multiplier calculated by the tool. For example: AxisMappings=(AxisName="LookUp",Scale=-0.300000,Key=MouseY) AxisMappings=(AxisName="Turn",Scale=0.300000,Key=MouseX) Since the tool doesn't calculate anything more precise, that's what I am using. While it may not be perfect, it's way better than the alternative. If the tool supports config file mode in the future, more precise sensitivity settings may be possible. Note that the in-game sensitivity slider needs to be set to 1.0 for this to correctly translate. Terapyn 1
Wizard DPI Wizard Posted July 4, 2021 Author Wizard Posted July 4, 2021 17 hours ago, Norealm said: Since I use a relatively low effective DPI, the calculated In-Game sensitivity went below the minimum of 0.5, which is too fast for my liking, which is why I tried setting the in-game sensitivity via the config ini files, and I think I found a way to accomplish that. I've added config file calculations to this game now, in addition to instructions on how to disable smoothing/acceleration
Norealm Posted July 4, 2021 Posted July 4, 2021 4 hours ago, DPI Wizard said: I've added config file calculations to this game now, in addition to instructions on how to disable smoothing/acceleration Thanks a bunch for adding this!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now