Sensitivity for this game can only be set in the registry.
Audile Premium Members July 27, 20241 yr Author stats Hi @DPI Wizard, Is it possible to add "Look Sensitivity (Aim) as well? It looks like it has its own entry in Regedit. Cheers!
DPI Wizard Wizard July 27, 20241 yr Wizard Author stats 7 hours ago, Audile said: Is it possible to add "Look Sensitivity (Aim) as well? It looks like it has its own entry in Regedit. I couldn't find anything it affects, I might have missed something. Did you find anything?
Audile Premium Members July 31, 20241 yr Author stats On 7/28/2024 at 3:24 AM, DPI Wizard said: I couldn't find anything it affects, I might have missed something. Did you find anything? Seems to affect the ADS on this gun, cheers!
DPI Wizard Wizard July 31, 20241 yr Wizard Author stats 18 hours ago, Audile said: Seems to affect the ADS on this gun, cheers! Actually I mixed this game with another one, the issue here is that the code currently does not support two hexadecimal inputs, which is needed in this case as the aim is a multiplier of hipfire. I'll see if I can a sort of workaround that requires multiple steps.
DPI Wizard Wizard July 31, 20241 yr Wizard Author stats So here are the three steps required to calculate this! Step 1: Convert from your source to Brutal John hipfire: Step 2: Copy the decimal sensitivity value, then convert from your source to the "ADS (Decimal)" aim using the copied value as sensitivity 1: Step 3: Copy the aim sensitivity from the output, then convert from "ADS (Decimal Single)" using the copied value, to "ADS (Hexadecimal)" to finally find the hex value for the registry: Make sure to use the same FOV for Brutal John in every step, and disregard the distance calculation in the last step as the only thing we're after here is the hex value.
Recommended Comments
Create an account or sign in to comment