Disable Myopia Effect (Detroit: Become Human)
In the settings, I can only set the "high" and "low" effect of myopia (depth of field), and completely turn it off - no. Maybe there is a mod that turns it off, or better translates the focus when exploring the world to the background? While this effect is more immersive in scenes, it is annoying to simply explore.Found: https://steamcommunity.com/app/1222140/discussions/0/2519149567490509988/
"In the game folder, in the" GraphicOptions.JSON "file, set" DEPTH_OF_FIELD "to 0. Also, you can change" FRAME_RATE_LIMIT "to 4, to remove the limitation from the "
Post Scriptum. Hmm, actually, nothing has changed.
Found that the process is accessing the file C: Users TITAN Saved Games Quantic Dream Detroit Become Human S 76561197960267366 R INTER_1 Default-cv1-sv7 Options Options.qdsav, but it is not readable.
Titan_1
It is also written there, it is impossible to completely turn off the depth of field, even the developers answer, this is intentional.
https://community.pcgamingwiki.com/files/file/2191-detroit-become-human-aa-removal-patch/
This patch should disable the myopia effect (but only with AA). Finally, you can play the game without a headache. It is a pity that the developers did not make it possible to include myopia only in cutscenes, where it really looks very appropriate.
Here it is written how to disable only DOF, but this method will not work with every version https://www.pcgamingwiki.com/wiki/Detroit:_Become_Human#Depth_of_field
Titan_1
works 100% with the latest version of the game. only in HxD, when searching, choose not a text string, but a 16 bit format, otherwise it will not find it.
quote:
"Modify the game executable to disable depth of field[10]
Open DetroitBecomeHuman.exe in a hex editor (eg HxD).
Search for 41 C7 83 40 01 00 00 31 00 00 as hex.
Replace it with 7F C7 83 40 01 00 00 31 00 00
Save the changes."