John Wojnaroski writes:

 > has anyone seen this problem? both engines start but you can only add power
 > on the left side, right  tach stays at ~700rpm while MP increases when
 > throttle advanced,  no apparent yaw to the right on T/O, is the right engine
 > producing? a/c will not taxi when advancing throttle on right side..

The default joystick-throttle binding looks like this:

  <axis n="2">
   <desc>Throttle</desc>
   <binding>
    <command>property-scale</command>
    <property>/controls/throttle[0]</property>
    <offset type="double">-1.0</offset>
    <factor type="double">-0.5</factor>
   </binding>
   <binding>
    <command>property-scale</command>
    <property>/controls/throttle[1]</property>
    <offset type="double">-1.0</offset>
    <factor type="double">-0.5</factor>
   </binding>
  </axis>

Note that it applies to both throttle[0] and throttle[1].  The default
keyboard binding affects only throttle[0], because of some hard-coded
logic concerning the autopilot.  If you have rebound your joystick
throttle, you may have bound it only to /controls/throttle[0].

You can also control the throttles individually on John's ad-hoc
panel, or you can bind each throttle to a separate set of keys or a
separate slider.


All the best,


David

-- 
David Megginson
[EMAIL PROTECTED]


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to