From 6bc076c6394c0b1cd5894d57cd4cd0154b03d29f Mon Sep 17 00:00:00 2001 From: Jonathan Redpath Date: Tue, 19 Feb 2019 19:06:47 +0000 Subject: [PATCH 1/3] ACCONFIG: fix lights --- AircraftConfig/acconfig.nas | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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); From f0b0d14a27e0232cbaf8c47e1ada7a99ac8edfc0 Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Tue, 19 Feb 2019 16:55:38 -0700 Subject: [PATCH 2/3] VC: MCDU Arrows fixed --- Models/Instruments/MCDU/MCDU1.xml | 8 ++++---- Models/Instruments/MCDU/MCDU2.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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 From 340d23530ca88f9ddf942e34b33e6005f782945c Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Tue, 19 Feb 2019 16:56:39 -0700 Subject: [PATCH 3/3] Sim: revision --- revision.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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