Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Topic on Talk:Deus Ex: Mankind Divided

Manual configuration of mouse sensitivity below 0%

4
DoerOfThings (talkcontribs)

NorthernLunatic posted his findings at reddit.

  1. ) Use IEEE-754 Floating-Point Conversion to calculate your desired sensitivity.
  2. ) Input your desired Decimal Floating-Point value (eg. 0.15) and click Rounded.
  3. ) Use the Single precision (32 bits) Hexadecimal output.
  4. ) Reverse it so 3E 19 99 9A becomes 9A 99 19 3E
  5. ) Download HxD Hexeditor
  6. ) Open <Steam-folder>/userdata/<user-id>/337000/remote/game_options.bin> in HxD
  7. ) Replace bytes at offset 220-224 with hexadecimal values:
0.025 CD CC CC 3C 
0.05  CD CC 4C 3D 
0.1   CD CC CC 3D 
0.12  8F C2 F5 3D 
0.15  9A 99 19 3E 
0.175 33 33 33 3E
God ownerOfTheUniverse (talkcontribs)

Thanks for all that (especially for the risk since you still possibly want to refund). Do you have any idea why some settings are in that binary file and some are in the Registry? Are there possibly some in the binary that are also in the Registry (like e.g. ... FOV)? I'd ask in the Reddit post, but I'm banned there :P


DoerOfThings (talkcontribs)

I'm not NothernLunatic I just posted his findings & how to use them here incase it never gets patched. I'd guess settings in the Registry are from the nature of the engine being multiplatform and the .bin is stuff Nixxes added doing the PC port. Not sure about FOV yet.

God ownerOfTheUniverse (talkcontribs)

That might be so. ... Got unbanned, commented there. If I find significant answers, I'll sure PCGW them.


By clicking "Reply", you agree to the terms of use for this wiki.