1
0
Fork 0

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:
Torsten Dreyer 2016-01-10 23:36:29 +01:00
parent 459d8a02e0
commit 6f4666178a

View file

@ -6,8 +6,8 @@
<animation> <animation>
<type>rotate</type> <type>rotate</type>
<object-name>Rudder</object-name> <object-name>Rudder</object-name>
<property>controls/flight/rudder</property> <property>surface-positions/rudder-pos-norm</property>
<factor>35</factor> <factor>-35</factor>
<center> <center>
<x-m>13.531</x-m> <x-m>13.531</x-m>
<y-m>0</y-m> <y-m>0</y-m>
@ -127,8 +127,8 @@
<animation> <animation>
<type>rotate</type> <type>rotate</type>
<object-name>FrtStrut</object-name> <object-name>FrtStrut</object-name>
<property>controls/flight/rudder</property> <property>surface-positions/rudder-pos-norm</property>
<factor>35</factor> <factor>-35</factor>
<condition> <condition>
<equals> <equals>
<property>gear/gear[0]/position-norm</property> <property>gear/gear[0]/position-norm</property>