Mouse Sensitivity?
by Wipeout · in Torque 3D Beginner · 10/10/2009 (2:12 pm) · 1 replies
Is there a way to control the Mouse Sensitivity in the T3D Demo?
Feels way to high for my liking.
Feels way to high for my liking.
by Wipeout · in Torque 3D Beginner · 10/10/2009 (2:12 pm) · 1 replies
Associate Steve Acaster
[YorkshireRifles.com]
$pref::Input::LinkMouseSensitivity = 1;
reduce 1 to a decimal fraction.
Or (not sure if available with the demo) scripts/client/default.bind.cs - I use
return(%val * ($cameraFov / 90) * 0.0015) * $pref::Input::LinkMouseSensitivity;
instead of a stock
return(%val * ($cameraFov / 90) * 0.01) * $pref::Input::LinkMouseSensitivity;