Broken Pieces

Broken Pieces

Not enough ratings
How To increase Mouse Camera Sensitivity while in over the shoulder mode
By CAESAR™ The Great
If you are like me who've taken interest in purchasing Broken Pieces after they introduced the over the shoulder camera so you can have a modern RE-like experience , you would have noticed that the mouse camera sensitivity is way too low even on the highest value , in this guide i'll share with you the solution i found myself to fix this issue.
   
Award
Favorite
Favorited
Unfavorite
METHOD
this games uses Unreal 4 , so we are going to modify one of the config files to achieve our goal ,

1 - first launch the game at least once and go to options and change the camera sensitivity value in-game for maximum (1.0)

2-close the game and navigate to : windows driver C://USER/appdata/Local/BrokenPieces/Saved/Config/WindowsNoEditor ,, and open the file Input.ini.

3- paste this line below the existing line :-
[/script/engine.inputsettings]
AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.000000,Sensitivity=0.200,Exponent=1.000000,bInvert=False))
AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.000000,Sensitivity=0.200,Exponent=0.750000,bInvert=False))

4-open the game , the sensitivity now should be higher than usual and you'll probably want to lower it , since you left your settings at max 1.0 you are able to tweak it at your own preference.

Enjoy.