redcoat22 Posted August 20, 2019 Posted August 20, 2019 Has anyone found a key map graphic sheet in PDF that we can print out for the new grip?
Sokol1_br Posted August 20, 2019 Posted August 20, 2019 (edited) http://ts.thrustmaster.com/download/pictures/PCMAC/FA18C/FA18_Buttons.jpg page 2 -4 http://ts.thrustmaster.com/download/accessories/Manuals/FA18C/FA-18C_Hornet_Add-On_user_manual.pdf Edited August 20, 2019 by Sokol1_br
SGT Coyle Posted August 20, 2019 Posted August 20, 2019 You can paste these into an TARGET Editor script //Trigger MapKey(&JoystickF18,TG1, ); MapKey(&JoystickF18,TG2, ); //Buttons MapKey(&JoystickF18, S1, ); //Recce Button MapKey(&JoystickF18, S2, ); MapKey(&JoystickF18,S3, ); MapKey(&JoystickF18,S4, ); //VR |:| Black Rocker and Push MapKey(&JoystickF18,H3U, ); MapKey(&JoystickF18,H3D, ); MapKey(&JoystickF18,H3P, ); //SSS :: Sensor Select Switch MapKey(&JoystickF18,H2U, ); MapKey(&JoystickF18,H2D, ); MapKey(&JoystickF18,H2R, ); MapKey(&JoystickF18,H2L, ); MapKey(&JoystickF18,H2P, ); //WSS = Weapon Select Switch MapKey(&JoystickF18,H4U, ); MapKey(&JoystickF18,H4D, ); MapKey(&JoystickF18,H4R, ); MapKey(&JoystickF18,H4L, ); MapKey(&JoystickF18,H4P, ); //Trim MapKeyIO(&JoystickF18,H1U, ); MapKeyIO(&JoystickF18,H1D, ); MapKeyIO(&JoystickF18,H1R, ); MapKeyIO(&JoystickF18,H1L, ); Night Ops in the Harrier IYAOYAS
Recommended Posts