A3XX: Update

This commit is contained in:
Joshua Davidson 2017-09-21 12:52:19 -04:00
parent e87fb3bf82
commit 13edd50c8b
4 changed files with 15 additions and 2 deletions

View file

@ -117,6 +117,13 @@ var mismatch_chk = func {
error_mismatch.open();
}
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");
}
}

View file

@ -88,7 +88,11 @@
</text>
<text>
<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>
</group>

View file

@ -404,3 +404,5 @@ var noseLoop = maketimer(0.1, func {
# do nothing
}
});
setprop("/systems/acconfig/libraries-loaded", 1);

View file

@ -1 +1 @@
1516
1517