Control: NWS reduction simulated
This commit is contained in:
parent
a393ac6bda
commit
6b638fbd07
3 changed files with 10 additions and 9 deletions
|
@ -127,9 +127,9 @@ setlistener("/systems/acconfig/new-revision", func {
|
|||
});
|
||||
|
||||
var mismatch_chk = func {
|
||||
if (num(string.replace(getprop("/sim/version/flightgear"),".","")) < 201810) {
|
||||
if (num(string.replace(getprop("/sim/version/flightgear"),".","")) < 201830) {
|
||||
setprop("/systems/acconfig/mismatch-code", "0x121");
|
||||
setprop("/systems/acconfig/mismatch-reason", "FGFS version is too old! Please update FlightGear to at least 2018.1.0.");
|
||||
setprop("/systems/acconfig/mismatch-reason", "FGFS version is too old! Please update FlightGear to at least 2018.3.0.");
|
||||
if (getprop("/systems/acconfig/out-of-date") != 1) {
|
||||
error_mismatch.open();
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# INSTALL
|
||||
## Prerequisites
|
||||
Have at least following versions installed:
|
||||
* FlightGear 2018.1.0 or newer
|
||||
* FlightGear 2018.3.0 or newer
|
||||
|
||||
## Install using ZIP Snapshot
|
||||
[Download](https://github.com/it0uchpods/IDG-A32X/archive/master.zip) the zip file.
|
||||
|
|
|
@ -1877,7 +1877,7 @@
|
|||
</eq>
|
||||
<product>
|
||||
<property>hydraulics/tiller/autopush-cmd</property>
|
||||
<value>70</value>
|
||||
<value>75</value>
|
||||
</product>
|
||||
<table>
|
||||
<independentVar lookup="row">/velocities/groundspeed-kt</independentVar>
|
||||
|
@ -1885,9 +1885,10 @@
|
|||
<tableData>
|
||||
-1 0 1
|
||||
0.500 00.0 0.0 00.0
|
||||
1.000 -70.0 0.0 70.0
|
||||
30.000 -70.0 0.0 70.0
|
||||
30.001 -10.0 0.0 10.0
|
||||
1.000 -75.0 0.0 75.0
|
||||
30.000 -47.0 0.0 47.0
|
||||
30.001 -06.0 0.0 06.0
|
||||
135.000 00.0 0.0 00.0
|
||||
</tableData>
|
||||
</table>
|
||||
</ifthen>
|
||||
|
|
Reference in a new issue