Jump to content

Recommended Posts

Posted

Hi,

 

Someone could tell me what they are "called", or where I can find them (in the manual I have not seen them), the buttons of the Thrusmaster Hotas Warthog Joystick (f18) and Throtte.

 

To be able to use them with TARGET SCRIPT EDITOR

 

Thanks

Posted

//STICK PROGRAMING  ((For A-10 stick)

//Trigger 
//MapKey(&Joystick,TG1,);
//MapKey(&Joystick,TG2,);

//Buttons
//MapKey(&Joystick,S1,);
//MapKey(&Joystick,S2,);
//MapKeyI&Joystick,S3,);
//MapKey(&Joystick,S4,);

//Trim
//MapKeyIO(&Joystick,H1U,);
//MapKeyIO(&Joystick,H1D,);
//MapKeyIO(&Joystick,H1R,);
//MapKeyIO(&Joystick,H1L,);

//TMS
//MapKey(&Joystick,H2U,);
//MapKey(&Joystick,H2D,);
//MapKey(&Joystick,H2R,);
//MapKey(&Joystick,H2L,);

//DMS
//MapKey(&Joystick,H3U,);
//MapKey(&Joystick,H3D,);
//MapKey(&Joystick,H3R,);
//MapKey(&Joystick,H3L,);

//CMS
//MapKey(&Joystick,H4U,);
//MapKey(&Joystick,H4D,);
//MapKey(&Joystick,H4R,);
//MapKey(&Joystick,H4L,);
//MapKey(&Joystick,H4P,);


**************************
//THROTTLE PROGRAMING
//Coolie Switch

//MapKey(&Throttle,CSD,);
//MapKey(&Throttle,CSU,);
//MapKey(&Throttle,CSR,);
//MapKey(&Throttle,CSL,);

//Slew
//MapKey(&Throttle,,Slew_DWN);//Set to operate in AXIS Section  //Not as long as Slew control assigned as Axis
//MapKey(&Throttle,,Slew_UP);//Set to operate in AXIS Section    //Not as long as Slew control assigned as Axis
//MapKey(&Throttle,,Slew_RT);//Set to operate in AXIS Section    //Not as long as Slew control assigned as Axis
//MapKey(&Throttle,,Slew_LT);//Set to operate in AXIS Section    //Not as long as Slew control assigned as Axis

//MapKey(&Throttle,SC,);


//Left Throttle Button
//MapKey(&Throttle,LTB, );

//Pinky Switch
//MapKey(&Throttle,PSF,Pinky_FWD);
//MapKey(&Throttle,PSM,Pinky_MID);
//MapKey(&Throttle,PSB,Pinky_AFT);

//MIC Switch
//MapKey(&Throttle,MSR,);
//MapKey(&Throttle,MSL,);
//MapKey(&Throttle,MSU,);
//MapKey(&Throttle,MSD,);
//MapKey(&Throttle,MSP,);

//Speed Brake
//MapKeyIO(&Throttle,SPDF,;
//MapKeyIO(&Throttle,SPDM,);
//MapKeyIO(&Throttle,SPDB,);

//Boat Switch
//MapKey(&Throttle,BSF,);
//MapKey(&Throttle,BSM,);
//MapKey(&Throttle,BSB,);

//China Hat
//MapKey(&Throttle,CHF,);
//MapKey(&Throttle,CHM,);
//MapKey(&Throttle,CHB,);

 

*******************************
//THROTTLE Base PROGRAMING
//Engine Fuel Flow LT/RT
//MapKey(&Throttle,EFLNORM,);
//MapKey(&Throttle,EFLOVER,);
//MapKey(&Throttle,EFRNORM,);
//MapKey(&Throttle,EFROVER,);

//Engine Operator LT/RT
//MapKey(&Throttle,EOLIGN,);
//MapKey(&Throttle,EOLNORM,);
//MapKey(&Throttle,EOLMOTOR,);

//MapKey(&Throttle,EORIGN,);
//MapKey(&Throttle,EORNORM,);
//MapKey(&Throttle,EORMOTOR,);

//APU Switch
//MapKey(&Throttle,APUON,);
//MapKey(&Throttle,APUOFF,);

//Landing Gear Button
//MapKey(&Throttle,LDGH, );

