It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I see in the options the ability to invert a joypad Y, but not mouse. Is there any way to change it for mouse too?

Thanks!
This question / problem has been solved by AttackFalafelimage
Seconded; this doesn't work for me, either.
+1, hope this gets patched in soon. It doesn't look like there's any config files to tweak the inputs with.
avatar
AttackFalafel: ...It doesn't look like there's any config files to tweak the inputs with.
Yeah, I just got finished looking for that, too, without success. Hopefully they didn't resort to sticking them in the registry somewhere...
I also play FPS with the Y axis inverted. I need to invert the mouse.

I was poking around in the game folders looking for a .ini file with keybinds. Couldn't find one.
I don't think it'll be in either (registry, ini, cfg, etc). As it uses Unity, the controls are generally baked in. I think you can hex edit a value in Assembly-CSharp.dll, but I'm having issues finding the correct location. I'll update this if I find anything.

edit: looks like SensitivityY needs to be changed from 15 to -15, poking around in the decompiled dll. still no idea how to actually make these changes in the dll and/or find the right hex values to tweak. see attached image.

edit2: found where it was in hex and changed it, unfortunately it didn't change anything. i'll keep looking for other values to modify.
Attachments:
fa5.jpg (128 Kb)
Post edited April 29, 2017 by AttackFalafel
I opened scanner sombre.exe with HxD and was able to find a spot that has entries for "Mouse Y" "Mouse X" "Vertical" "Horizontal" and "m_Axes"

But I don't know which one to change, or what to change it to.

I'll probably break something anyway. I have not a clue what I'm doing either.

It sucks that Unity doesn't put keybinds in a simple text file. I've played a lot of other games that do this and it's easy to go in and change something that way.
Looks like we were looking in the wrong file! It was in globalgamemanagers. I had written that file off, whoops.

Head to offset 1420, change 3d to bd, that will invert the mouse for you at the default value.

for more information you can check out this link, i used it to help with converting the initial value to negative:

pcgamingwiki dot com/wiki/Thread:Talk:Deus_Ex:_Mankind_Divided/Manual_configuration_of_mouse_sensitivity_below_0%25

happy scanning!
Attachments:
Post edited May 02, 2017 by AttackFalafel
Thanks man! That worked like a charm!
avatar
AttackFalafel: Head to offset 1420, change 3d to bd, that will invert the mouse for you at the default value.
Well done!

I filed a bug report on this issue with Introversion last week. I just this morning got a response. They will be addressing this shortcoming in a future update.
Thank you!!! I can play the game now!

=D