CODE VEIN

CODE VEIN

Not enough ratings
Camera Speed Adjustments
By Gälk
Finer camera speed adjustments for Mouse and Controller
   
Award
Favorite
Favorited
Unfavorite
Instructions
The Input.ini file location:
AppData\Local\CodeVein\Saved\Config\WindowsNoEditor\Input.ini


Copy & paste for Mouse and Controller:
[/script/engine.inputsettings] ; Mouse AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.0,Sensitivity=0.010,Exponent=1.0,bInvert=False)) AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.0,Sensitivity=0.010,Exponent=1.0,bInvert=False)) bEnableMouseSmoothing=False ; Controller AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.25,Sensitivity=1.0,Exponent=1.0,bInvert=False)) AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.25,Sensitivity=1.0,Exponent=1.0,bInvert=False)) AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.25,Sensitivity=0.50,Exponent=1.0,bInvert=False)) AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.25,Sensitivity=0.50,Exponent=1.0,bInvert=False))

Set the in-game camera speed to 100 and adjust the values underlined in the .ini file.
(Pasted lines sets the controller camera speed to the default value of 50.)
(Game needs to be restarted for any changes to take effect.)

The game will try to revert the Input.ini file contents on game start, so it's a good idea to set the file attributes to Read-only before opening the game.
(Right click 'Input.ini' > Properties > Check 'Read-only' > Apply)