Sim: Sound fixing
This commit is contained in:
parent
bbd5a571e5
commit
20c4218a5a
9 changed files with 256 additions and 279 deletions
|
@ -268,26 +268,23 @@
|
||||||
</systems>
|
</systems>
|
||||||
|
|
||||||
<sound>
|
<sound>
|
||||||
<suppress-warning type="bool">1</suppress-warning>
|
|
||||||
</sound>
|
|
||||||
|
|
||||||
<sounde>
|
|
||||||
<seatbelt-sign type="bool">0</seatbelt-sign>
|
|
||||||
<no-smoking-sign type="bool">0</no-smoking-sign>
|
|
||||||
<btn1 type="bool">0</btn1>
|
<btn1 type="bool">0</btn1>
|
||||||
<btn3 type="bool">0</btn3>
|
<btn3 type="bool">0</btn3>
|
||||||
<gear-vol type="double">0.40</gear-vol>
|
|
||||||
<knb1 type="bool">0</knb1>
|
|
||||||
<oh-btn type="bool">0</oh-btn>
|
|
||||||
<switch1 type="bool">0</switch1>
|
|
||||||
<flaps-click type="bool">0</flaps-click>
|
<flaps-click type="bool">0</flaps-click>
|
||||||
|
<gear-vol type="double">1.2</gear-vol>
|
||||||
|
<knb1 type="bool">0</knb1>
|
||||||
|
<no-smoking-sign type="bool">0</no-smoking-sign>
|
||||||
|
<oh-btn type="bool">0</oh-btn>
|
||||||
<pushbutton type="bool">0</pushbutton>
|
<pushbutton type="bool">0</pushbutton>
|
||||||
<spdbrk-click type="bool">0</spdbrk-click>
|
|
||||||
<relay-batt-1 type="bool">0</relay-batt-1>
|
<relay-batt-1 type="bool">0</relay-batt-1>
|
||||||
<relay-batt-2 type="bool">0</relay-batt-2>
|
<relay-batt-2 type="bool">0</relay-batt-2>
|
||||||
<relay-apu type="bool">0</relay-apu>
|
<relay-apu type="bool">0</relay-apu>
|
||||||
<relay-ext type="bool">0</relay-ext>
|
<relay-ext type="bool">0</relay-ext>
|
||||||
</sounde>
|
<seatbelt-sign type="bool">0</seatbelt-sign>
|
||||||
|
<spdbrk-click type="bool">0</spdbrk-click>
|
||||||
|
<suppress-warning type="bool">1</suppress-warning>
|
||||||
|
<switch1 type="bool">0</switch1>
|
||||||
|
</sound>
|
||||||
|
|
||||||
<instrumentation>
|
<instrumentation>
|
||||||
<path>Aircraft/A320-family/Systems/instrumentation.xml</path>
|
<path>Aircraft/A320-family/Systems/instrumentation.xml</path>
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<label>F/A - Boarding</label>
|
<label>F/A - Boarding</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<property>/sim/sounde/fa_boarding</property>
|
<property>/sim/sound/fa_boarding</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<label>F/A - Welcome</label>
|
<label>F/A - Welcome</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<property>/sim/sounde/fa_welcome</property>
|
<property>/sim/sound/fa_welcome</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<label>Cpt - Welcome</label>
|
<label>Cpt - Welcome</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<property>/sim/sounde/cpt_welcome</property>
|
<property>/sim/sound/cpt_welcome</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<label>Cpt - Doors Check</label>
|
<label>Cpt - Doors Check</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<property>/sim/sounde/cpt_doors</property>
|
<property>/sim/sound/cpt_doors</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<label>F/A - Safety Brief </label>
|
<label>F/A - Safety Brief </label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<property>/sim/sounde/fa_safety</property>
|
<property>/sim/sound/fa_safety</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -88,7 +88,7 @@
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<label>Cpt - Prepare for Takeoff</label>
|
<label>Cpt - Prepare for Takeoff</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<property>/sim/sounde/cpt_takeoff</property>
|
<property>/sim/sound/cpt_takeoff</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<label>F/A - Seatbelt Turned Off</label>
|
<label>F/A - Seatbelt Turned Off</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<property>/sim/sounde/fa_seatbelt10k</property>
|
<property>/sim/sound/fa_seatbelt10k</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<label>F/A - Descent</label>
|
<label>F/A - Descent</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<property>/sim/sounde/fa_descent</property>
|
<property>/sim/sound/fa_descent</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -118,7 +118,7 @@
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<label>Cpt - Prepare for Landing</label>
|
<label>Cpt - Prepare for Landing</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<property>/sim/sounde/cpt_landing</property>
|
<property>/sim/sound/cpt_landing</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
|
@ -128,7 +128,7 @@
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<label>F/A - Landed</label>
|
<label>F/A - Landed</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<property>/sim/sounde/fa_landed</property>
|
<property>/sim/sound/fa_landed</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
</binding>
|
</binding>
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
|
|
||||||
<button>
|
<button>
|
||||||
<halign>center</halign>
|
<halign>center</halign>
|
||||||
<legend>Open A/C Config</legend>
|
<legend>Aircraft Config</legend>
|
||||||
<pref-width>210</pref-width>
|
<pref-width>210</pref-width>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -6,7 +6,7 @@ var altSetMode = props.globals.getNode("/it-autoflight/config/altitude-dial-mode
|
||||||
var apOffSound = [props.globals.getNode("/it-autoflight/sound/apoffsound"),props.globals.getNode("/it-autoflight/sound/apoffsound2")];
|
var apOffSound = [props.globals.getNode("/it-autoflight/sound/apoffsound"),props.globals.getNode("/it-autoflight/sound/apoffsound2")];
|
||||||
var apWarningNode = props.globals.getNode("/it-autoflight/output/ap-warning");
|
var apWarningNode = props.globals.getNode("/it-autoflight/output/ap-warning");
|
||||||
var athrWarningNode = props.globals.getNode("/it-autoflight/output/athr-warning");
|
var athrWarningNode = props.globals.getNode("/it-autoflight/output/athr-warning");
|
||||||
var apDiscBtn = props.globals.getNode("/sim/sounde/apdiscbtn");
|
var apDiscBtn = props.globals.getNode("/sim/sound/apdiscbtn");
|
||||||
var FCUworkingNode = props.globals.initNode("/FMGC/FCU-working", 0, "BOOL");
|
var FCUworkingNode = props.globals.initNode("/FMGC/FCU-working", 0, "BOOL");
|
||||||
var SidestickPriorityPressedLast = 0;
|
var SidestickPriorityPressedLast = 0;
|
||||||
var priorityTimer = 0;
|
var priorityTimer = 0;
|
||||||
|
|
|
@ -100,7 +100,7 @@ var triggerDoor = func(door, doorName, doorDesc) {
|
||||||
};
|
};
|
||||||
|
|
||||||
setlistener("/controls/doors/doorc-switch",func(a){
|
setlistener("/controls/doors/doorc-switch",func(a){
|
||||||
setprop("sim/sounde/switch1", 1);
|
setprop("sim/sound/switch1", 1);
|
||||||
if (systems.ELEC.Bus.dc1.getValue() > 25 or systems.ELEC.Bus.dc2.getValue() > 25) {
|
if (systems.ELEC.Bus.dc1.getValue() > 25 or systems.ELEC.Bus.dc2.getValue() > 25) {
|
||||||
var pos = a.getValue();
|
var pos = a.getValue();
|
||||||
var current = getprop("/sim/model/door-positions/doorc/lock-status");
|
var current = getprop("/sim/model/door-positions/doorc/lock-status");
|
||||||
|
|
|
@ -12,72 +12,72 @@ var playSoundOnce = func(path,delay) {
|
||||||
settimer(func {setprop(path,0);},delay);
|
settimer(func {setprop(path,0);},delay);
|
||||||
}
|
}
|
||||||
|
|
||||||
setlistener("/sim/sounde/btn1", func {
|
setlistener("/sim/sound/btn1", func {
|
||||||
if (!getprop("/sim/sounde/btn1")) {
|
if (!getprop("/sim/sound/btn1")) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
settimer(func {
|
settimer(func {
|
||||||
props.globals.getNode("/sim/sounde/btn1").setBoolValue(0);
|
props.globals.getNode("/sim/sound/btn1").setBoolValue(0);
|
||||||
}, 0.05);
|
}, 0.05);
|
||||||
});
|
});
|
||||||
|
|
||||||
setlistener("/sim/sounde/oh-btn", func {
|
setlistener("/sim/sound/oh-btn", func {
|
||||||
if (!getprop("/sim/sounde/oh-btn")) {
|
if (!getprop("/sim/sound/oh-btn")) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
settimer(func {
|
settimer(func {
|
||||||
props.globals.getNode("/sim/sounde/oh-btn").setBoolValue(0);
|
props.globals.getNode("/sim/sound/oh-btn").setBoolValue(0);
|
||||||
}, 0.05);
|
}, 0.05);
|
||||||
});
|
});
|
||||||
|
|
||||||
setlistener("/sim/sounde/btn3", func {
|
setlistener("/sim/sound/btn3", func {
|
||||||
if (!getprop("/sim/sounde/btn3")) {
|
if (!getprop("/sim/sound/btn3")) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
settimer(func {
|
settimer(func {
|
||||||
props.globals.getNode("/sim/sounde/btn3").setBoolValue(0);
|
props.globals.getNode("/sim/sound/btn3").setBoolValue(0);
|
||||||
}, 0.05);
|
}, 0.05);
|
||||||
});
|
});
|
||||||
|
|
||||||
setlistener("/sim/sounde/knb1", func {
|
setlistener("/sim/sound/knb1", func {
|
||||||
if (!getprop("/sim/sounde/knb1")) {
|
if (!getprop("/sim/sound/knb1")) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
settimer(func {
|
settimer(func {
|
||||||
props.globals.getNode("/sim/sounde/knb1").setBoolValue(0);
|
props.globals.getNode("/sim/sound/knb1").setBoolValue(0);
|
||||||
}, 0.05);
|
}, 0.05);
|
||||||
});
|
});
|
||||||
|
|
||||||
setlistener("/sim/sounde/switch1", func {
|
setlistener("/sim/sound/switch1", func {
|
||||||
if (!getprop("/sim/sounde/switch1")) {
|
if (!getprop("/sim/sound/switch1")) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
settimer(func {
|
settimer(func {
|
||||||
props.globals.getNode("/sim/sounde/switch1").setBoolValue(0);
|
props.globals.getNode("/sim/sound/switch1").setBoolValue(0);
|
||||||
}, 0.05);
|
}, 0.05);
|
||||||
});
|
});
|
||||||
|
|
||||||
setlistener("/controls/lighting/seatbelt-sign", func {
|
setlistener("/controls/lighting/seatbelt-sign", func {
|
||||||
props.globals.getNode("/sim/sounde/seatbelt-sign").setBoolValue(1);
|
props.globals.getNode("/sim/sound/seatbelt-sign").setBoolValue(1);
|
||||||
settimer(func {
|
settimer(func {
|
||||||
props.globals.getNode("/sim/sounde/seatbelt-sign").setBoolValue(0);
|
props.globals.getNode("/sim/sound/seatbelt-sign").setBoolValue(0);
|
||||||
}, 2);
|
}, 2);
|
||||||
}, 0, 0);
|
}, 0, 0);
|
||||||
|
|
||||||
setlistener("/controls/lighting/no-smoking-sign", func {
|
setlistener("/controls/lighting/no-smoking-sign", func {
|
||||||
props.globals.getNode("/sim/sounde/no-smoking-sign").setBoolValue(1);
|
props.globals.getNode("/sim/sound/no-smoking-sign").setBoolValue(1);
|
||||||
settimer(func {
|
settimer(func {
|
||||||
props.globals.getNode("/sim/sounde/no-smoking-sign").setBoolValue(0);
|
props.globals.getNode("/sim/sound/no-smoking-sign").setBoolValue(0);
|
||||||
}, 1);
|
}, 1);
|
||||||
}, 0, 0);
|
}, 0, 0);
|
||||||
|
|
||||||
var flaps_click = props.globals.getNode("/sim/sounde/flaps-click");
|
var flaps_click = props.globals.getNode("/sim/sound/flaps-click");
|
||||||
|
|
||||||
setlistener("/controls/flight/flaps-input", func {
|
setlistener("/controls/flight/flaps-input", func {
|
||||||
flaps_click.setBoolValue(1);
|
flaps_click.setBoolValue(1);
|
||||||
}, 0, 0);
|
}, 0, 0);
|
||||||
|
|
||||||
setlistener("/sim/sounde/flaps-click", func {
|
setlistener("/sim/sound/flaps-click", func {
|
||||||
if (!flaps_click.getValue()) {
|
if (!flaps_click.getValue()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -86,13 +86,13 @@ setlistener("/sim/sounde/flaps-click", func {
|
||||||
}, 0.4);
|
}, 0.4);
|
||||||
});
|
});
|
||||||
|
|
||||||
var spdbrk_click = props.globals.getNode("/sim/sounde/spdbrk-click");
|
var spdbrk_click = props.globals.getNode("/sim/sound/spdbrk-click");
|
||||||
|
|
||||||
setlistener("/controls/flight/speedbrake", func {
|
setlistener("/controls/flight/speedbrake", func {
|
||||||
spdbrk_click.setBoolValue(1);
|
spdbrk_click.setBoolValue(1);
|
||||||
}, 0, 0);
|
}, 0, 0);
|
||||||
|
|
||||||
setlistener("/sim/sounde/spdbrk-click", func {
|
setlistener("/sim/sound/spdbrk-click", func {
|
||||||
if (!spdbrk_click.getValue()) {
|
if (!spdbrk_click.getValue()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -102,20 +102,20 @@ setlistener("/sim/sounde/spdbrk-click", func {
|
||||||
});
|
});
|
||||||
|
|
||||||
var relayBatt1 = func {
|
var relayBatt1 = func {
|
||||||
setprop("/sim/sounde/relay-batt-1",1);
|
setprop("/sim/sound/relay-batt-1",1);
|
||||||
settimer(func {setprop("/sim/sounde/relay-batt-1",0);},0.35);
|
settimer(func {setprop("/sim/sound/relay-batt-1",0);},0.35);
|
||||||
}
|
}
|
||||||
var relayBatt2 = func {
|
var relayBatt2 = func {
|
||||||
setprop("/sim/sounde/relay-batt-2",1);
|
setprop("/sim/sound/relay-batt-2",1);
|
||||||
settimer(func {setprop("/sim/sounde/relay-batt-2",0);},0.35);
|
settimer(func {setprop("/sim/sound/relay-batt-2",0);},0.35);
|
||||||
}
|
}
|
||||||
var relayApu = func {
|
var relayApu = func {
|
||||||
setprop("/sim/sounde/relay-apu",1);
|
setprop("/sim/sound/relay-apu",1);
|
||||||
settimer(func {setprop("/sim/sounde/relay-apu",0);},0.35);
|
settimer(func {setprop("/sim/sound/relay-apu",0);},0.35);
|
||||||
}
|
}
|
||||||
var relayExt = func {
|
var relayExt = func {
|
||||||
setprop("/sim/sounde/relay-ext",1);
|
setprop("/sim/sound/relay-ext",1);
|
||||||
settimer(func {setprop("/sim/sounde/relay-ext",0);},0.35);
|
settimer(func {setprop("/sim/sound/relay-ext",0);},0.35);
|
||||||
}
|
}
|
||||||
|
|
||||||
setlistener("/systems/electrical/sources/bat-1/bcl-supply", relayBatt1, nil, 0);
|
setlistener("/systems/electrical/sources/bat-1/bcl-supply", relayBatt1, nil, 0);
|
||||||
|
@ -123,7 +123,7 @@ setlistener("/systems/electrical/sources/bat-2/bcl-supply", relayBatt2, nil, 0);
|
||||||
setlistener("/systems/electrical/relay/apu-glc/contact-pos", relayApu, nil, 0);
|
setlistener("/systems/electrical/relay/apu-glc/contact-pos", relayApu, nil, 0);
|
||||||
setlistener("/systems/electrical/relay/ext-epc/contact-pos", relayExt, nil, 0);
|
setlistener("/systems/electrical/relay/ext-epc/contact-pos", relayExt, nil, 0);
|
||||||
|
|
||||||
var pushbuttonSound = props.globals.getNode("/sim/sounde/pushbutton");
|
var pushbuttonSound = props.globals.getNode("/sim/sound/pushbutton");
|
||||||
var pushbutton = func() {
|
var pushbutton = func() {
|
||||||
pushbuttonSound.setValue(1);
|
pushbuttonSound.setValue(1);
|
||||||
settimer(func {pushbuttonSound.setValue(0);},0.20);
|
settimer(func {pushbuttonSound.setValue(0);},0.20);
|
||||||
|
@ -131,7 +131,7 @@ var pushbutton = func() {
|
||||||
|
|
||||||
setlistener("/sim/model/door-positions/doorc/lock-status",func(lock) {
|
setlistener("/sim/model/door-positions/doorc/lock-status",func(lock) {
|
||||||
if (lock.getValue() == 1)
|
if (lock.getValue() == 1)
|
||||||
playSoundOnce("/sim/sounde/doorc_locking",0.5);
|
playSoundOnce("/sim/sound/doorc_locking",0.5);
|
||||||
else
|
else
|
||||||
playSoundOnce("/sim/sounde/doorc_unlocking",0.5);
|
playSoundOnce("/sim/sound/doorc_unlocking",0.5);
|
||||||
},0,0);
|
},0,0);
|
||||||
|
|
|
@ -1142,27 +1142,7 @@
|
||||||
<path>Aircraft/A320-family/Sounds/SASA/A320_gear.wav</path>
|
<path>Aircraft/A320-family/Sounds/SASA/A320_gear.wav</path>
|
||||||
<property>gear/gear[0]/position-norm</property>
|
<property>gear/gear[0]/position-norm</property>
|
||||||
<volume>
|
<volume>
|
||||||
<property>/sim/sounde/gear-vol</property>
|
<property>/sim/sound/gear-vol</property>
|
||||||
</volume>
|
|
||||||
</gear>
|
|
||||||
|
|
||||||
<gear>
|
|
||||||
<name>gear1</name>
|
|
||||||
<mode>in-transit</mode>
|
|
||||||
<path>Aircraft/A320-family/Sounds/SASA/A320_gear.wav</path>
|
|
||||||
<property>gear/gear[1]/position-norm</property>
|
|
||||||
<volume>
|
|
||||||
<property>/sim/sounde/gear-vol</property>
|
|
||||||
</volume>
|
|
||||||
</gear>
|
|
||||||
|
|
||||||
<gear>
|
|
||||||
<name>gear2</name>
|
|
||||||
<mode>in-transit</mode>
|
|
||||||
<path>Aircraft/A320-family/Sounds/SASA/A320_gear.wav</path>
|
|
||||||
<property>gear/gear[2]/position-norm</property>
|
|
||||||
<volume>
|
|
||||||
<property>/sim/sounde/gear-vol</property>
|
|
||||||
</volume>
|
</volume>
|
||||||
</gear>
|
</gear>
|
||||||
|
|
||||||
|
@ -1592,7 +1572,7 @@
|
||||||
<property>/systems/electrical/bus/dc-ess</property>
|
<property>/systems/electrical/bus/dc-ess</property>
|
||||||
<value>25</value>
|
<value>25</value>
|
||||||
</greater-than>
|
</greater-than>
|
||||||
<property>/sim/sounde/seatbelt-sign</property>
|
<property>/sim/sound/seatbelt-sign</property>
|
||||||
</and>
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
<volume>
|
<volume>
|
||||||
|
@ -1610,7 +1590,7 @@
|
||||||
<property>/systems/electrical/bus/dc-ess</property>
|
<property>/systems/electrical/bus/dc-ess</property>
|
||||||
<value>25</value>
|
<value>25</value>
|
||||||
</greater-than>
|
</greater-than>
|
||||||
<property>/sim/sounde/no-smoking-sign</property>
|
<property>/sim/sound/no-smoking-sign</property>
|
||||||
</and>
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
<volume>
|
<volume>
|
||||||
|
@ -1623,7 +1603,7 @@
|
||||||
<mode>once</mode>
|
<mode>once</mode>
|
||||||
<path>Aircraft/A320-family/Sounds/Cockpit/button.wav</path>
|
<path>Aircraft/A320-family/Sounds/Cockpit/button.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<property>/sim/sounde/btn1</property>
|
<property>/sim/sound/btn1</property>
|
||||||
</condition>
|
</condition>
|
||||||
<volume>
|
<volume>
|
||||||
<property>/sim/current-view/internal</property>
|
<property>/sim/current-view/internal</property>
|
||||||
|
@ -1636,7 +1616,7 @@
|
||||||
<mode>once</mode>
|
<mode>once</mode>
|
||||||
<path>Aircraft/A320-family/Sounds/Cockpit/autopilot-disconnect-button.wav</path>
|
<path>Aircraft/A320-family/Sounds/Cockpit/autopilot-disconnect-button.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<property>/sim/sounde/apdiscbtn</property>
|
<property>/sim/sound/apdiscbtn</property>
|
||||||
</condition>
|
</condition>
|
||||||
<volume>
|
<volume>
|
||||||
<property>/sim/current-view/internal</property>
|
<property>/sim/current-view/internal</property>
|
||||||
|
@ -1649,7 +1629,7 @@
|
||||||
<mode>once</mode>
|
<mode>once</mode>
|
||||||
<path>Aircraft/A320-family/Sounds/Cockpit/button2.wav</path>
|
<path>Aircraft/A320-family/Sounds/Cockpit/button2.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<property>/sim/sounde/oh-btn</property>
|
<property>/sim/sound/oh-btn</property>
|
||||||
</condition>
|
</condition>
|
||||||
<volume>
|
<volume>
|
||||||
<property>/sim/current-view/internal</property>
|
<property>/sim/current-view/internal</property>
|
||||||
|
@ -1662,7 +1642,7 @@
|
||||||
<mode>once</mode>
|
<mode>once</mode>
|
||||||
<path>Aircraft/A320-family/Sounds/Cockpit/button3.wav</path>
|
<path>Aircraft/A320-family/Sounds/Cockpit/button3.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<property>/sim/sounde/btn3</property>
|
<property>/sim/sound/btn3</property>
|
||||||
</condition>
|
</condition>
|
||||||
<volume>
|
<volume>
|
||||||
<property>/sim/current-view/internal</property>
|
<property>/sim/current-view/internal</property>
|
||||||
|
@ -1675,7 +1655,7 @@
|
||||||
<mode>once</mode>
|
<mode>once</mode>
|
||||||
<path>Aircraft/A320-family/Sounds/Cockpit/knob.wav</path>
|
<path>Aircraft/A320-family/Sounds/Cockpit/knob.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<property>/sim/sounde/knb1</property>
|
<property>/sim/sound/knb1</property>
|
||||||
</condition>
|
</condition>
|
||||||
<volume>
|
<volume>
|
||||||
<property>/sim/current-view/internal</property>
|
<property>/sim/current-view/internal</property>
|
||||||
|
@ -1688,7 +1668,7 @@
|
||||||
<mode>once</mode>
|
<mode>once</mode>
|
||||||
<path>Aircraft/A320-family/Sounds/Cockpit/switch.wav</path>
|
<path>Aircraft/A320-family/Sounds/Cockpit/switch.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<property>/sim/sounde/switch1</property>
|
<property>/sim/sound/switch1</property>
|
||||||
</condition>
|
</condition>
|
||||||
<volume>
|
<volume>
|
||||||
<property>/sim/current-view/internal</property>
|
<property>/sim/current-view/internal</property>
|
||||||
|
@ -1702,7 +1682,7 @@
|
||||||
<type>avionics</type>
|
<type>avionics</type>
|
||||||
<path>Aircraft/A320-family/Sounds/Cockpit/pushbutton.wav</path>
|
<path>Aircraft/A320-family/Sounds/Cockpit/pushbutton.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<property>/sim/sounde/pushbutton</property>
|
<property>/sim/sound/pushbutton</property>
|
||||||
</condition>
|
</condition>
|
||||||
<volume>
|
<volume>
|
||||||
<property>sim/current-view/internal</property>
|
<property>sim/current-view/internal</property>
|
||||||
|
@ -1716,7 +1696,7 @@
|
||||||
<path>Aircraft/A320-family/Sounds/SASA/A320_flaplever.wav</path>
|
<path>Aircraft/A320-family/Sounds/SASA/A320_flaplever.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<and>
|
||||||
<property>/sim/sounde/flaps-click</property>
|
<property>/sim/sound/flaps-click</property>
|
||||||
</and>
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
<volume>
|
<volume>
|
||||||
|
@ -1731,7 +1711,7 @@
|
||||||
<path>Aircraft/A320-family/Sounds/SASA/A320_flaplever.wav</path>
|
<path>Aircraft/A320-family/Sounds/SASA/A320_flaplever.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<and>
|
||||||
<property>/sim/sounde/spdbrk-click</property>
|
<property>/sim/sound/spdbrk-click</property>
|
||||||
<property>/sim/current-view/internal</property>
|
<property>/sim/current-view/internal</property>
|
||||||
</and>
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
|
@ -1863,7 +1843,7 @@
|
||||||
<name>RelayBatt1</name>
|
<name>RelayBatt1</name>
|
||||||
<mode>once</mode>
|
<mode>once</mode>
|
||||||
<path>Aircraft/A320-family/Sounds/Cockpit/relay-battery.wav</path>
|
<path>Aircraft/A320-family/Sounds/Cockpit/relay-battery.wav</path>
|
||||||
<property>/sim/sounde/relay-batt-1</property>
|
<property>/sim/sound/relay-batt-1</property>
|
||||||
<volume>
|
<volume>
|
||||||
<property>/sim/current-view/internal</property>
|
<property>/sim/current-view/internal</property>
|
||||||
<factor>0.4</factor>
|
<factor>0.4</factor>
|
||||||
|
@ -1874,7 +1854,7 @@
|
||||||
<name>RelayBatt2</name>
|
<name>RelayBatt2</name>
|
||||||
<mode>once</mode>
|
<mode>once</mode>
|
||||||
<path>Aircraft/A320-family/Sounds/Cockpit/relay-battery.wav</path>
|
<path>Aircraft/A320-family/Sounds/Cockpit/relay-battery.wav</path>
|
||||||
<property>/sim/sounde/relay-batt-2</property>
|
<property>/sim/sound/relay-batt-2</property>
|
||||||
<volume>
|
<volume>
|
||||||
<property>/sim/current-view/internal</property>
|
<property>/sim/current-view/internal</property>
|
||||||
<factor>0.4</factor>
|
<factor>0.4</factor>
|
||||||
|
@ -1885,7 +1865,7 @@
|
||||||
<name>RelayEXT</name>
|
<name>RelayEXT</name>
|
||||||
<mode>once</mode>
|
<mode>once</mode>
|
||||||
<path>Aircraft/A320-family/Sounds/Cockpit/relay-external.wav</path>
|
<path>Aircraft/A320-family/Sounds/Cockpit/relay-external.wav</path>
|
||||||
<property>/sim/sounde/relay-ext</property>
|
<property>/sim/sound/relay-ext</property>
|
||||||
<volume>
|
<volume>
|
||||||
<property>/sim/current-view/internal</property>
|
<property>/sim/current-view/internal</property>
|
||||||
<factor>0.8</factor>
|
<factor>0.8</factor>
|
||||||
|
@ -1896,7 +1876,7 @@
|
||||||
<name>RelayAPU</name>
|
<name>RelayAPU</name>
|
||||||
<mode>once</mode>
|
<mode>once</mode>
|
||||||
<path>Aircraft/A320-family/Sounds/Cockpit/relay-apu.wav</path>
|
<path>Aircraft/A320-family/Sounds/Cockpit/relay-apu.wav</path>
|
||||||
<property>/sim/sounde/relay-apu</property>
|
<property>/sim/sound/relay-apu</property>
|
||||||
<volume>
|
<volume>
|
||||||
<property>/sim/current-view/internal</property>
|
<property>/sim/current-view/internal</property>
|
||||||
<factor>0.8</factor>
|
<factor>0.8</factor>
|
||||||
|
@ -1931,7 +1911,7 @@
|
||||||
<name>CockpitDoorLocking</name>
|
<name>CockpitDoorLocking</name>
|
||||||
<mode>once</mode>
|
<mode>once</mode>
|
||||||
<path>Aircraft/A320-family/Sounds/Cockpit/cockpitdoor_lock.wav</path>
|
<path>Aircraft/A320-family/Sounds/Cockpit/cockpitdoor_lock.wav</path>
|
||||||
<property>/sim/sounde/doorc_locking</property>
|
<property>/sim/sound/doorc_locking</property>
|
||||||
<volume>
|
<volume>
|
||||||
<property>/sim/current-view/internal</property>
|
<property>/sim/current-view/internal</property>
|
||||||
<factor>1</factor>
|
<factor>1</factor>
|
||||||
|
@ -1942,7 +1922,7 @@
|
||||||
<name>CockpitDoorUnlocking</name>
|
<name>CockpitDoorUnlocking</name>
|
||||||
<mode>once</mode>
|
<mode>once</mode>
|
||||||
<path>Aircraft/A320-family/Sounds/Cockpit/cockpitdoor_unlock.wav</path>
|
<path>Aircraft/A320-family/Sounds/Cockpit/cockpitdoor_unlock.wav</path>
|
||||||
<property>/sim/sounde/doorc_unlocking</property>
|
<property>/sim/sound/doorc_unlocking</property>
|
||||||
<volume>
|
<volume>
|
||||||
<property>/sim/current-view/internal</property>
|
<property>/sim/current-view/internal</property>
|
||||||
<factor>0.8</factor>
|
<factor>0.8</factor>
|
||||||
|
@ -1955,7 +1935,7 @@
|
||||||
<path>Aircraft/A320-family/Sounds/Announce/fa_boarding.wav</path>
|
<path>Aircraft/A320-family/Sounds/Announce/fa_boarding.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/sim/sounde/fa_boarding</property>
|
<property>/sim/sound/fa_boarding</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
</condition>
|
</condition>
|
||||||
|
@ -1971,7 +1951,7 @@
|
||||||
<path>Aircraft/A320-family/Sounds/Announce/fa_welcome.wav</path>
|
<path>Aircraft/A320-family/Sounds/Announce/fa_welcome.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/sim/sounde/fa_welcome</property>
|
<property>/sim/sound/fa_welcome</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
</condition>
|
</condition>
|
||||||
|
@ -1987,7 +1967,7 @@
|
||||||
<path>Aircraft/A320-family/Sounds/Announce/cpt_welcome.wav</path>
|
<path>Aircraft/A320-family/Sounds/Announce/cpt_welcome.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/sim/sounde/cpt_welcome</property>
|
<property>/sim/sound/cpt_welcome</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
</condition>
|
</condition>
|
||||||
|
@ -2003,7 +1983,7 @@
|
||||||
<path>Aircraft/A320-family/Sounds/Announce/cpt_doors.wav</path>
|
<path>Aircraft/A320-family/Sounds/Announce/cpt_doors.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/sim/sounde/cpt_doors</property>
|
<property>/sim/sound/cpt_doors</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
</condition>
|
</condition>
|
||||||
|
@ -2019,7 +1999,7 @@
|
||||||
<path>Aircraft/A320-family/Sounds/Announce/fa_safety.wav</path>
|
<path>Aircraft/A320-family/Sounds/Announce/fa_safety.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/sim/sounde/fa_safety</property>
|
<property>/sim/sound/fa_safety</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
</condition>
|
</condition>
|
||||||
|
@ -2035,7 +2015,7 @@
|
||||||
<path>Aircraft/A320-family/Sounds/Announce/cpt_takeoff.wav</path>
|
<path>Aircraft/A320-family/Sounds/Announce/cpt_takeoff.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/sim/sounde/cpt_takeoff</property>
|
<property>/sim/sound/cpt_takeoff</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
</condition>
|
</condition>
|
||||||
|
@ -2051,7 +2031,7 @@
|
||||||
<path>Aircraft/A320-family/Sounds/Announce/fa_seatbelt10k.wav</path>
|
<path>Aircraft/A320-family/Sounds/Announce/fa_seatbelt10k.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/sim/sounde/fa_seatbelt10k</property>
|
<property>/sim/sound/fa_seatbelt10k</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
</condition>
|
</condition>
|
||||||
|
@ -2067,7 +2047,7 @@
|
||||||
<path>Aircraft/A320-family/Sounds/Announce/fa_descent.wav</path>
|
<path>Aircraft/A320-family/Sounds/Announce/fa_descent.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/sim/sounde/fa_descent</property>
|
<property>/sim/sound/fa_descent</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
</condition>
|
</condition>
|
||||||
|
@ -2083,7 +2063,7 @@
|
||||||
<path>Aircraft/A320-family/Sounds/Announce/cpt_landing.wav</path>
|
<path>Aircraft/A320-family/Sounds/Announce/cpt_landing.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/sim/sounde/cpt_landing</property>
|
<property>/sim/sound/cpt_landing</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
</condition>
|
</condition>
|
||||||
|
@ -2099,7 +2079,7 @@
|
||||||
<path>Aircraft/A320-family/Sounds/Announce/fa_landed.wav</path>
|
<path>Aircraft/A320-family/Sounds/Announce/fa_landed.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<equals>
|
<equals>
|
||||||
<property>/sim/sounde/fa_landed</property>
|
<property>/sim/sound/fa_landed</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
</condition>
|
</condition>
|
||||||
|
|
|
@ -958,7 +958,7 @@
|
||||||
<test value="0">
|
<test value="0">
|
||||||
/systems/failures/gear/nose-actuator eq 1
|
/systems/failures/gear/nose-actuator eq 1
|
||||||
</test>
|
</test>
|
||||||
<test value="0.0769231"> <!-- About 13 sec -->
|
<test value="0.0833333"> <!-- About 12 sec -->
|
||||||
/systems/hydraulic/green-psi ge 1500
|
/systems/hydraulic/green-psi ge 1500
|
||||||
</test>
|
</test>
|
||||||
<test logic="AND" value="0.0166667"> <!-- About 60 sec -->
|
<test logic="AND" value="0.0166667"> <!-- About 60 sec -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue