Sim: Spelling error fixed
This commit is contained in:
parent
838894d12e
commit
db1ee27a21
5 changed files with 8 additions and 13 deletions
|
@ -1362,7 +1362,7 @@
|
||||||
</fadec>
|
</fadec>
|
||||||
<igniter-select-1 type="int">0</igniter-select-1>
|
<igniter-select-1 type="int">0</igniter-select-1>
|
||||||
<igniter-select-2 type="int">0</igniter-select-2>
|
<igniter-select-2 type="int">0</igniter-select-2>
|
||||||
<seperate-tiller-axis type="bool">0</seperate-tiller-axis>
|
<separate-tiller-axis type="bool">0</separate-tiller-axis>
|
||||||
</options>
|
</options>
|
||||||
</acconfig>
|
</acconfig>
|
||||||
<air-conditioning>
|
<air-conditioning>
|
||||||
|
|
|
@ -62,7 +62,7 @@ setprop("/systems/acconfig/options/welcome-skip", 0);
|
||||||
setprop("/systems/acconfig/options/no-rendering-warn", 0);
|
setprop("/systems/acconfig/options/no-rendering-warn", 0);
|
||||||
setprop("/systems/acconfig/options/save-state", 0);
|
setprop("/systems/acconfig/options/save-state", 0);
|
||||||
setprop("/systems/acconfig/options/hide-canvas-outside", 0);
|
setprop("/systems/acconfig/options/hide-canvas-outside", 0);
|
||||||
setprop("/systems/acconfig/options/seperate-tiller-axis", 0);
|
setprop("/systems/acconfig/options/separate-tiller-axis", 0);
|
||||||
setprop("/systems/acconfig/options/nd-rate", 1);
|
setprop("/systems/acconfig/options/nd-rate", 1);
|
||||||
setprop("/systems/acconfig/options/dcdu-rate", 1);
|
setprop("/systems/acconfig/options/dcdu-rate", 1);
|
||||||
setprop("/systems/acconfig/options/autopush/show-route", 1);
|
setprop("/systems/acconfig/options/autopush/show-route", 1);
|
||||||
|
|
|
@ -372,12 +372,12 @@
|
||||||
</checkbox>
|
</checkbox>
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<label>Use Seperate Tiller Axis</label>
|
<label>Use Separate Tiller Axis</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<property>/systems/acconfig/options/seperate-tiller-axis</property>
|
<property>/systems/acconfig/options/separate-tiller-axis</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-toggle</command>
|
<command>property-toggle</command>
|
||||||
<property>/systems/acconfig/options/seperate-tiller-axis</property>
|
<property>/systems/acconfig/options/separate-tiller-axis</property>
|
||||||
</binding>
|
</binding>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
|
|
|
@ -60,11 +60,6 @@
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<label>Some aircraft settings may have been returned to their defaults.</label>
|
<label>Some aircraft settings may have been returned to their defaults.</label>
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
<text>
|
|
||||||
<halign>left</halign>
|
|
||||||
<label>This screen will only appear after a fresh install, or update. Thank you for choosing A320-family!</label>
|
|
||||||
</text>
|
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<hrule/>
|
<hrule/>
|
||||||
|
|
|
@ -1134,7 +1134,7 @@
|
||||||
/gear/gear[0]/wow ne 1
|
/gear/gear[0]/wow ne 1
|
||||||
</test>
|
</test>
|
||||||
<test value="/controls/gear/steering">
|
<test value="/controls/gear/steering">
|
||||||
/systems/acconfig/options/seperate-tiller-axis eq 1
|
/systems/acconfig/options/separate-tiller-axis eq 1
|
||||||
</test>
|
</test>
|
||||||
<test value="fbw/sidestick/roll-input">
|
<test value="fbw/sidestick/roll-input">
|
||||||
/controls/flight/aileron-drives-tiller eq 1
|
/controls/flight/aileron-drives-tiller eq 1
|
||||||
|
@ -1145,7 +1145,7 @@
|
||||||
<input>/controls/gear/steering-switched</input>
|
<input>/controls/gear/steering-switched</input>
|
||||||
<table>
|
<table>
|
||||||
<independentVar lookup="row">/velocities/groundspeed-kt</independentVar>
|
<independentVar lookup="row">/velocities/groundspeed-kt</independentVar>
|
||||||
<independentVar lookup="column">/systems/acconfig/options/seperate-tiller-axis</independentVar>
|
<independentVar lookup="column">/systems/acconfig/options/separate-tiller-axis</independentVar>
|
||||||
<tableData>
|
<tableData>
|
||||||
0 1
|
0 1
|
||||||
0.5 0 0
|
0.5 0 0
|
||||||
|
@ -1273,7 +1273,7 @@
|
||||||
fbw/fmgc/enabled eq 1
|
fbw/fmgc/enabled eq 1
|
||||||
</test>
|
</test>
|
||||||
<test value="hydraulics/tiller/tiller-cmd-deg">
|
<test value="hydraulics/tiller/tiller-cmd-deg">
|
||||||
/systems/acconfig/options/seperate-tiller-axis eq 1
|
/systems/acconfig/options/separate-tiller-axis eq 1
|
||||||
</test>
|
</test>
|
||||||
<clipto>
|
<clipto>
|
||||||
<min>-75</min>
|
<min>-75</min>
|
||||||
|
|
Loading…
Add table
Reference in a new issue