For Chris "SkaR" Reinhardt
by Michael S · in Technical Issues · 10/10/2006 (6:57 pm) · 2 replies
In the last thread topic about "mouse way too sensitive"
you give the answer like this
In ..\client\scripts\default.bind.cs
find
...
function getMouseAdjustAmount(%val)
{
// based on a default camera fov of 90'
return(%val * ($cameraFov / 90) * 0.01);
}
...
To make the mouse less sensitive change the 0.01 to 0.008 or so.
but i don't found file default.bind.cs in my torquegamebuilder folder
where can i find it
you give the answer like this
In ..\client\scripts\default.bind.cs
find
...
function getMouseAdjustAmount(%val)
{
// based on a default camera fov of 90'
return(%val * ($cameraFov / 90) * 0.01);
}
...
To make the mouse less sensitive change the 0.01 to 0.008 or so.
but i don't found file default.bind.cs in my torquegamebuilder folder
where can i find it
Torque Owner Michael S
that is for TGE not TGB