Set aileron trim to 0.0
Rescale TC ball movement for hi res instrument.
This commit is contained in:
parent
6d7481018f
commit
d4d5ad1d5d
2 changed files with 8 additions and 8 deletions
|
@ -77,23 +77,23 @@ properties' values.
|
|||
<transformation>
|
||||
<type>rotation</type>
|
||||
<property>/steam/slip-skid</property>
|
||||
<min>-0.1</min>
|
||||
<max>0.1</max>
|
||||
<scale>400.0</scale>
|
||||
<min>-1.1</min>
|
||||
<max>1.1</max>
|
||||
<scale>50.0</scale>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<property>/steam/slip-skid</property>
|
||||
<min>-0.1</min>
|
||||
<min>-1.1</min>
|
||||
<max>0.0</max>
|
||||
<scale>40.0</scale>
|
||||
<scale>5.0</scale>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<property>/steam/slip-skid</property>
|
||||
<min>0.0</min>
|
||||
<max>0.1</max>
|
||||
<scale>-40.0</scale>
|
||||
<max>1.1</max>
|
||||
<scale>-5.0</scale>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
|
|
|
@ -68,7 +68,7 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
</consumables>
|
||||
|
||||
<controls>
|
||||
<aileron-trim>-0.055</aileron-trim>
|
||||
<aileron-trim>0.0</aileron-trim>
|
||||
<magnetos>3</magnetos>
|
||||
</controls>
|
||||
|
||||
|
|
Loading…
Reference in a new issue