February 20Feb 20 Seems everything works in the FS2024 version of the Honda Jet except the script for the throttles. Anyone have AAO and the Hjet talking to each other using script or variable? TIA -J 13700KF | RTX 4090 @ 1440 | 64GB DDR5 | 2 x 1TB SSDs | 1TB M.2 NVMe
February 20Feb 20 Commercial Member I only got this to work with scripts. Assuming that we are talking about the "mg hjet ha420" Left: Script Group: "HJet" Script Title: "ThrottleL" Script Code: (L:HJet-ThrottleL)·d·(>L:HA420_ThrottlePos_L,·Number)·50·-·2·*·163.84·*·16384·/·(>L:THROTTLE1_SET,·Number) Axis Min = 0 Axis Max = 100 Rounding = Int The idle point is at "50". I would suggest to either create a software detent in that location or to use two assignments with different ranges (one goes from 50 to 100, the other from 0 to 50 for the reversers) Same for the second engine Script Group: "HJet" Script Title: "ThrottleR" Script Code: (L:HJet-ThrottleR)·d·(>L:HA420_ThrottlePos_R,·Number)·50·-·2·*·163.84·*·16384·/·(>L:THROTTLE2_SET,·Number) Axis Min = 0 Axis Max = 100 Rounding = Int Note that these scripts are using their script variables (in this case the first LVar in the code). If you change group name or title you have to rename the script variable accoringly, or it won't work. Edited February 20Feb 20 by Lorby_SI LORBY-SI
February 27Feb 27 Author On 2/20/2026 at 3:25 PM, Lorby_SI said: the other from 0 to 50 for the reversers) What reversers? Are we thinking of the FlightFX Citation X not the Hjet? I got the throttles working with these scripts (which I probably got from you years ago for the 2020 version of the Hjet.) (L:Honda-ThrottleOne)·100·/·(>L:THROTTLE1_SET,·Number) (L:Honda-ThrottleTwo)·100·/·(>L:THROTTLE2_SET,·Number) for the left and right engines respectively. Min=0, Max=100, Rounding=Int on both engines. Thanks for your reply. -J 13700KF | RTX 4090 @ 1440 | 64GB DDR5 | 2 x 1TB SSDs | 1TB M.2 NVMe
February 27Feb 27 Commercial Member 29 minutes ago, Twenty6 said: What reversers? Are we thinking of the FlightFX Citation X not the Hjet? The model that these scripts were made for is mentioned at the beginning of my post: "mg hjet ha420" When looking at the behavior code, I only noticed that there is "something" below the idle point. If it isn't reversers, it is probably cut off? I wouldn't know, I don't have the time to look too closely at those aircraft, let alone fly one in the sim. Edited February 27Feb 27 by Lorby_SI LORBY-SI
Create an account or sign in to comment