Jump to content

Pulisci visiera su pulsante volante?


Luca Mosca

Recommended Posts

devi usare il logitech profiler, sempre se usi un volante logitech... selezioni in pulsante che vuoi utilizzare e gli 'registri' il comando che vuoi fargli applicare alla pressione del tasto, in questo caso la pressione del tasto L...

Link to comment
Share on other sites

Guest paul thomas

Fanatec users

download glovepie

http://glovepie.org/glovepie_download.php

cut, paste and run the following script:- clear visor plus 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

Note the forum is formating the following line

FakeTrackIR.x -= 0.003 // left

elseif pressed(©)then

the (©) is actually bracket bracket c bracket bracket

script starts after the line

___________________

(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(©)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

Edited by paul thomas
Link to comment
Share on other sites

devi usare il logitech profiler, sempre se usi un volante logitech... selezioni in pulsante che vuoi utilizzare e gli 'registri' il comando che vuoi fargli applicare alla pressione del tasto, in questo caso la pressione del tasto L...

...avevo gi

Link to comment
Share on other sites

Con quel sistema puoi impostare anche un pulsante per scalate multiple e progressive.

Per esempio se devi fare un 6>1 e hai paura di scalarne troppe o poche e troppo velomente o lentamente registri una macro e quando arrivi alla staccata freni e premi il tasto che hai programmato.

Come in F1 insomma.

Link to comment
Share on other sites

Con quel sistema puoi impostare anche un pulsante per scalate multiple e progressive.

Per esempio se devi fare un 6>1 e hai paura di scalarne troppe o poche e troppo velomente o lentamente registri una macro e quando arrivi alla staccata freni e premi il tasto che hai programmato.

Come in F1 insomma.

ma che bel consiglio, Miche'...ma dai, cerchiamo di essere seri! Prima scrivi tonnellate di post sul fatto che la tastiera il mouse sono da considerare illegali e poi te ne esci fuori con queste cose? bah :pulotto:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.