A3XX: Update
This commit is contained in:
parent
e87fb3bf82
commit
13edd50c8b
4 changed files with 15 additions and 2 deletions
|
@ -117,6 +117,13 @@ var mismatch_chk = func {
|
||||||
error_mismatch.open();
|
error_mismatch.open();
|
||||||
}
|
}
|
||||||
print("Mismatch: 0x121");
|
print("Mismatch: 0x121");
|
||||||
|
} else if (getprop("/gear/gear[0]/wow") == 0 or getprop("/position/altitude-ft") >= 50000 or getprop("/systems/acconfig/libraries-loaded") == 0) {
|
||||||
|
setprop("/systems/acconfig/mismatch-code", "0x223");
|
||||||
|
setprop("/systems/acconfig/mismatch-reason", "Aircraft initialization failed");
|
||||||
|
if (getprop("/systems/acconfig/out-of-date") != 1) {
|
||||||
|
error_mismatch.open();
|
||||||
|
}
|
||||||
|
print("Mismatch: 0x223");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -88,7 +88,11 @@
|
||||||
</text>
|
</text>
|
||||||
<text>
|
<text>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<label>3) Contact "Wecsje" or "it0uchpods" on the FlightGear Forums.</label>
|
<label>3) Load the aircraft on ground, not in air.</label>
|
||||||
|
</text>
|
||||||
|
<text>
|
||||||
|
<halign>left</halign>
|
||||||
|
<label>4) Contact "Wecsje" or "it0uchpods" on the FlightGear Forums.</label>
|
||||||
</text>
|
</text>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
|
|
|
@ -404,3 +404,5 @@ var noseLoop = maketimer(0.1, func {
|
||||||
# do nothing
|
# do nothing
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
setprop("/systems/acconfig/libraries-loaded", 1);
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1516
|
1517
|
Reference in a new issue