Heres a way Fanatec users can do the samething
download glovepie
http://glovepie.org/...ie_download.php
cut, paste and run the following script:- clear visor plus
keyboard on the go seat adjustments with additional pitch adjustment.
y,u up and down
h, j right and left
c,v pitch + -
z,x forwards and backwards
___________________
(L) = joystick0.Button8
if (var.init=false) then
var.defp = FakeTrackIR.pitch
var.defx = FakeTrackIR.x
var.defy = FakeTrackIR.y
var.defz = FakeTrackIR.z
var.init=true
endif
if pressed(y) then
FakeTrackIR.y += 0.003 // up
elseif pressed(u) then
FakeTrackIR.y -= 0.003 // down
elseif pressed(h) then
FakeTrackIR.x += 0.003 // right
elseif pressed(j) then
FakeTrackIR.x -= 0.003 // left
elseif pressed(c)then
FakeTrackIR.pitch += 1 // pitch +
elseif pressed(v) then
FakeTrackIR.pitch -= 1 // pitch -
elseif pressed((z)) then
FakeTrackIR.z += 0.003 // forward
elseif pressed((x)) then
FakeTrackIR.z -= 0.003 // back
elseif pressed((Enter)) then // reset to default
FakeTrackIR.z = var.defz
FakeTrackIR.y = var.defy
FakeTrackIR.x = var.defx
endif












» Radiator Springs Racing team at Kunos Simulazioni HQ
» new PC title in development at Kunos Simulazioni: Assetto Corsa
» Open Wheel Series Skin Pack
» Happy Birthday G!
» 24 May 2012: Zandvoort
» 10 May 2012: Magione
» realife experience: xbow driving at Red Bull Ring
» netKar PRO v1.3.0.1 RSR update