diff --git a/AircraftConfig/acconfig.nas b/AircraftConfig/acconfig.nas
index 655d0fc8..e176a920 100644
--- a/AircraftConfig/acconfig.nas
+++ b/AircraftConfig/acconfig.nas
@@ -251,6 +251,14 @@ var colddark = func {
setprop("/controls/flight/speedbrake", 0);
setprop("/controls/gear/gear-down", 1);
setprop("/controls/flight/elevator-trim", 0);
+ setprop("/controls/switches/beacon", 0);
+ setprop("/controls/switches/strobe", 0.0);
+ setprop("/controls/switches/wing-lights", 0);
+ setprop("/controls/lighting/nav-lights-switch", 0);
+ setprop("/controls/lighting/turnoff-light-switch", 0);
+ setprop("/controls/lighting/taxi-light-switch", 0.0);
+ setprop("/controls/switches/landing-lights-l", 0.0);
+ setprop("/controls/switches/landing-lights-r", 0.0);
libraries.systemsInit();
failReset();
if (getprop("/engines/engine[1]/n2-actual") < 2) {
@@ -424,11 +432,13 @@ var taxi_b = func {
systems.ADIRS.skip(1);
systems.ADIRS.skip(2);
setprop("/controls/adirs/mcducbtn", 1);
- setprop("/controls/lighting/beacon", 1);
+ setprop("/controls/switches/beacon", 1);
+ setprop("/controls/switches/wing-lights", 1);
setprop("/controls/lighting/nav-lights-switch", 1);
setprop("/controls/radio/rmp[0]/on", 1);
setprop("/controls/radio/rmp[1]/on", 1);
setprop("/controls/radio/rmp[2]/on", 1);
+ setprop("/controls/lighting/turnoff-light-switch", 1);
setprop("/controls/lighting/taxi-light-switch", 0.5);
setprop("/controls/switches/landing-lights-l", 0.5);
setprop("/controls/switches/landing-lights-r", 0.5);
@@ -464,7 +474,7 @@ var takeoff = func {
var eng_one_chk_c = setlistener("/engines/engine[0]/state", func {
if (getprop("/engines/engine[0]/state") == 3) {
removelistener(eng_one_chk_c);
- setprop("/controls/switches/strobe", 0.5);
+ setprop("/controls/switches/strobe", 1.0);
setprop("/controls/lighting/taxi-light-switch", 1);
setprop("/controls/switches/landing-lights-l", 1);
setprop("/controls/switches/landing-lights-r", 1);
diff --git a/Models/Instruments/MCDU/MCDU1.xml b/Models/Instruments/MCDU/MCDU1.xml
index afb1e4db..b7acb7b6 100644
--- a/Models/Instruments/MCDU/MCDU1.xml
+++ b/Models/Instruments/MCDU/MCDU1.xml
@@ -786,7 +786,7 @@
left
- false
+ true
nasal
@@ -810,7 +810,7 @@
right
- false
+ true
nasal
@@ -834,7 +834,7 @@
up
- false
+ true
nasal
@@ -858,7 +858,7 @@
down
- false
+ true
nasal
diff --git a/Models/Instruments/MCDU/MCDU2.xml b/Models/Instruments/MCDU/MCDU2.xml
index 6bace350..b113f420 100644
--- a/Models/Instruments/MCDU/MCDU2.xml
+++ b/Models/Instruments/MCDU/MCDU2.xml
@@ -786,7 +786,7 @@
left
- false
+ true
nasal
@@ -810,7 +810,7 @@
right
- false
+ true
nasal
@@ -834,7 +834,7 @@
up
- false
+ true
nasal
@@ -858,7 +858,7 @@
down
- false
+ true
nasal
diff --git a/revision.txt b/revision.txt
index 7b854259..3f04204e 100644
--- a/revision.txt
+++ b/revision.txt
@@ -1 +1 @@
-4765
\ No newline at end of file
+4766
\ No newline at end of file