Fix rudder for AI Citation II
Chris: This patch switches the rudder listening to the right property. The one being used now seems to be obsolete for a long time. Additionally it needs to change polarity to operate properly.
This commit is contained in:
parent
459d8a02e0
commit
6f4666178a
1 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,8 @@
|
|||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>Rudder</object-name>
|
||||
<property>controls/flight/rudder</property>
|
||||
<factor>35</factor>
|
||||
<property>surface-positions/rudder-pos-norm</property>
|
||||
<factor>-35</factor>
|
||||
<center>
|
||||
<x-m>13.531</x-m>
|
||||
<y-m>0</y-m>
|
||||
|
@ -127,8 +127,8 @@
|
|||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>FrtStrut</object-name>
|
||||
<property>controls/flight/rudder</property>
|
||||
<factor>35</factor>
|
||||
<property>surface-positions/rudder-pos-norm</property>
|
||||
<factor>-35</factor>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>gear/gear[0]/position-norm</property>
|
||||
|
|
Loading…
Reference in a new issue