extremely minor updates, in fact, this commits is kind of useless!

This commit is contained in:
Joshua Davidson 2017-05-20 21:58:26 -04:00
parent 989e483e2f
commit 0ccd3fcb47
9 changed files with 67 additions and 26 deletions

View file

@ -518,7 +518,13 @@
<yellow-psi>0</yellow-psi> <yellow-psi>0</yellow-psi>
</hydraulic> </hydraulic>
</systems> </systems>
<options n="0">
<pfd n="0">
<sidestick-pos type="bool">0</sidestick-pos>
</pfd>
</options>
<instrumentation> <instrumentation>
<efis n="0"> <efis n="0">

View file

@ -23,7 +23,7 @@
<layout>vbox</layout> <layout>vbox</layout>
<text> <text>
<halign>left</halign> <halign>center</halign>
<label>Feeding Birds...</label> <label>Feeding Birds...</label>
</text> </text>

View file

@ -12,10 +12,16 @@ var fbw_dlg = gui.Dialog.new("sim/gui/dialogs/acconfig/fbw/dialog", "Aircraft/A3
init_dlg.open(); init_dlg.open();
setlistener("/sim/signals/fdm-initialized", func { setlistener("/sim/signals/fdm-initialized", func {
# loadSettings();
init_dlg.close(); init_dlg.close();
welcome_dlg.open(); welcome_dlg.open();
}); });
#var loadSettings = func {
# var file = io.open(getprop("/sim/aircraft-dir")~"/AircraftConfig/settings.conf","r+");
# print(file);
#}
################ ################
# Panel States # # Panel States #
################ ################

View file

@ -263,7 +263,7 @@
<hrule/> <hrule/>
<checkbox> <checkbox>
<label>Skip IRS alignment</label> <label>Skip IRS Alignment</label>
<halign>left</halign> <halign>left</halign>
<property>/controls/adirs/skip</property> <property>/controls/adirs/skip</property>
<binding> <binding>
@ -276,6 +276,34 @@
<live>true</live> <live>true</live>
</checkbox> </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> <button>
<legend>FBW Settings</legend> <legend>FBW Settings</legend>
<halign>center</halign> <halign>center</halign>

View file

@ -0,0 +1,2 @@
skipADIRS=0
showPFDSideStick=0

View file

@ -38,6 +38,17 @@
<or> <or>
<property>/gear/gear[1]/wow</property> <property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/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> </or>
</condition> </condition>
</animation> </animation>

View file

@ -38,6 +38,17 @@
<or> <or>
<property>/gear/gear[1]/wow</property> <property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/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> </or>
</condition> </condition>
</animation> </animation>

View file

@ -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.