//Autopilot Select Switch
//MapKey(&Throttle,APPAT,);
//MapKey(&Throttle,APAH,);
//MapKey(&Throttle,APALT,);

//Autopilot Engage/Diengage Button
//MapKey(&Throttle,APENG,);

//Radar Altimeter Mode
//MapKey(&Throttle,RDRNRM,);
//MapKey(&Throttle,RDRDIS,);

//EAC On/Off
//MapKey(&Throttle,EACON,);
//MapKey(&Throttle,EACOFF,);

//Flap
//MapKey(&Throttle,FLAPU,);
//MapKey(&Throttle,FLAPM,);                                
//MapKey(&Throttle,FLAPD,);

//Throttle Idle Cutoff
//MapKey(&Throttle,IDLEROFF,);    
//MapKey(&Throttle,IDLERON,);

//MapKey(&Throttle,IDLELOFF,);
//MapKey(&Throttle,IDLELON,);

Win11 Pro 64-bit, Ryzen 5800X3D, Corsair H115i, Gigabyte X570S UD, EVGA 3080Ti XC3 Ultra 12GB, 64 GB DDR4 G.Skill 3600. Monitors: LG 27GL850-B27 2560x1440 + Samsung SyncMaster 2443 1920x1200, HOTAS: Warthog with Virpil WarBRD base, MFG Crosswind pedals, TrackIR4, Rift-S, Elgato Streamdeck XL.

Personal Wish List: A6 Intruder, Vietnam theater, decent ATC module, better VR performance!

Posted (edited)

thanks to the information given by @Lange_666

 

With the information that @Lange_666 has given me, I am making some posters to know what the real name of the button is and what it is called in TARGET ... At the moment I only have the one for the F18 Joystick, when I will post the Throttle Warthog.

If you see any error, or improvement, tell me and I will correct it

 

Hotas Warthog Stick F18 Rear.pngHotas Warthog Stick F18 Front.png

Edited by peirof
Posted (edited)

The button names in @Lange_666 post is for the Warthog stick. They will work for the F-18 stick but hat 3 will be shared between hat 2 and rocker switch.

Hat 2 press would be H3L. Rocker press would be H3R. Up/down is H3U/H3D respectively. From memory, so might not be the exact.

The F-18 has it's own names, which i should have in a file somewhere. I'll see if I can dig them up.

And I believe that pickle is S2 and RECCE is S1.

 

EDIT: Here is the F-18 grip mapping:

 

///////////////////////////////////////////    
    //Trigger
//    MapKey(&JoystickF18,TG1,);
//    MapKey(&JoystickF18,TG2,);

    //Buttons
//    MapKey(&JoystickF18,S1,);   // Recce Button
//    MapKey(&JoystickF18,S2,);   // Weapon Pickle
//    MapKey(&JoystickF18,S3,);   // Pinky Button
//    MapKey(&JoystickF18,S4,);   // Pinky Lever

    //VR Rocker  |:|
//    MapKey(&JoystickF18,H3U,);   Forward
//    MapKey(&JoystickF18,H3D,);   Aft
//    MapKey(&JoystickF18,H3P,);   Push


    //Seneor Select Switch    ::
//    MapKey(&JoystickF18,H2U,);
//    MapKey(&JoystickF18,H2D,);
//    MapKey(&JoystickF18,H2R,);
//    MapKey(&JoystickF18,H2L,);
//    MapKey(&JoystickF18,H2P,);   // SSS Push
    
    //Weapon Select Switch    =        
//    MapKey(&JoystickF18,H4U,);
//    MapKey(&JoystickF18,H4D,);
//    MapKey(&JoystickF18,H4R,);
//    MapKey(&JoystickF18,H4L,);
//    MapKey(&JoystickF18,H4P,);  // Push
    

    //Trim
//    MapKey(&JoystickF18,H1U,);
//    MapKey(&JoystickF18,H1D,);
//    MapKey(&JoystickF18,H1R,);
//    MapKey(&JoystickF18,H1L,);
/////////////////////////////////////////////////    

Edited by Svend_Dellepude

[sIGPIC][/sIGPIC]

Win10 64, Asus Maximus VIII Formula, i5 6600K, Geforce 980 GTX Ti, 32 GB Ram, Samsung EVO SSD.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...