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

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