Fix to use renamed /control properties.
This commit is contained in:
parent
11ba7095ee
commit
8118e6a482
12 changed files with 32 additions and 32 deletions
|
@ -144,7 +144,7 @@
|
||||||
<connector>
|
<connector>
|
||||||
<input>Master Bus</input>
|
<input>Master Bus</input>
|
||||||
<output>Starter 1 Power</output>
|
<output>Starter 1 Power</output>
|
||||||
<switch>/controls/starter[0]</switch>
|
<switch>/controls/engines/engine[0]/starter</switch>
|
||||||
<initial-state>off</initial-state>
|
<initial-state>off</initial-state>
|
||||||
</connector>
|
</connector>
|
||||||
|
|
||||||
|
@ -165,7 +165,7 @@
|
||||||
<connector>
|
<connector>
|
||||||
<input>Master Bus</input>
|
<input>Master Bus</input>
|
||||||
<output>Fuel Pump Power</output>
|
<output>Fuel Pump Power</output>
|
||||||
<switch>/controls/fuel-pump[0]</switch>
|
<switch>/controls/engines/engine[0]/fuel-pump</switch>
|
||||||
</connector>
|
</connector>
|
||||||
|
|
||||||
<connector>
|
<connector>
|
||||||
|
|
|
@ -54,7 +54,7 @@ properties' values.
|
||||||
<transformations>
|
<transformations>
|
||||||
<transformation>
|
<transformation>
|
||||||
<type>x-shift</type>
|
<type>x-shift</type>
|
||||||
<property>/controls/flaps</property>
|
<property>/controls/flight/flaps</property>
|
||||||
<min>0.0</min>
|
<min>0.0</min>
|
||||||
<max>1.0</max>
|
<max>1.0</max>
|
||||||
<scale>17.0</scale>
|
<scale>17.0</scale>
|
||||||
|
@ -62,7 +62,7 @@ properties' values.
|
||||||
</transformation>
|
</transformation>
|
||||||
<transformation>
|
<transformation>
|
||||||
<type>y-shift</type>
|
<type>y-shift</type>
|
||||||
<property>/controls/flaps</property>
|
<property>/controls/flight/flaps</property>
|
||||||
<min>0.0</min>
|
<min>0.0</min>
|
||||||
<max>1.0</max>
|
<max>1.0</max>
|
||||||
<scale>-45.0</scale>
|
<scale>-45.0</scale>
|
||||||
|
@ -87,7 +87,7 @@ properties' values.
|
||||||
<h>96</h>
|
<h>96</h>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>/controls/flaps</property>
|
<property>/controls/flight/flaps</property>
|
||||||
<step>-0.34</step>
|
<step>-0.34</step>
|
||||||
<min>0.0</min>
|
<min>0.0</min>
|
||||||
<max>1.0</max>
|
<max>1.0</max>
|
||||||
|
@ -104,7 +104,7 @@ properties' values.
|
||||||
<h>96</h>
|
<h>96</h>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>/controls/flaps</property>
|
<property>/controls/flight/flaps</property>
|
||||||
<step>0.34</step>
|
<step>0.34</step>
|
||||||
<min>0.0</min>
|
<min>0.0</min>
|
||||||
<max>1.0</max>
|
<max>1.0</max>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<h-base>100</h-base>
|
<h-base>100</h-base>
|
||||||
|
|
||||||
<!-- <params>
|
<!-- <params>
|
||||||
<engine-throttle0-select>/controls/throttle[0]</engine-throttle0-select>
|
<engine-throttle0-select>/controls/engines/engine[0]/throttle</engine-throttle0-select>
|
||||||
|
|
||||||
</params> -->
|
</params> -->
|
||||||
|
|
||||||
|
|
|
@ -100,7 +100,7 @@
|
||||||
<type>translate</type>
|
<type>translate</type>
|
||||||
<object-name>LeftYoke</object-name>
|
<object-name>LeftYoke</object-name>
|
||||||
<object-name>RightYoke</object-name>
|
<object-name>RightYoke</object-name>
|
||||||
<property>/controls/elevator</property>
|
<property>/controls/flight/elevator</property>
|
||||||
<factor>-0.03</factor>
|
<factor>-0.03</factor>
|
||||||
<axis>
|
<axis>
|
||||||
<x>1.0</x>
|
<x>1.0</x>
|
||||||
|
@ -112,7 +112,7 @@
|
||||||
<animation>
|
<animation>
|
||||||
<type>rotate</type>
|
<type>rotate</type>
|
||||||
<object-name>LeftYoke</object-name>
|
<object-name>LeftYoke</object-name>
|
||||||
<property>/controls/aileron</property>
|
<property>/controls/flight/aileron</property>
|
||||||
<factor>-45</factor>
|
<factor>-45</factor>
|
||||||
<center>
|
<center>
|
||||||
<x-m>-0.23</x-m>
|
<x-m>-0.23</x-m>
|
||||||
|
@ -129,7 +129,7 @@
|
||||||
<animation>
|
<animation>
|
||||||
<type>rotate</type>
|
<type>rotate</type>
|
||||||
<object-name>RightYoke</object-name>
|
<object-name>RightYoke</object-name>
|
||||||
<property>/controls/aileron</property>
|
<property>/controls/flight/aileron</property>
|
||||||
<factor>-45</factor>
|
<factor>-45</factor>
|
||||||
<center>
|
<center>
|
||||||
<x-m>-0.23</x-m>
|
<x-m>-0.23</x-m>
|
||||||
|
@ -181,7 +181,7 @@
|
||||||
|
|
||||||
<animation>
|
<animation>
|
||||||
<type>rotate</type>
|
<type>rotate</type>
|
||||||
<property>/controls/flaps</property>
|
<property>/controls/flight/flaps</property>
|
||||||
<object-name>FlapSwitchGroup</object-name>
|
<object-name>FlapSwitchGroup</object-name>
|
||||||
<factor>60</factor>
|
<factor>60</factor>
|
||||||
<offset-deg>-30</offset-deg>
|
<offset-deg>-30</offset-deg>
|
||||||
|
@ -200,7 +200,7 @@
|
||||||
<animation>
|
<animation>
|
||||||
<type>rotate</type>
|
<type>rotate</type>
|
||||||
<object-name>TrimWheel</object-name>
|
<object-name>TrimWheel</object-name>
|
||||||
<property>/controls/elevator-trim</property>
|
<property>/controls/flight/elevator-trim</property>
|
||||||
<factor>-360</factor>
|
<factor>-360</factor>
|
||||||
<axis>
|
<axis>
|
||||||
<x>0.0</x>
|
<x>0.0</x>
|
||||||
|
@ -623,7 +623,7 @@
|
||||||
<animation>
|
<animation>
|
||||||
<type>rotate</type>
|
<type>rotate</type>
|
||||||
<object-name>ElevatorTrimTab</object-name>
|
<object-name>ElevatorTrimTab</object-name>
|
||||||
<property>/controls/elevator-trim</property>
|
<property>/controls/flight/elevator-trim</property>
|
||||||
<factor>25</factor>
|
<factor>25</factor>
|
||||||
<center>
|
<center>
|
||||||
<x-m>5.06</x-m>
|
<x-m>5.06</x-m>
|
||||||
|
|
|
@ -63,7 +63,7 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
||||||
<desc>Rudder Trim Left</desc>
|
<desc>Rudder Trim Left</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>/controls/rudder-trim</property>
|
<property>/controls/flight/rudder-trim</property>
|
||||||
<min type="double">-1.0</min>
|
<min type="double">-1.0</min>
|
||||||
<step type="double">-0.001</step>
|
<step type="double">-0.001</step>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -73,7 +73,7 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
||||||
<desc>Rudder Trim Right</desc>
|
<desc>Rudder Trim Right</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>/controls/rudder-trim</property>
|
<property>/controls/flight/rudder-trim</property>
|
||||||
<max type="double">1.0</max>
|
<max type="double">1.0</max>
|
||||||
<step type="double">0.001</step>
|
<step type="double">0.001</step>
|
||||||
</binding>
|
</binding>
|
||||||
|
|
|
@ -103,7 +103,7 @@ March 2002 Jim Wilson, jimw@kelcomaine.com
|
||||||
<desc>Rudder Trim Left</desc>
|
<desc>Rudder Trim Left</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>/controls/rudder-trim</property>
|
<property>/controls/flight/rudder-trim</property>
|
||||||
<min type="double">-1.0</min>
|
<min type="double">-1.0</min>
|
||||||
<step type="double">-0.001</step>
|
<step type="double">-0.001</step>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -113,7 +113,7 @@ March 2002 Jim Wilson, jimw@kelcomaine.com
|
||||||
<desc>Rudder Trim Right</desc>
|
<desc>Rudder Trim Right</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>/controls/rudder-trim</property>
|
<property>/controls/flight/rudder-trim</property>
|
||||||
<max type="double">1.0</max>
|
<max type="double">1.0</max>
|
||||||
<step type="double">0.001</step>
|
<step type="double">0.001</step>
|
||||||
</binding>
|
</binding>
|
||||||
|
|
|
@ -97,7 +97,7 @@
|
||||||
<desc>Rudder Trim Left</desc>
|
<desc>Rudder Trim Left</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>/controls/rudder-trim</property>
|
<property>/controls/flight/rudder-trim</property>
|
||||||
<min type="double">-1.0</min>
|
<min type="double">-1.0</min>
|
||||||
<step type="double">-0.001</step>
|
<step type="double">-0.001</step>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
<desc>Rudder Trim Right</desc>
|
<desc>Rudder Trim Right</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>/controls/rudder-trim</property>
|
<property>/controls/flight/rudder-trim</property>
|
||||||
<max type="double">1.0</max>
|
<max type="double">1.0</max>
|
||||||
<step type="double">0.001</step>
|
<step type="double">0.001</step>
|
||||||
</binding>
|
</binding>
|
||||||
|
|
|
@ -115,7 +115,7 @@ March 2002 Jim Wilson, jimw@kelcomaine.com
|
||||||
<desc>Rudder Trim Left</desc>
|
<desc>Rudder Trim Left</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>/controls/rudder-trim</property>
|
<property>/controls/flight/rudder-trim</property>
|
||||||
<min type="double">-1.0</min>
|
<min type="double">-1.0</min>
|
||||||
<step type="double">-0.001</step>
|
<step type="double">-0.001</step>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -125,7 +125,7 @@ March 2002 Jim Wilson, jimw@kelcomaine.com
|
||||||
<desc>Rudder Trim Right</desc>
|
<desc>Rudder Trim Right</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>/controls/rudder-trim</property>
|
<property>/controls/flight/rudder-trim</property>
|
||||||
<max type="double">1.0</max>
|
<max type="double">1.0</max>
|
||||||
<step type="double">0.001</step>
|
<step type="double">0.001</step>
|
||||||
</binding>
|
</binding>
|
||||||
|
|
|
@ -103,7 +103,7 @@ March 2002 Jim Wilson, jimw@kelcomaine.com
|
||||||
<desc>Rudder Trim Left</desc>
|
<desc>Rudder Trim Left</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>/controls/rudder-trim</property>
|
<property>/controls/flight/rudder-trim</property>
|
||||||
<min type="double">-1.0</min>
|
<min type="double">-1.0</min>
|
||||||
<step type="double">-0.001</step>
|
<step type="double">-0.001</step>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -113,7 +113,7 @@ March 2002 Jim Wilson, jimw@kelcomaine.com
|
||||||
<desc>Rudder Trim Right</desc>
|
<desc>Rudder Trim Right</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>/controls/rudder-trim</property>
|
<property>/controls/flight/rudder-trim</property>
|
||||||
<max type="double">1.0</max>
|
<max type="double">1.0</max>
|
||||||
<step type="double">0.001</step>
|
<step type="double">0.001</step>
|
||||||
</binding>
|
</binding>
|
||||||
|
|
|
@ -103,7 +103,7 @@ March 2002 Jim Wilson, jimw@kelcomaine.com
|
||||||
<desc>Rudder Trim Left</desc>
|
<desc>Rudder Trim Left</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>/controls/rudder-trim</property>
|
<property>/controls/flight/rudder-trim</property>
|
||||||
<min type="double">-1.0</min>
|
<min type="double">-1.0</min>
|
||||||
<step type="double">-0.001</step>
|
<step type="double">-0.001</step>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -113,7 +113,7 @@ March 2002 Jim Wilson, jimw@kelcomaine.com
|
||||||
<desc>Rudder Trim Right</desc>
|
<desc>Rudder Trim Right</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>/controls/rudder-trim</property>
|
<property>/controls/flight/rudder-trim</property>
|
||||||
<max type="double">1.0</max>
|
<max type="double">1.0</max>
|
||||||
<step type="double">0.001</step>
|
<step type="double">0.001</step>
|
||||||
</binding>
|
</binding>
|
||||||
|
|
|
@ -30,7 +30,7 @@ Common configuration for all PA28 (Piper Cherokee) aircraft.
|
||||||
<desc>Rudder Trim Left</desc>
|
<desc>Rudder Trim Left</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>/controls/rudder-trim</property>
|
<property>/controls/flight/rudder-trim</property>
|
||||||
<min type="double">-1.0</min>
|
<min type="double">-1.0</min>
|
||||||
<step type="double">-0.001</step>
|
<step type="double">-0.001</step>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -40,7 +40,7 @@ Common configuration for all PA28 (Piper Cherokee) aircraft.
|
||||||
<desc>Rudder Trim Right</desc>
|
<desc>Rudder Trim Right</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>/controls/rudder-trim</property>
|
<property>/controls/flight/rudder-trim</property>
|
||||||
<max type="double">1.0</max>
|
<max type="double">1.0</max>
|
||||||
<step type="double">0.001</step>
|
<step type="double">0.001</step>
|
||||||
</binding>
|
</binding>
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
<desc>Aileron</desc>
|
<desc>Aileron</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-scale</command>
|
<command>property-scale</command>
|
||||||
<property>/controls/aileron</property>
|
<property>/controls/flight/aileron</property>
|
||||||
<squared type="bool">false</squared>
|
<squared type="bool">false</squared>
|
||||||
<factor type="double">1.1</factor>
|
<factor type="double">1.1</factor>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
<desc>Rudder</desc>
|
<desc>Rudder</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-scale</command>
|
<command>property-scale</command>
|
||||||
<property>/controls/rudder</property>
|
<property>/controls/flight/rudder</property>
|
||||||
<squared type="bool">false</squared>
|
<squared type="bool">false</squared>
|
||||||
<factor type="double">1.0</factor>
|
<factor type="double">1.0</factor>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
<desc>Elevator</desc>
|
<desc>Elevator</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-scale</command>
|
<command>property-scale</command>
|
||||||
<property>/controls/elevator</property>
|
<property>/controls/flight/elevator</property>
|
||||||
<squared type="bool">false</squared>
|
<squared type="bool">false</squared>
|
||||||
<factor type="double">1.0</factor>
|
<factor type="double">1.0</factor>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -70,13 +70,13 @@
|
||||||
<desc>Throttle</desc>
|
<desc>Throttle</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-scale</command>
|
<command>property-scale</command>
|
||||||
<property>/controls/throttle[0]</property>
|
<property>/controls/engines/engine[0]/throttle</property>
|
||||||
<offset type="double">1.0</offset>
|
<offset type="double">1.0</offset>
|
||||||
<factor type="double">0.6</factor>
|
<factor type="double">0.6</factor>
|
||||||
</binding>
|
</binding>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-scale</command>
|
<command>property-scale</command>
|
||||||
<property>/controls/throttle[1]</property>
|
<property>/controls/engines/engine[1]/throttle</property>
|
||||||
<offset type="double">1.0</offset>
|
<offset type="double">1.0</offset>
|
||||||
<factor type="double">0.6</factor>
|
<factor type="double">0.6</factor>
|
||||||
</binding>
|
</binding>
|
||||||
|
|
Loading…
Add table
Reference in a new issue