Forza Motorsport - Steering by DualShock3 Accelerometers.

This script allows you to play Forza Motorsports with the PS3 controller using accelerometers to steering. Probably this script will also work on other racing games.
Versionv1.01
AuthorAdmin
Publish DateFri, 5 Nov 2010 - 15:45
Last UpdateFri, 5 Nov 2010 - 15:46
Downloads361
ForumAnnouncement Topic
RATE


1

0

Code: Select all
/* *
 * FORZA MOTORSPORT 3
 *  Using accelerometer to steering. (DualShock 3)
 * ************************************************************************** */

 
main {
    sensitivity(PS3_ACCX, NOT_USE, 600, NOT_USE, -100, +100);
    set_val(XB360_LX, get_val(PS3_ACCX) * -1);
}