Merge branch 'master' into dome-light
This commit is contained in:
commit
a2b7c0d2af
228 changed files with 527 additions and 576 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList include="A320-main.xml">
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet type="text/xsl" href="http://jsbsim.sourceforge.net/JSBSim.xsl"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<fdm_config name="IDG-A32X" version="2.0" release="BETA"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList include="A320-main.xml">
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet type="text/xsl" href="http://jsbsim.sourceforge.net/JSBSim.xsl"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<fdm_config name="IDG-A32X" version="2.0" release="BETA"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList include="A320-main.xml">
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet type="text/xsl" href="http://jsbsim.sourceforge.net/JSBSim.xsl"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<fdm_config name="IDG-A32X" version="2.0" release="BETA"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
|
|
245
A320-main.xml
245
A320-main.xml
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
@ -24,18 +24,19 @@
|
|||
|
||||
<model>
|
||||
<pushback>
|
||||
<connected type="bool">0</connected>
|
||||
<position-norm type="double">0</position-norm>
|
||||
<enabled type="int"/>
|
||||
<available type="int">1</available>
|
||||
<chocks alias="/controls/gear/wheel-chocks"/>
|
||||
<steer-cmd-norm alias="/controls/flight/rudder"/>
|
||||
<yaw alias="/gear/gear[0]/steering-norm"/>
|
||||
<chocks alias="/services/chokes/nose"/>
|
||||
<steer-cmd-norm alias="/fdm/jsbsim/hydraulics/tiller/autopush-cmd"/>
|
||||
<yaw alias="/fdm/jsbsim/fcs/steer-deg"/>
|
||||
<yaw-mult type="float">1.0</yaw-mult>
|
||||
<target-speed-km_h type="float">0.0</target-speed-km_h>
|
||||
<K_p type="float">1.0</K_p>
|
||||
<F_p type="float">0.1</F_p>
|
||||
<K_i type="float">0.01</K_i>
|
||||
<F_i type="float">2.0</F_i>
|
||||
<K_p type="float">0.5</K_p>
|
||||
<F_p type="float">0.15</F_p>
|
||||
<K_i type="float">0.25</K_i>
|
||||
<F_i type="float">0.1</F_i>
|
||||
<K_d type="float">0.0</K_d>
|
||||
<F_d type="float">0.0</F_d>
|
||||
<driver>
|
||||
|
@ -179,39 +180,12 @@
|
|||
|
||||
<menubar>
|
||||
<default>
|
||||
<!-- Force disable Route Manager dialogs, bindings are changed just in case the item is not grayed out properly -->
|
||||
<!-- Uncomment when route manager can be replaced by MCDU -->
|
||||
<!--menu n="3">
|
||||
<item n="1">
|
||||
<enabled type="bool" n="0">false</enabled>
|
||||
<binding n="0">
|
||||
<command n="0">nasal</command>
|
||||
<script n="0">
|
||||
gui.popupTip("You must use the MCDU to manage your route.");
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item n="2">
|
||||
<enabled type="bool" n="0">false</enabled>
|
||||
<binding n="0">
|
||||
<command n="0">nasal</command>
|
||||
<script n="0">
|
||||
gui.popupTip("You must use the MCDU to manage your route.");
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item n="3">
|
||||
<enabled type="bool" n="0">false</enabled>
|
||||
<binding n="0">
|
||||
<command n="0">nasal</command>
|
||||
<script n="0">
|
||||
gui.popupTip("You must use the MCDU to manage your route.");
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
</menu-->
|
||||
<menu n="100">
|
||||
<label>IDG-A32X</label>
|
||||
<label>|</label>
|
||||
<enabled type="bool">false</enabled>
|
||||
</menu>
|
||||
<menu n="101">
|
||||
<label>System</label>
|
||||
<enabled type="bool">true</enabled>
|
||||
<item>
|
||||
<label>Aircraft Config</label>
|
||||
|
@ -232,9 +206,109 @@
|
|||
</binding>
|
||||
</item>
|
||||
</menu>
|
||||
<menu n="101">
|
||||
<menu n="102">
|
||||
<label>FMGC</label>
|
||||
<item>
|
||||
<label>FCU Autoflight</label>
|
||||
<binding>
|
||||
<command>dialog-show</command>
|
||||
<dialog-name>autopilot</dialog-name>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>Route Manager</label>
|
||||
<binding>
|
||||
<command>dialog-show</command>
|
||||
<dialog-name>route-manager</dialog-name>
|
||||
</binding>
|
||||
</item>
|
||||
</menu>
|
||||
<menu n="103">
|
||||
<label>DU</label>
|
||||
<item>
|
||||
<label>Captain's PFD</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
canvas_pfd.showPFD1();
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>First Officer's PFD</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
canvas_pfd.showPFD2();
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>Captain's ND</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
canvas_nd.showNd();
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>First Officer's ND</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
canvas_nd.showNd('right');
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>Upper ECAM</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
canvas_ecam.showUpperECAM();
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>Lower ECAM</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
canvas_ecam.showLowerECAM();
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>IESI</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
canvas_iesi.showIESI();
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>Left MCDU</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
canvas_mcdu.showMCDU1();
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>Right MCDU</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
canvas_mcdu.showMCDU2();
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
</menu>
|
||||
<menu n="104">
|
||||
<label>Utilities</label>
|
||||
<enabled type="bool">true</enabled>
|
||||
<item>
|
||||
<label>Select Livery</label>
|
||||
<binding>
|
||||
|
@ -266,10 +340,8 @@
|
|||
<item>
|
||||
<label>Pushback</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
acconfig.autopush_dlg.open();
|
||||
</script>
|
||||
<command>dialog-show</command>
|
||||
<dialog-name>autopush</dialog-name>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -289,87 +361,6 @@
|
|||
<value>1</value>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>Show Captain's PFD</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
canvas_pfd.showPFD1();
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>Show First Officer's PFD</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
canvas_pfd.showPFD2();
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>Show Captain's ND</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
canvas_nd.showNd();
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>Show First Officer's ND</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
canvas_nd.showNd('right');
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>Show Upper ECAM</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
canvas_ecam.showUpperECAM();
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>Show Lower ECAM</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
canvas_ecam.showLowerECAM();
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>Show IESI</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
canvas_iesi.showIESI();
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>Show Left MCDU</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
canvas_mcdu.showMCDU1();
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>Show Right MCDU</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
canvas_mcdu.showMCDU2();
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
</menu>
|
||||
</default>
|
||||
</menubar>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList include="A320-main.xml">
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet type="text/xsl" href="http://jsbsim.sourceforge.net/JSBSim.xsl"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<fdm_config name="IDG-A32X" version="2.0" release="BETA"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList include="A320-main.xml">
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet type="text/xsl" href="http://jsbsim.sourceforge.net/JSBSim.xsl"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<fdm_config name="IDG-A32X" version="2.0" release="BETA"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<!-- Sven Seipp, Oct 2017 -->
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<!-- A3XX Aircraft Config Dialog -->
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<!-- A3XX Aircraft Config Dialog -->
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Aircraft Config Center
|
||||
# Joshua Davidson (it0uchpods)
|
||||
|
||||
# Copyright (c) 2018 Joshua Davidson (it0uchpods)
|
||||
# Copyright (c) 2019 Joshua Davidson (it0uchpods)
|
||||
|
||||
var spinning = maketimer(0.05, func {
|
||||
var spinning = getprop("/systems/acconfig/spinning");
|
||||
|
@ -108,7 +108,6 @@ var updated_dlg = gui.Dialog.new("sim/gui/dialogs/acconfig/updated/dialog", "Air
|
|||
var error_mismatch = gui.Dialog.new("sim/gui/dialogs/acconfig/error/mismatch/dialog", "Aircraft/IDG-A32X/AircraftConfig/error-mismatch.xml");
|
||||
var groundservices_dlg = gui.Dialog.new("sim/gui/dialogs/acconfig/groundsrvc/dialog", "Aircraft/IDG-A32X/AircraftConfig/groundservices.xml");
|
||||
var du_quality = gui.Dialog.new("sim/gui/dialogs/acconfig/du-quality/dialog", "Aircraft/IDG-A32X/AircraftConfig/du-quality.xml");
|
||||
var autopush_dlg = gui.Dialog.new("sim/gui/dialogs/autopush/dialog", "Aircraft/IDG-A32X/AircraftConfig/autopush.xml");
|
||||
var rendering_dlg = gui.Dialog.new("sim/gui/dialogs/rendering/dialog", "Aircraft/IDG-A32X/AircraftConfig/rendering.xml");
|
||||
spinning.start();
|
||||
init_dlg.open();
|
||||
|
@ -233,6 +232,7 @@ var writeSettings = func {
|
|||
var colddark = func {
|
||||
if (getprop("/systems/acconfig/mismatch-code") == "0x000") {
|
||||
spinning.start();
|
||||
ps_loaded_dlg.close();
|
||||
ps_load_dlg.open();
|
||||
setprop("/systems/acconfig/autoconfig-running", 1);
|
||||
setprop("/controls/gear/brake-left", 1);
|
||||
|
@ -281,6 +281,7 @@ var colddark_b = func {
|
|||
var beforestart = func {
|
||||
if (getprop("/systems/acconfig/mismatch-code") == "0x000") {
|
||||
spinning.start();
|
||||
ps_loaded_dlg.close();
|
||||
ps_load_dlg.open();
|
||||
setprop("/systems/acconfig/autoconfig-running", 1);
|
||||
setprop("/controls/gear/brake-left", 1);
|
||||
|
@ -358,6 +359,7 @@ var beforestart_b = func {
|
|||
var taxi = func {
|
||||
if (getprop("/systems/acconfig/mismatch-code") == "0x000") {
|
||||
spinning.start();
|
||||
ps_loaded_dlg.close();
|
||||
ps_load_dlg.open();
|
||||
setprop("/systems/acconfig/autoconfig-running", 1);
|
||||
setprop("/controls/gear/brake-left", 1);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<!-- A3XX Aircraft Config Dialog -->
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<!-- A3XX Aircraft Config Dialog -->
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<!-- A3XX Aircraft Config Dialog -->
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<!-- A3XX Aircraft Config Dialog -->
|
||||
|
||||
|
@ -199,9 +199,9 @@
|
|||
</checkbox>
|
||||
|
||||
</group>
|
||||
|
||||
|
||||
<vrule/>
|
||||
|
||||
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
|
||||
|
@ -376,7 +376,7 @@
|
|||
</group>
|
||||
|
||||
<vrule/>
|
||||
|
||||
|
||||
<group>
|
||||
<layout>vbox</layout>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<!-- A3XX Aircraft Config Dialog -->
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<!-- A3XX Aircraft Config Dialog -->
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<!-- A3XX Aircraft Config Dialog -->
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<!-- A3XX Aircraft Config Dialog -->
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<!-- A3XX Aircraft Config Dialog -->
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<!-- A3XX Aircraft Config Dialog -->
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<!-- A3XX Aircraft Config Dialog -->
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<!-- A3XX Aircraft Config Dialog -->
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<!-- A3XX Aircraft Config Dialog -->
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<!-- A3XX Aircraft Config Dialog -->
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<turbine_engine name="CFM56_5A1">
|
||||
|
||||
<milthrust> 25000 </milthrust>
|
||||
<tsfc> 0.5 </tsfc>
|
||||
<tsfc> 0.41 </tsfc>
|
||||
<bleed> 0.03 </bleed>
|
||||
<idlen1> 19.7 </idlen1>
|
||||
<idlen2> 61.2 </idlen2>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<turbine_engine name="CFM56_5A1">
|
||||
|
||||
<milthrust> 25000 </milthrust>
|
||||
<tsfc> 0.5 </tsfc>
|
||||
<tsfc> 0.41 </tsfc>
|
||||
<bleed> 0.03 </bleed>
|
||||
<idlen1> 19.7 </idlen1>
|
||||
<idlen2> 61.2 </idlen2>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<turbine_engine name="CFM56_5B4">
|
||||
|
||||
<milthrust> 27000 </milthrust>
|
||||
<tsfc> 0.5 </tsfc>
|
||||
<tsfc> 0.41 </tsfc>
|
||||
<bleed> 0.03 </bleed>
|
||||
<idlen1> 19.7 </idlen1>
|
||||
<idlen2> 61.2 </idlen2>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<turbine_engine name="CFM56_5B4">
|
||||
|
||||
<milthrust> 27000 </milthrust>
|
||||
<tsfc> 0.5 </tsfc>
|
||||
<tsfc> 0.41 </tsfc>
|
||||
<bleed> 0.03 </bleed>
|
||||
<idlen1> 19.7 </idlen1>
|
||||
<idlen2> 61.2 </idlen2>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<direct name="Direct">
|
||||
</direct>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<turbine_engine name="LEAP1A26">
|
||||
|
||||
<milthrust> 27000 </milthrust>
|
||||
<tsfc> 0.5 </tsfc>
|
||||
<tsfc> 0.41 </tsfc>
|
||||
<bleed> 0.03 </bleed>
|
||||
<idlen1> 19.7 </idlen1>
|
||||
<idlen2> 61.2 </idlen2>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<turbine_engine name="LEAP1A26">
|
||||
|
||||
<milthrust> 27000 </milthrust>
|
||||
<tsfc> 0.5 </tsfc>
|
||||
<tsfc> 0.41 </tsfc>
|
||||
<bleed> 0.03 </bleed>
|
||||
<idlen1> 19.7 </idlen1>
|
||||
<idlen2> 61.2 </idlen2>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<turbine_engine name="PW1127G">
|
||||
|
||||
<milthrust> 26345 </milthrust>
|
||||
<tsfc> 0.5 </tsfc>
|
||||
<tsfc> 0.41 </tsfc>
|
||||
<bleed> 0.03 </bleed>
|
||||
<idlen1> 19.7 </idlen1>
|
||||
<idlen2> 61.2 </idlen2>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<turbine_engine name="PW1127G">
|
||||
|
||||
<milthrust> 26345 </milthrust>
|
||||
<tsfc> 0.5 </tsfc>
|
||||
<tsfc> 0.41 </tsfc>
|
||||
<bleed> 0.03 </bleed>
|
||||
<idlen1> 19.7 </idlen1>
|
||||
<idlen2> 61.2 </idlen2>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<turbine_engine name="V2527_A5">
|
||||
|
||||
<milthrust> 26600 </milthrust>
|
||||
<tsfc> 0.5 </tsfc>
|
||||
<tsfc> 0.41 </tsfc>
|
||||
<bleed> 0.03 </bleed>
|
||||
<idlen1> 22.4 </idlen1>
|
||||
<idlen2> 60.9 </idlen2>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<turbine_engine name="V2527_A5">
|
||||
|
||||
<milthrust> 26600 </milthrust>
|
||||
<tsfc> 0.5 </tsfc>
|
||||
<tsfc> 0.41 </tsfc>
|
||||
<bleed> 0.03 </bleed>
|
||||
<idlen1> 22.4 </idlen1>
|
||||
<idlen2> 60.9 </idlen2>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
<name>A320-100</name>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
<name>A320-200</name>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
<name>A320-200</name>
|
||||
|
@ -378,7 +378,6 @@
|
|||
</unload>
|
||||
</nasal>
|
||||
|
||||
|
||||
<!-- Ground Services -->
|
||||
<model>
|
||||
<name>ground_services</name>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
<name>A320-200</name>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
<name>A320-200</name>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
<path>../Models/cfm56.ac</path>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
<path>../Models/v2500.ac</path>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
<name>Fuselage</name>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
<name>Fuselage</name>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
<name>Fuselage</name>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<!-- Brakes Pressure Indicator -->
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# A3XX IESI
|
||||
|
||||
# Copyright (c) 2018 Joshua Davidson (it0uchpods)
|
||||
# Copyright (c) 2019 Joshua Davidson (it0uchpods)
|
||||
|
||||
var IESI = nil;
|
||||
var IESI_display = nil;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# A3XX Lower ECAM Canvas
|
||||
|
||||
# Copyright (c) 2018 Joshua Davidson (it0uchpods)
|
||||
# Copyright (c) 2019 Joshua Davidson (it0uchpods)
|
||||
|
||||
var lowerECAM_apu = nil;
|
||||
var lowerECAM_bleed = nil;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# A3XX MCDU
|
||||
|
||||
# Copyright (c) 2018 Joshua Davidson (it0uchpods)
|
||||
# Copyright (c) 2019 Joshua Davidson (it0uchpods)
|
||||
|
||||
var MCDU_1 = nil;
|
||||
var MCDU_2 = nil;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
|
||||
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Joshua Davidson (it0uchpods)
|
||||
# Based on work by artix
|
||||
|
||||
# Copyright (c) 2018 Joshua Davidson (it0uchpods)
|
||||
# Copyright (c) 2019 Joshua Davidson (it0uchpods)
|
||||
|
||||
var get_local_path = func(file){
|
||||
var aircraft_dir = split("/", getprop("/sim/aircraft-dir"))[-1];
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Joshua Davidson (it0uchpods)
|
||||
# Based on work by artix
|
||||
|
||||
# Copyright (c) 2018 Joshua Davidson (it0uchpods)
|
||||
# Copyright (c) 2019 Joshua Davidson (it0uchpods)
|
||||
|
||||
var A3XXRouteDriver = {
|
||||
new: func(){
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# A3XX ND Canvas
|
||||
|
||||
# Copyright (c) 2018 Joshua Davidson (it0uchpods)
|
||||
# Copyright (c) 2019 Joshua Davidson (it0uchpods)
|
||||
|
||||
io.include("A3XX_ND.nas");
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Joshua Davidson (it0uchpods)
|
||||
# Based on work by artix
|
||||
|
||||
# Copyright (c) 2018 Joshua Davidson (it0uchpods)
|
||||
# Copyright (c) 2019 Joshua Davidson (it0uchpods)
|
||||
|
||||
canvas.NDConfig = {
|
||||
properties: {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Joshua Davidson (it0uchpods)
|
||||
# Based on work by artix
|
||||
|
||||
# Copyright (c) 2018 Joshua Davidson (it0uchpods)
|
||||
# Copyright (c) 2019 Joshua Davidson (it0uchpods)
|
||||
|
||||
canvas.RouteDriver = {
|
||||
new: func(){
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Joshua Davidson (it0uchpods)
|
||||
# Based on work by artix
|
||||
|
||||
# Copyright (c) 2018 Joshua Davidson (it0uchpods)
|
||||
# Copyright (c) 2019 Joshua Davidson (it0uchpods)
|
||||
|
||||
var assert_m = canvas.assert_m;
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Joshua Davidson (it0uchpods)
|
||||
# Based on work by artix
|
||||
|
||||
# Copyright (c) 2018 Joshua Davidson (it0uchpods)
|
||||
# Copyright (c) 2019 Joshua Davidson (it0uchpods)
|
||||
|
||||
# Override FGDATA/Nasal/canvas/map/navdisplay.mfd
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Joshua Davidson (it0uchpods)
|
||||
# Based on work by artix
|
||||
|
||||
# Copyright (c) 2018 Joshua Davidson (it0uchpods)
|
||||
# Copyright (c) 2019 Joshua Davidson (it0uchpods)
|
||||
|
||||
var SymbolPainter = {
|
||||
aircraft_dir: nil,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Joshua Davidson (it0uchpods)
|
||||
# Based on work by artix
|
||||
|
||||
# Copyright (c) 2018 Joshua Davidson (it0uchpods)
|
||||
# Copyright (c) 2019 Joshua Davidson (it0uchpods)
|
||||
|
||||
var version = getprop("sim/version/flightgear");
|
||||
var v = split(".", version);
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Joshua Davidson (it0uchpods)
|
||||
# Based on work by artix
|
||||
|
||||
# Copyright (c) 2018 Joshua Davidson (it0uchpods)
|
||||
# Copyright (c) 2019 Joshua Davidson (it0uchpods)
|
||||
|
||||
var ALWAYS = func 1;
|
||||
var NOTHING = func nil;
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Reference in a new issue