November 3, 201015 yr I'd like to know how to simulate the act of pressing F2 (decrease throttle quickly).I´ve found the THROTTLE_DECR event, but I cannot make it work. Perhaps it decreases throttle "normal" or perhaps it is that I'm using a wrong syntax/argument to trigger the event.Regards.
November 3, 201015 yr Try K:THROTTLE_CUT or K:THROTTLE1_CUT " sets throttle to idle" [ from the SDK - Event IDs]Ted.
November 4, 201015 yr If trying to assign it to a joystick button make sure the button is assigned to "Repeat".. If doing a XML gauge have a <Click> attribute set Repeat="Yes", it would require holding the click spot down.. If you want an instant full reverse on a single click one must find the actual "set" number for the full reverse, all based on aircraft.cfg/.air file. Once that number is found ( -16383 - +16383 ) you could assign that to AXIS_THROTTLE_SET . Throttle Cut will not work for reverse,,, only good for idle.Roman FS RTWR SHRS F-111 JoinFS Little Navmap
Create an account or sign in to comment