Game Development Community

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

#1
10/10/2006 (8:16 pm)
Ups sorry my mistake
that is for TGE not TGB
#2
10/11/2006 (3:34 am)
It's in your common folder.