Helicopter (Bell) is almost impossible to control

I modded the following existing mod so I can show in my vids the axis.

It is very easy to adapt it basicly to helicopters:

You have to change the file html_ui\InGamePanels\InputViewer\InputViewer.js and rebind the axis settings with variables you can find eg. here: Helicopter Variables

I did it in following way:

"aileron","YOKE X POSITION","position"
"elevator","YOKE Y POSITION","position"
"rudder","TAIL ROTOR PEDAL POSITION","position"
"aileronTrim","ROTOR LATERAL TRIM PCT","percent over 100"
"elevatorTrim","ROTOR LONGITUDINAL TRIM PCT","percent over 100"
"rudderTrim","RUDDER TRIM PCT","percent over 100"
"brakeLeft","ROTOR BRAKE HANDLE POS","percent over 100"
"brakeRight","ROTOR BRAKE HANDLE POS","percent over 100"
"throttle1","GENERAL ENG THROTTLE LEVER POSITION:1","position"

Its a quick change, and may be the mod-developer bring an update for helis, but not sure.

PS: if you check source-code in gitlab, you can better read whats going on in that js :slight_smile:

EDIT: changed link to the mod without “de” , thanks @BenderS92 for the hint

4 Likes