extremely minor updates, in fact, this commits is kind of useless!
This commit is contained in:
parent
989e483e2f
commit
0ccd3fcb47
9 changed files with 67 additions and 26 deletions
|
@ -518,7 +518,13 @@
|
|||
<yellow-psi>0</yellow-psi>
|
||||
</hydraulic>
|
||||
</systems>
|
||||
|
||||
|
||||
<options n="0">
|
||||
<pfd n="0">
|
||||
<sidestick-pos type="bool">0</sidestick-pos>
|
||||
</pfd>
|
||||
</options>
|
||||
|
||||
<instrumentation>
|
||||
|
||||
<efis n="0">
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<layout>vbox</layout>
|
||||
|
||||
<text>
|
||||
<halign>left</halign>
|
||||
<halign>center</halign>
|
||||
<label>Feeding Birds...</label>
|
||||
</text>
|
||||
|
||||
|
|
|
@ -12,10 +12,16 @@ var fbw_dlg = gui.Dialog.new("sim/gui/dialogs/acconfig/fbw/dialog", "Aircraft/A3
|
|||
init_dlg.open();
|
||||
|
||||
setlistener("/sim/signals/fdm-initialized", func {
|
||||
# loadSettings();
|
||||
init_dlg.close();
|
||||
welcome_dlg.open();
|
||||
});
|
||||
|
||||
#var loadSettings = func {
|
||||
# var file = io.open(getprop("/sim/aircraft-dir")~"/AircraftConfig/settings.conf","r+");
|
||||
# print(file);
|
||||
#}
|
||||
|
||||
################
|
||||
# Panel States #
|
||||
################
|
||||
|
|
|
@ -263,7 +263,7 @@
|
|||
<hrule/>
|
||||
|
||||
<checkbox>
|
||||
<label>Skip IRS alignment</label>
|
||||
<label>Skip IRS Alignment</label>
|
||||
<halign>left</halign>
|
||||
<property>/controls/adirs/skip</property>
|
||||
<binding>
|
||||
|
@ -276,6 +276,34 @@
|
|||
<live>true</live>
|
||||
</checkbox>
|
||||
|
||||
<checkbox>
|
||||
<label>Always Show Sidestick Position</label>
|
||||
<halign>left</halign>
|
||||
<property>/options/pfd/sidestick-pos</property>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property>/options/pfd/sidestick-pos</property>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<live>true</live>
|
||||
</checkbox>
|
||||
|
||||
<checkbox>
|
||||
<label>Always Show Sidestick Position</label>
|
||||
<halign>left</halign>
|
||||
<property>/options/pfd/sidestick-pos</property>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property>/options/pfd/sidestick-pos</property>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<live>true</live>
|
||||
</checkbox>
|
||||
|
||||
<button>
|
||||
<legend>FBW Settings</legend>
|
||||
<halign>center</halign>
|
||||
|
|
2
AircraftConfig/settings.conf
Normal file
2
AircraftConfig/settings.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
skipADIRS=0
|
||||
showPFDSideStick=0
|
|
@ -38,6 +38,17 @@
|
|||
<or>
|
||||
<property>/gear/gear[1]/wow</property>
|
||||
<property>/gear/gear[2]/wow</property>
|
||||
<and>
|
||||
<property>/options/pfd/sidestick-pos</property>
|
||||
<equals>
|
||||
<property>/it-autoflight/output/ap1</property>
|
||||
<value>0</value>
|
||||
</equals>
|
||||
<equals>
|
||||
<property>/it-autoflight/output/ap1</property>
|
||||
<value>0</value>
|
||||
</equals>
|
||||
</and>
|
||||
</or>
|
||||
</condition>
|
||||
</animation>
|
||||
|
|
|
@ -38,6 +38,17 @@
|
|||
<or>
|
||||
<property>/gear/gear[1]/wow</property>
|
||||
<property>/gear/gear[2]/wow</property>
|
||||
<and>
|
||||
<property>/options/pfd/sidestick-pos</property>
|
||||
<equals>
|
||||
<property>/it-autoflight/output/ap1</property>
|
||||
<value>0</value>
|
||||
</equals>
|
||||
<equals>
|
||||
<property>/it-autoflight/output/ap1</property>
|
||||
<value>0</value>
|
||||
</equals>
|
||||
</and>
|
||||
</or>
|
||||
</condition>
|
||||
</animation>
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
AC3Db
|
||||
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0 0 0 emis 0.658824 0.670588 0.67451 spec 0 0 0 shi 128 trans 0
|
||||
OBJECT world
|
||||
kids 1
|
||||
OBJECT poly
|
||||
name "rudder_bar"
|
||||
loc 0.00132974 -0.00872025 0.00491576
|
||||
texture "rudder-bar.png"
|
||||
crease 45.000000
|
||||
numvert 4
|
||||
0 -0.0105466 -0.00420202
|
||||
0 -0.0105466 0.00420203
|
||||
0 0.0105466 0.00420202
|
||||
0 0.0105466 -0.00420203
|
||||
numsurf 1
|
||||
SURF 0x30
|
||||
mat 0
|
||||
refs 4
|
||||
3 1 1
|
||||
2 0 1
|
||||
1 0 0
|
||||
0 1 0
|
||||
kids 0
|
Binary file not shown.
Reference in a new issue