diff --git a/Nasal/electrical.nas b/Nasal/electrical.nas index e58e2939..53c99fb0 100644 --- a/Nasal/electrical.nas +++ b/Nasal/electrical.nas @@ -198,7 +198,7 @@ var master_elec = func { setprop("/systems/electrical/gen-ext", 0); } - if (rpmapu >= 94.9 and gen_apu_sw and !extpwr_on and !gen_ext_sw) { + if (rpmapu >= 94.9 and gen_apu_sw and !gen_ext_sw) { setprop("/systems/electrical/gen-apu", 1); } else { setprop("/systems/electrical/gen-apu", 0); diff --git a/Sounds/A320-common-sound.xml b/Sounds/A320-common-sound.xml index 4ffb8b7b..8dab09b2 100644 --- a/Sounds/A320-common-sound.xml +++ b/Sounds/A320-common-sound.xml @@ -1122,10 +1122,13 @@ once Aircraft/IDG-A32X/Sounds/Cockpit/700hz.wav - - controls/CVR/tone - 1 - + + sim/current-view/internal + + controls/CVR/tone + 1 + + 0.60 @@ -1137,10 +1140,13 @@ once Aircraft/IDG-A32X/Sounds/Cockpit/relay2.wav - - /systems/electrical/battery1-amps - 25 - + + sim/current-view/internal + + /systems/electrical/battery1-amps + 25 + + 0.60 @@ -1152,10 +1158,13 @@ once Aircraft/IDG-A32X/Sounds/Cockpit/relay2.wav - - /systems/electrical/battery2-amps - 25 - + + sim/current-view/internal + + /systems/electrical/battery2-amps + 25 + + 0.60 @@ -1168,6 +1177,7 @@ Aircraft/IDG-A32X/Sounds/Cockpit/relay4.wav + sim/current-view/internal /controls/switches/cart 1 @@ -1184,35 +1194,67 @@ - RelayAPU + RelayEXTB once Aircraft/IDG-A32X/Sounds/Cockpit/relay4.wav - - /systems/electrical/gen-apu - 1 - + + sim/current-view/internal + + /controls/switches/cart + 1 + + + /controls/electrical/switches/gen-ext + 0 + + + /controls/electrical/switches/gen-extb + 1 + + 0.60 + + RelayAPU + once + Aircraft/IDG-A32X/Sounds/Cockpit/relay4.wav + + + sim/current-view/internal + + /systems/electrical/gen-apu + 1 + + + + + 0.60 + + + Avionics looped Aircraft/IDG-A32X/Sounds/FL2070/320efis.wav - - - /systems/electrical/bus/ac1 - 110 - - - /systems/electrical/bus/ac2 - 110 - - + + sim/current-view/internal + + + /systems/electrical/bus/ac1 + 110 + + + /systems/electrical/bus/ac2 + 110 + + + 0.60 diff --git a/revision.txt b/revision.txt index 3949474c..90c86a92 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -2027 \ No newline at end of file +2028 \ No newline at end of file