How to change the mouse/xbox controller sensitivity?

I know that for the mouse you can type a console command setsensitivity x.xx but i loud like to know where to find it in script/config setings? And i loud love to know how to set the right thumbstick(xbox controller) sensitivity as it looks like its independed from the mouse sensitivity speed.

Thank you mighty warriors!


Bindings=(Name="XboxTypeS_LeftX",Command="Axis aStrafe Speed=1.0 DeadZone=0.3")
Bindings=(Name="XboxTypeS_LeftY",Command="Axis aBaseY Speed=1.0 DeadZone=0.3")
Bindings=(Name="XboxTypeS_RightX",Command="Axis aTurn Speed=1.0 DeadZone=0.2")
Bindings=(Name="XboxTypeS_RightY",Command="Axis aLookup Speed=0.8 DeadZone=0.2")

udk input ini somewhere around line 224.

just noticed that is in the debugcamerainput section.but I think it will work if you copy it to the playerinput section.

I don’t seem to be able to edit posts,again.

Thanks !
Will go and try the thing.

Sadly i coudnt get to change the speed of the analogs.I did try to change the speed in the defaultinput

and modify the command AxisaStrafeSpeed(i thnink that is the horizontal movement of the right analog) in kismet >modify property but it doesnt work.Mouse and analog speed are defenetly two separated things.
Anyone knows a command like the setsensitivity but that can apply for the analog sticks?

Im going to bumb this just because the UDK forums are still down and reading from cache is not helping much.