Jump to content

AV8B - Using TARGET and the Flaps switches on the Warthog to control Flaps state


OrangeSpy

Recommended Posts

When I'm NOT using TARGET with the Thrustmaster Warthog HOTAS I have no issues using the flaps switch to control the state of the flaps in the Harrier.  I just use the stateful configuration options for the throttle.

If however I use TARGET software I cannot use the stateful joystick binds on the throttle switch (Cruise else AUTO and STOL else AUTO) as the are only usable on a joystick, not keyboard.

Perhaps there's something simple I'm missing.  Has anyone worked through this that can help?

Thanks

Link to comment
Share on other sites

  • 2 weeks later...

Are you using the GUI or the Script Editor?  In the Editor, I use MapKeyR for my switch from up to middle or down to middle.  When I get home today, I'll post the code. 


Edited by Britchot

[sIGPIC][/sIGPIC]

CPU - Intel 8088 @ 4.77 MHz; Memory - 128KB; 360KB double-sided

5 1/4" full-height floppy disk drive; 10MB Seagate ST-412 hard drive

JG-1 MiG-21bis Checklist

Link to comment
Share on other sites

Fixed mine to be 3-positions.

This is the scripting I use for the flaps:

	MapKey(&Throttle, FLAPU, FlapsCruise);
	MapKeyR(&Throttle, FLAPU, FlapsAuto);
	MapKeyR(&Throttle, FLAPD, FlapsAuto);
	MapKey(&Throttle, FLAPD, FlapsSTOL);

These are my definitions:

define FlapsCruise				PULSE+R_SHIFT+'f'
define FlapsAuto				PULSE+R_CTL+'f'
define FlapsSTOL				PULSE+R_ALT+'f'

Edited by Britchot

[sIGPIC][/sIGPIC]

CPU - Intel 8088 @ 4.77 MHz; Memory - 128KB; 360KB double-sided

5 1/4" full-height floppy disk drive; 10MB Seagate ST-412 hard drive

JG-1 MiG-21bis Checklist

Link to comment
Share on other sites

  • 1 month later...
  • Recently Browsing   0 members

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