diff --git a/Models/Liveries/A320/AFR.png b/Models/Liveries/A320/AFR.png new file mode 100644 index 00000000..953b5cf4 Binary files /dev/null and b/Models/Liveries/A320/AFR.png differ diff --git a/Models/Liveries/A320/AFR.xml b/Models/Liveries/A320/AFR.xml new file mode 100644 index 00000000..65d7d6a0 --- /dev/null +++ b/Models/Liveries/A320/AFR.xml @@ -0,0 +1,12 @@ + + + + + + + Air France CFM (Carribean, F-GKXQ) + Liveries/A320/AFR.png + + + + diff --git a/Models/Liveries/A320/CUB.png b/Models/Liveries/A320/CUB.png new file mode 100644 index 00000000..aa94e7a0 Binary files /dev/null and b/Models/Liveries/A320/CUB.png differ diff --git a/Models/Liveries/A320/CUB.xml b/Models/Liveries/A320/CUB.xml new file mode 100644 index 00000000..9023faaa --- /dev/null +++ b/Models/Liveries/A320/CUB.xml @@ -0,0 +1,12 @@ + + + + + + + Cubana de Aviacion (AvEx, LY-VEQ) + Liveries/A320/CUB.png + + + + diff --git a/Nasal/LGCIU.nas b/Nasal/LGCIU.nas index d6db0ab3..748f92a8 100644 --- a/Nasal/LGCIU.nas +++ b/Nasal/LGCIU.nas @@ -25,7 +25,8 @@ var lgciu_one_init = func { setprop("/controls/lgciu[0]/inuse",1); #the LGCIUs switch between eachother on each gear cycle. eg if one LGCIU fails put the gear down and bring them up again to reset setprop("/controls/lgciu[0]/hasbeenret",0); #has the gear been retracted with LGCIU1? setprop("/controls/lgciu[0]/fail",0); #0 = no 1 = - setprop("/controls/lgciu[0]/emermanext","0"); #0 = no 3 = extended can only be retracted if green hyd is available. crank must be turned 3 times clockwise so this has quotes + setprop("/controls/lgciu[0]/emermanext",0); #0 = no 1 = begin + setprop("/controls/lgciu[0]/emermanextpos","0"); #0 = no 3 = extended can only be retracted if green hyd is available. crank must be turned 3 times clockwise so this has quotes setprop("/controls/lgciu[0]/cargo/fwd/lock",1); setprop("/controls/lgciu[0]/cargo/aft/lock",1); setprop("/controls/lgciu[0]/cargo/bulk/lock",1); @@ -56,15 +57,16 @@ var lgciu_two_init = func { setprop("/controls/lgciu[1]/inuse",0); #the LGCIUs switch between eachother on each gear cycle. eg if one LGCIU fails put the gear down and bring them up again to reset setprop("/controls/lgciu[1]/hasbeenret",0); #has the gear been retracted with LGCIU2? setprop("/controls/lgciu[1]/fail",0); #0 = no 1 = yes - setprop("/controls/lgciu[1]/emermanext","0"); #0 = no 3 = extended can only be retracted if green hyd is available. crank must be turned 3 times clockwise so this has quotes - setprop("/controls/lgciu[0]/init",1); #these two properties say that 'everything is ready now' - setprop("/controls/lgciu[1]/init",1); + setprop("/controls/lgciu[1]/emermanext",0); #0 = no 1 = begin + setprop("/controls/lgciu[1]/emermanextpos","0"); #0 = no 3 = extended can only be retracted if green hyd is available. crank must be turned 3 times clockwise so this has quotes setprop("/controls/lgciu[1]/cargo/fwd/lock",1); setprop("/controls/lgciu[1]/cargo/aft/lock",1); setprop("/controls/lgciu[1]/cargo/bulk/lock",1); setprop("/controls/lgciu[1]/cargo/fwd/open",0); setprop("/controls/lgciu[1]/cargo/aft/open",0); setprop("/controls/lgciu[1]/cargo/bulk/open",0); + setprop("/controls/lgciu[0]/init",1); #these two properties say that 'everything is ready now' + setprop("/controls/lgciu[1]/init",1); } var BSCU_init = func { @@ -268,24 +270,7 @@ setprop("/controls/lgciu[1]/gearlever",1); #0 = retracted, 1 = extended } } ); -# Disconnect hyd to gear when we use emergency extension -setlistener("/controls/lgciu[0]/emermanext", func { -var no1manexthyd = getprop("/controls/lgciu[0]/emermanext"); -if (no1manexthyd > 0.1) { -setprop("/controls/lgciu[0]/hyd/greensupply",0); -setprop("/controls/lgciu[1]/hyd/greensupply",0); -} else { -} -}); -# Disconnect hyd to gear when we use emergency extension -setlistener("/controls/lgciu[0]/emermanext", func { -var no2manexthyd = getprop("/controls/lgciu[1]/emermanext"); -if (no2manexthyd > 0.1) { -setprop("/controls/lgciu[0]/hyd/greensupply",0); -setprop("/controls/lgciu[1]/hyd/greensupply",0); -} else { -} -}); + # No 1 failed setlistener("/controls/lgciu[0]/fail", func { diff --git a/Paintkit/AFR.xcf b/Paintkit/AFR.xcf new file mode 100644 index 00000000..446924b4 Binary files /dev/null and b/Paintkit/AFR.xcf differ diff --git a/Paintkit/CUB.xcf b/Paintkit/CUB.xcf new file mode 100644 index 00000000..5ade058a Binary files /dev/null and b/Paintkit/CUB.xcf differ