MD-11 now support seperate tiller axis from rudder, and if not using that, the way the rudder is mixed from pedal and tiller command is FAR better and matches the FCOM now.
The value is /controls/gear/steering and it can be switched on via a saved setting in Aircraft Config.
Here is an example binding from my racing wheel that i use:
- Code: Select all
<axis>
<desc type="string">Tiller</desc>
<dead-band>0.03</dead-band>
<binding>
<command type="string">property-scale</command>
<property type="string">/controls/gear/steering</property>
<factor type="double">1</factor>
<offset type="double">0</offset>
<power type="double">1</power>
</binding>
</axis>
This property I've been told is the standard one for making tiller seperate, so it will probably work in any plane that supports split tiller (ex. A320-family)
In addition AFS now only controls the pedals amount of deflection, (10deg) regardless of if this setting is on or off.
And the tiller in the cockpit is animated properly.
The aileron drives tiller system (for auto-coordination users, as we kill auto-coordination) still works as expected with this new system.
Kind Regards,
Josh