First commit, not yet flyable, does load however. Only A320-200 with IAE engines for the moment, more coming later
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
#ignore generated backup files
|
||||
*.*~
|
||||
.*~
|
99
A320-200-IAE-set.xml
Normal file
|
@ -0,0 +1,99 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<PropertyList include="A320-main.xml">
|
||||
|
||||
<sim>
|
||||
|
||||
<sound>
|
||||
<path>Aircraft/A320Family/Sounds/v2500-sound.xml</path>
|
||||
</sound>
|
||||
|
||||
<description>Airbus A320 (IAE V2500)</description>
|
||||
<flight-model>jsb</flight-model>
|
||||
<aero>A320-200-IAE</aero>
|
||||
<model>
|
||||
<path>Aircraft/A320Family/Models/A320-200-IAE.xml</path>
|
||||
<livery>
|
||||
<file>Liveries/A320/USAirways.xml</file>
|
||||
<texture>Liveries/A320/USAirways.png</texture>
|
||||
</livery>
|
||||
</model>
|
||||
|
||||
<flaps>
|
||||
<setting>0.00</setting><!-- -->
|
||||
<setting>0.29</setting><!-- 18+0=18 -> 0.290 -->
|
||||
<setting>0.596</setting><!-- 22+15=37 -> 0.596 -->
|
||||
<setting>0.645</setting><!-- 22+22=44 -> 0.645 -->
|
||||
<setting>1</setting><!-- 27+35=62 -> 1 -->
|
||||
|
||||
</flaps>
|
||||
|
||||
<view>
|
||||
<name>Pilot View</name>
|
||||
<internal archive="y">true</internal>
|
||||
<config>
|
||||
<x-offset-m archive="y">-0.45</x-offset-m>
|
||||
<y-offset-m archive="y">2.25</y-offset-m>
|
||||
<z-offset-m archive="y">-13.75</z-offset-m>
|
||||
<pitch-offset-deg archive="y">-12.0</pitch-offset-deg>
|
||||
<default-field-of-view-deg type="double">60</default-field-of-view-deg>
|
||||
</config>
|
||||
</view>
|
||||
<view n="103">
|
||||
<name>Copilot View</name>
|
||||
<type>lookfrom</type>
|
||||
<internal archive="y">true</internal>
|
||||
<config>
|
||||
<from-model type="bool">true</from-model>
|
||||
<x-offset-m archive="y">0.45</x-offset-m>
|
||||
<y-offset-m archive="y">2.25</y-offset-m>
|
||||
<z-offset-m archive="y">-13.75</z-offset-m>
|
||||
<pitch-offset-deg archive="y">-12.0</pitch-offset-deg>
|
||||
<default-field-of-view-deg type="double">60</default-field-of-view-deg>
|
||||
</config>
|
||||
</view>
|
||||
<view n="104">
|
||||
<name>Overhead Panel View</name>
|
||||
<type>lookfrom</type>
|
||||
<internal archive="y">true</internal>
|
||||
<config>
|
||||
<from-model type="bool">true</from-model>
|
||||
<x-offset-m archive="y">0</x-offset-m>
|
||||
<y-offset-m archive="y">2.3635023</y-offset-m>
|
||||
<z-offset-m archive="y">-13.73</z-offset-m>
|
||||
<pitch-offset-deg archive="y">40</pitch-offset-deg>
|
||||
<default-field-of-view-deg type="double">85</default-field-of-view-deg>
|
||||
</config>
|
||||
</view>
|
||||
|
||||
<menubar>
|
||||
<default>
|
||||
<menu n="100">
|
||||
<label>Airbus A320-200</label>
|
||||
</menu>
|
||||
</default>
|
||||
</menubar>
|
||||
</sim>
|
||||
|
||||
<payload>
|
||||
<weight n="1">
|
||||
<min-lb type="double">0</min-lb>
|
||||
<max-lb type="double">39500</max-lb>
|
||||
</weight>
|
||||
</payload>
|
||||
|
||||
<nasal>
|
||||
<A320>
|
||||
<file>Aircraft/A320Family/Nasal/engines.nas</file>
|
||||
<file>Aircraft/A320Family/Nasal/electrical.nas</file>
|
||||
<file>Aircraft/A320Family/Nasal/v-speeds.nas</file>
|
||||
<file>Aircraft/A320Family/Nasal/tyresmoke.nas</file>
|
||||
<file>Aircraft/A320Family/Nasal/systems.nas</file>
|
||||
<file>Aircraft/A320Family/Nasal/a320livery.nas</file>
|
||||
</A320>
|
||||
<itaf>
|
||||
<file>Aircraft/A320Family/Nasal/it-autoflight.nas</file>
|
||||
</itaf>
|
||||
</nasal>
|
||||
|
||||
</PropertyList>
|
1593
A320-200-IAE.xml
Normal file
322
A320-main.xml
Normal file
|
@ -0,0 +1,322 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<sim>
|
||||
|
||||
<author>Joshua Davidson (it0uchpods/411)</author>
|
||||
<status>beta</status>
|
||||
|
||||
<model>
|
||||
<pushback>
|
||||
<kp type="double">1000</kp>
|
||||
<ki type="double">0</ki>
|
||||
<kd type="double">0</kd>
|
||||
<position-norm type="double">0</position-norm>
|
||||
</pushback>
|
||||
</model>
|
||||
|
||||
<startup>
|
||||
<splash-texture>Aircraft/A320Family/splash.png</splash-texture>
|
||||
</startup>
|
||||
|
||||
<systems>
|
||||
<!-- Disable the generic electrical system and use the Nasal system -->
|
||||
<electrical>
|
||||
<path></path>
|
||||
</electrical>
|
||||
<autopilot>
|
||||
<name>Autopilot</name>
|
||||
<path>Aircraft/A320Family/Systems/it-autoflight.xml</path>
|
||||
</autopilot>
|
||||
<autopilot>
|
||||
<name>Autothrust</name>
|
||||
<path>Aircraft/A320Family/Systems/it-autothrust.xml</path>
|
||||
</autopilot>
|
||||
<autopilot>
|
||||
<name>Autobrake</name>
|
||||
<path>Aircraft/A320Family/Systems/a320-autobrake.xml</path>
|
||||
</autopilot>
|
||||
<autopilot>
|
||||
<name>Spoilers</name>
|
||||
<path>Aircraft/A320Family/Systems/a320-spoilers.xml</path>
|
||||
</autopilot>
|
||||
<property-rule n="101">
|
||||
<path>Systems/fl2070_sound.xml</path>
|
||||
</property-rule>
|
||||
</systems>
|
||||
|
||||
<chase-distance-m>-85</chase-distance-m>
|
||||
|
||||
|
||||
|
||||
<instrumentation>
|
||||
<path>Aircraft/A320Family/Systems/instrumentation.xml</path>
|
||||
</instrumentation>
|
||||
|
||||
<alarms>
|
||||
<master-caution type="bool">false</master-caution>
|
||||
</alarms>
|
||||
|
||||
<menubar>
|
||||
<default>
|
||||
<menu n="3">
|
||||
<item>
|
||||
<name>autopilot</name>
|
||||
<label>Autopilot Settings</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
var autopilot = gui.Dialog.new("sim/gui/dialogs/autopilot/dialog", "Aircraft/A320Family/Systems/autopilot-dlg.xml");
|
||||
autopilot.open();
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
</menu>
|
||||
<menu n="100">
|
||||
<enabled type="bool">true</enabled>
|
||||
<item>
|
||||
<name>autostart</name>
|
||||
<label>Autostart</label>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property>sim/model/start-idling</property>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<label>Select Livery</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
aircraft.livery.dialog.open();
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
<item>
|
||||
<name>pushback</name>
|
||||
<label>Pushback</label>
|
||||
<binding>
|
||||
<command>dialog-show</command>
|
||||
<dialog-name>pushback</dialog-name>
|
||||
</binding>
|
||||
</item>
|
||||
</menu>
|
||||
</default>
|
||||
</menubar>
|
||||
|
||||
<!-- Multiplayer properties -->
|
||||
<multiplay>
|
||||
<generic>
|
||||
<float n="0" alias="/controls/lighting/dome-norm" />
|
||||
<float n="1" alias="/controls/lighting/interior" />
|
||||
<int n="2" alias="/controls/lighting/landing-lights[0]" />
|
||||
<int n="3" alias="/controls/lighting/landing-lights[1]" />
|
||||
<int n="4" alias="/controls/lighting/landing-lights[2]" />
|
||||
<int n="5" alias="/sim/model/lights/nav-lights" />
|
||||
<int n="6" alias="/sim/model/lights/logo-lights" />
|
||||
<int n="7" alias="/sim/model/lights/strobe/state" />
|
||||
<int n="8" alias="/controls/lighting/wing-lights" />
|
||||
<int n="9" alias="/sim/model/lights/beacon/state" />
|
||||
<int n="10" alias="/engines/engine[0]/contrail" />
|
||||
<int n="11" alias="/engines/engine[1]/contrail" />
|
||||
</generic>
|
||||
</multiplay>
|
||||
</sim>
|
||||
|
||||
<consumables>
|
||||
<fuel>
|
||||
<tank n="0">
|
||||
<name>LH Vent</name>
|
||||
</tank>
|
||||
<tank n="1">
|
||||
<name>LH Outer</name>
|
||||
</tank>
|
||||
<tank n="2">
|
||||
<name>LH Inner</name>
|
||||
</tank>
|
||||
<tank n="3">
|
||||
<name>Center</name>
|
||||
</tank>
|
||||
<tank n="4">
|
||||
<name>RH Inner</name>
|
||||
</tank>
|
||||
<tank n="5">
|
||||
<name>RH Outer</name>
|
||||
</tank>
|
||||
<tank n="6">
|
||||
<name>RH Vent</name>
|
||||
</tank>
|
||||
</fuel>
|
||||
</consumables>
|
||||
|
||||
<it-autoflight>
|
||||
<settings>
|
||||
<no-generics>1</no-generics>
|
||||
<roll>
|
||||
<umin>-0.07</umin>
|
||||
<umax>0.07</umax>
|
||||
<kp>0.05</kp>
|
||||
<kp-vorloc>0.10</kp-vorloc>
|
||||
</roll>
|
||||
<pitch>
|
||||
<umin>-0.20</umin>
|
||||
<umax>0.20</umax>
|
||||
<kp>-0.05</kp>
|
||||
</pitch>
|
||||
<flch>
|
||||
<umin>-0.20</umin>
|
||||
<umax>0.20</umax>
|
||||
<kp>-0.05</kp>
|
||||
</flch>
|
||||
<gs>
|
||||
<kp>0.10</kp>
|
||||
</gs>
|
||||
</settings>
|
||||
</it-autoflight>
|
||||
|
||||
<payload>
|
||||
<weight n="0">
|
||||
<name>Crew</name>
|
||||
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[0]" />
|
||||
<min-lb type="double">120</min-lb>
|
||||
<max-lb type="double">600</max-lb>
|
||||
</weight>
|
||||
<weight n="1">
|
||||
<name>PAX</name>
|
||||
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[1]" />
|
||||
</weight>
|
||||
</payload>
|
||||
|
||||
<controls>
|
||||
<APU>
|
||||
<fire-switch type="bool">false</fire-switch>
|
||||
<master-switch type="bool">false</master-switch>
|
||||
<starter type="bool">false</starter>
|
||||
</APU>
|
||||
<electric>
|
||||
<avionics-switch type="bool">true</avionics-switch>
|
||||
</electric>
|
||||
<engines>
|
||||
<engine-start-switch type="int">1</engine-start-switch>
|
||||
<engine n="0">
|
||||
<cutoff type="bool">true</cutoff>
|
||||
<cutoff-switch type="bool">true</cutoff-switch>
|
||||
<starter type="bool">false</starter>
|
||||
<starter-switch type="bool">false</starter-switch>
|
||||
</engine>
|
||||
<engine n="1">
|
||||
<cutoff type="bool">true</cutoff>
|
||||
<cutoff-switch type="bool">true</cutoff-switch>
|
||||
<starter type="bool">false</starter>
|
||||
<starter-switch type="bool">false</starter-switch>
|
||||
</engine>
|
||||
</engines>
|
||||
<flight>
|
||||
<ground-spoilers-armed type="bool">false</ground-spoilers-armed>
|
||||
<speedbrake-lever type="double">0</speedbrake-lever>
|
||||
</flight>
|
||||
<gear>
|
||||
<brake-parking type="bool">true</brake-parking>
|
||||
<tiller-cmd-norm type="double">0</tiller-cmd-norm>
|
||||
<tiller-enabled type="bool">false</tiller-enabled>
|
||||
</gear>
|
||||
<lighting>
|
||||
<beacon type="bool">false</beacon>
|
||||
<interior type="double">0</interior>
|
||||
<cones type="bool">true</cones>
|
||||
<dome-norm type="double">0</dome-norm>
|
||||
<landing-lights n="0" type="bool">false</landing-lights>
|
||||
<landing-lights n="1" type="bool">false</landing-lights>
|
||||
<landing-lights n="2" type="bool">false</landing-lights>
|
||||
<nav-lights-switch type="int">0</nav-lights-switch>
|
||||
<overhead-panel-norm type="double">0.8</overhead-panel-norm>
|
||||
<main-panel-pedestal-norm type="double">0.8</main-panel-pedestal-norm>
|
||||
<wing-lights type="bool">false</wing-lights>
|
||||
<strobe type="bool">false</strobe>
|
||||
</lighting>
|
||||
<switches>
|
||||
<!-- Smoking is bad :P -->
|
||||
<no-smoking-sign type="bool">true</no-smoking-sign>
|
||||
<seatbelt-sign type="bool">false</seatbelt-sign>
|
||||
</switches>
|
||||
</controls>
|
||||
|
||||
<engines>
|
||||
<apu>
|
||||
<rpm type="double">0</rpm>
|
||||
<on-fire type="bool">false</on-fire>
|
||||
<running type="bool">false</running>
|
||||
<serviceable type="bool">true</serviceable>
|
||||
</apu>
|
||||
<engine n="0">
|
||||
<contrail type="bool">false</contrail>
|
||||
<on-fire type="bool">false</on-fire>
|
||||
<reverser-pos-norm type="double">0</reverser-pos-norm>
|
||||
<running type="bool">false</running>
|
||||
</engine>
|
||||
<engine n="1">
|
||||
<contrail type="bool">false</contrail>
|
||||
<on-fire type="bool">false</on-fire>
|
||||
<reverser-pos-norm type="double">0</reverser-pos-norm>
|
||||
<running type="bool">false</running>
|
||||
</engine>
|
||||
</engines>
|
||||
|
||||
<gear>
|
||||
<gear n="0">
|
||||
<tyre-smoke type="int">0</tyre-smoke>
|
||||
<sprayspeed-ms type="double">0</sprayspeed-ms>
|
||||
<spray-density type="double">0</spray-density>
|
||||
<caster-angle-deg-damped type="double">0</caster-angle-deg-damped>
|
||||
</gear>
|
||||
<gear n="1">
|
||||
<tyre-smoke type="int">0</tyre-smoke>
|
||||
<sprayspeed-ms type="double">0</sprayspeed-ms>
|
||||
<spray-density type="double">0</spray-density>
|
||||
<caster-angle-deg-damped type="double">0</caster-angle-deg-damped>
|
||||
</gear>
|
||||
<gear n="2">
|
||||
<tyre-smoke type="int">0</tyre-smoke>
|
||||
<sprayspeed-ms type="double">0</sprayspeed-ms>
|
||||
<spray-density type="double">0</spray-density>
|
||||
<caster-angle-deg-damped type="double">0</caster-angle-deg-damped>
|
||||
</gear>
|
||||
</gear>
|
||||
|
||||
<input>
|
||||
<keyboard>
|
||||
<key n="127">
|
||||
<name>Delete</name>
|
||||
<desc>Toggle thrust reversers</desc>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
A320.engine1.reverse_thrust();
|
||||
A320.engine2.reverse_thrust();
|
||||
</script>
|
||||
</binding>
|
||||
</key>
|
||||
<key n="2">
|
||||
<name>Ctrl-b</name>
|
||||
<desc>Cycle speedbrake setting</desc>
|
||||
<binding>
|
||||
<command>property-cycle</command>
|
||||
<property>controls/flight/speedbrake-lever</property>
|
||||
<value>0</value>
|
||||
<value>0.5</value>
|
||||
<value>1</value>
|
||||
</binding>
|
||||
</key>
|
||||
</keyboard>
|
||||
</input>
|
||||
|
||||
<aircraft>
|
||||
<door n="0">
|
||||
<x-m>16.582</x-m>
|
||||
<y-m>9.702</y-m>
|
||||
<z-m>3.642</z-m>
|
||||
</door>
|
||||
<jetway-hood-deg type="double">3</jetway-hood-deg>
|
||||
</aircraft>
|
||||
|
||||
</PropertyList>
|
340
COPYING
Normal file
|
@ -0,0 +1,340 @@
|
|||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Library General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) 19yy <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) 19yy name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Library General
|
||||
Public License instead of this License.
|
BIN
Engines/Models/NWA.png
Normal file
After Width: | Height: | Size: 745 KiB |
10446
Engines/Models/a320.nacelle.cfm.ac
Normal file
6314
Engines/Models/a320.nacelle.iae.ac
Normal file
1722
Engines/Models/a320.pylon.cfm.left.ac
Normal file
1722
Engines/Models/a320.pylon.cfm.right.ac
Normal file
1292
Engines/Models/a320.pylon.iae.left.ac
Normal file
1292
Engines/Models/a320.pylon.iae.right.ac
Normal file
5754
Engines/Models/cfm56.ac
Normal file
BIN
Engines/Models/chrome.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
4497
Engines/Models/v2500.ac
Normal file
10
Engines/XMLs/a320.cfm.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
<path>../Models/cfm56.ac</path>
|
||||
<offsets>
|
||||
<x-m>0.941</x-m>
|
||||
</offsets>
|
||||
<!--texture-path>../Textures/Livery/House</texture-path-->
|
||||
|
||||
</PropertyList>
|
76
Engines/XMLs/a320.engine.cfm.xml
Normal file
|
@ -0,0 +1,76 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<offsets>
|
||||
<pitch-deg>2.2</pitch-deg>
|
||||
</offsets>
|
||||
|
||||
<params>
|
||||
<n1>engines/engine[0]/n1</n1>
|
||||
<on-fire>engines/engine[0]/on-fire</on-fire>
|
||||
<contrail>engines/engine[0]/contrail</contrail>
|
||||
<reverser-pos-norm>engines/engine[0]/reverser-pos-norm</reverser-pos-norm>
|
||||
<pylon-model-path>Aircraft/A320Family/Engines/XMLs/a320.pylon.cfm.left.xml</pylon-model-path>
|
||||
</params>
|
||||
|
||||
<model>
|
||||
<path alias="../../params/pylon-model-path" />
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320Family/Engines/XMLs/a320.cfm.xml</path>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320Family/Engines/XMLs/a320.nacelle.cfm.xml</path>
|
||||
<overlay>
|
||||
<params>
|
||||
<reverser-pos-norm alias="../../../../params/reverser-pos-norm" />
|
||||
</params>
|
||||
</overlay>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Contrail</name>
|
||||
<path>Aircraft/A320Family/XMLs/Effects/contrail.xml</path>
|
||||
<overlay>
|
||||
<params>
|
||||
<contrail alias="../../../../params/contrail" />
|
||||
</params>
|
||||
</overlay>
|
||||
<offsets>
|
||||
<x-m>4.875</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Engine fire</name>
|
||||
<path>Aircraft/A320Family/XMLs/Effects/enginefire.xml</path>
|
||||
<offsets>
|
||||
<x-m>2.774</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
<condition>
|
||||
<property alias="../../../params/on-fire" />
|
||||
</condition>
|
||||
</model>
|
||||
|
||||
<animation>
|
||||
<name>Fan</name>
|
||||
<type>spin</type>
|
||||
<object-name>blades</object-name>
|
||||
<object-name>cone</object-name>
|
||||
<factor>-67</factor>
|
||||
<property alias="../../params/n1" />
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
76
Engines/XMLs/a320.engine.iae.xml
Normal file
|
@ -0,0 +1,76 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<offsets>
|
||||
<pitch-deg>2.2</pitch-deg>
|
||||
</offsets>
|
||||
|
||||
<params>
|
||||
<n1>engines/engine[0]/n1</n1>
|
||||
<on-fire>engines/engine[0]/on-fire</on-fire>
|
||||
<contrail>engines/engine[0]/contrail</contrail>
|
||||
<reverser-pos-norm>engines/engine[0]/reverser-pos-norm</reverser-pos-norm>
|
||||
<pylon-model-path>Aircraft/A320Family/Engines/XMLs/a320.pylon.iae.left.xml</pylon-model-path>
|
||||
</params>
|
||||
|
||||
<model>
|
||||
<path alias="../../params/pylon-model-path" />
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320Family/Engines/XMLs/a320.v2500.xml</path>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320Family/Engines/XMLs/a320.nacelle.iae.xml</path>
|
||||
<overlay>
|
||||
<params>
|
||||
<reverser-pos-norm alias="../../../../params/reverser-pos-norm" />
|
||||
</params>
|
||||
</overlay>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Contrail</name>
|
||||
<path>Aircraft/A320Family/XMLs/Effects/contrail.xml</path>
|
||||
<overlay>
|
||||
<params>
|
||||
<contrail alias="../../../../params/contrail" />
|
||||
</params>
|
||||
</overlay>
|
||||
<offsets>
|
||||
<x-m>5.137</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Engine fire</name>
|
||||
<path>Aircraft/A320Family/XMLs/Effects/enginefire.xml</path>
|
||||
<offsets>
|
||||
<x-m>3.316</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
<condition>
|
||||
<property alias="../../../params/on-fire" />
|
||||
</condition>
|
||||
</model>
|
||||
|
||||
<animation>
|
||||
<name>Fan</name>
|
||||
<type>spin</type>
|
||||
<object-name>cone</object-name>
|
||||
<object-name>fan</object-name>
|
||||
<factor>67</factor>
|
||||
<property alias="../../params/n1" />
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
55
Engines/XMLs/a320.nacelle.cfm.xml
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>../Models/a320.nacelle.cfm.ac</path>
|
||||
|
||||
<params>
|
||||
<reverser-pos-norm>engines/engine[0]/reverser-pos-norm</reverser-pos-norm>
|
||||
</params>
|
||||
|
||||
<!-- Reverse thrust animation -->
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>Reverser</object-name>
|
||||
<property alias="../../params/reverser-pos-norm" />
|
||||
<factor>0.15</factor>
|
||||
<axis>
|
||||
<x>1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<!-- Chrome shader -->
|
||||
<animation>
|
||||
<name>Chrome shader</name>
|
||||
<type>shader</type>
|
||||
<shader>chrome</shader>
|
||||
<texture>../Models/chrome.png</texture>
|
||||
<object-name>Nozzle</object-name>
|
||||
</animation>
|
||||
|
||||
<!-- LIVERY SELECT -->
|
||||
<!-- Animation -->
|
||||
<animation>
|
||||
<type>material</type>
|
||||
<object-name>Intake</object-name>
|
||||
<object-name>Nacelle</object-name>
|
||||
<object-name>Reverser</object-name>
|
||||
<property-base>sim/model/livery</property-base>
|
||||
<texture-prop>texture-path[1]</texture-prop>
|
||||
<texture>Liveries/A320-Blank.png</texture>
|
||||
</animation>
|
||||
|
||||
<!-- Nasal code -->
|
||||
<nasal>
|
||||
<load>
|
||||
var livery_update = aircraft.livery_update.new("Aircraft/A320Family/Models/Liveries/" ~ getprop("sim/aero"));
|
||||
</load>
|
||||
<unload>
|
||||
livery_update.stop();
|
||||
</unload>
|
||||
</nasal>
|
||||
|
||||
</PropertyList>
|
56
Engines/XMLs/a320.nacelle.iae.xml
Normal file
|
@ -0,0 +1,56 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>../Models/a320.nacelle.iae.ac</path>
|
||||
|
||||
<params>
|
||||
<reverser-pos-norm>engines/engine[0]/reverser-pos-norm</reverser-pos-norm>
|
||||
</params>
|
||||
|
||||
<!-- Reverse thrust animation -->
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>Reverser</object-name>
|
||||
<object-name>Nozzle</object-name>
|
||||
<property alias="../../params/reverser-pos-norm" />
|
||||
<factor>0.25</factor>
|
||||
<axis>
|
||||
<x>1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<!-- Chrome shader -->
|
||||
<animation>
|
||||
<name>Chrome shader</name>
|
||||
<type>shader</type>
|
||||
<shader>chrome</shader>
|
||||
<texture>../Models/chrome.png</texture>
|
||||
<object-name>Nozzle</object-name>
|
||||
</animation>
|
||||
|
||||
<!-- LIVERY SELECT -->
|
||||
<!-- Animation -->
|
||||
<animation>
|
||||
<type>material</type>
|
||||
<object-name>Intake</object-name>
|
||||
<object-name>Nacelle</object-name>
|
||||
<object-name>Reverser</object-name>
|
||||
<property-base>sim/model/livery</property-base>
|
||||
<texture-prop>texture-path[1]</texture-prop>
|
||||
<texture>Liveries/A320-Blank.png</texture>
|
||||
</animation>
|
||||
|
||||
<!-- Nasal code -->
|
||||
<nasal>
|
||||
<load>
|
||||
var livery_update = aircraft.livery_update.new("Aircraft/A320Family/Models/Liveries/" ~ getprop("sim/aero"));
|
||||
</load>
|
||||
<unload>
|
||||
livery_update.stop();
|
||||
</unload>
|
||||
</nasal>
|
||||
|
||||
</PropertyList>
|
7
Engines/XMLs/a320.pylon.cfm.left.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>../Models/a320.pylon.cfm.left.ac</path>
|
||||
|
||||
</PropertyList>
|
7
Engines/XMLs/a320.pylon.cfm.right.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>../Models/a320.pylon.cfm.right.ac</path>
|
||||
|
||||
</PropertyList>
|
7
Engines/XMLs/a320.pylon.iae.left.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>../Models/a320.pylon.iae.left.ac</path>
|
||||
|
||||
</PropertyList>
|
7
Engines/XMLs/a320.pylon.iae.right.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>../Models/a320.pylon.cfm.right.ac</path>
|
||||
|
||||
</PropertyList>
|
7
Engines/XMLs/a320.v2500.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
<path>../Models/v2500.ac</path>
|
||||
<!--texture-path>../Textures/Livery/House</texture-path-->
|
||||
|
||||
</PropertyList>
|
59
Engines/cfm56_5a1.xml
Normal file
|
@ -0,0 +1,59 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
File: CFM56_A1.xml
|
||||
Author: Aero-Matic v 0.8
|
||||
|
||||
Inputs:
|
||||
name: CFM56_A1
|
||||
type: turbine
|
||||
thrust: 25000 lb
|
||||
augmented? no
|
||||
injected? no
|
||||
-->
|
||||
|
||||
<turbine_engine name="CFM56_5A1">
|
||||
<milthrust> 25000.0 </milthrust>
|
||||
<bypassratio> 5.9 </bypassratio>
|
||||
<tsfc> 0.657 </tsfc>
|
||||
<idlen1> 30.0 </idlen1>
|
||||
<idlen2> 60.0 </idlen2>
|
||||
<maxn1> 100.0 </maxn1>
|
||||
<maxn2> 100.0 </maxn2>
|
||||
<augmented> 0 </augmented>
|
||||
<injected> 0 </injected>
|
||||
|
||||
<function name="IdleThrust">
|
||||
<table>
|
||||
<independentVar lookup="row">velocities/mach</independentVar>
|
||||
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
|
||||
<tableData>
|
||||
-10000 0 10000 20000 30000 40000 50000
|
||||
0.0 0.0430 0.0488 0.0528 0.0694 0.0899 0.1183 0.1467
|
||||
0.2 0.0500 0.0501 0.0335 0.0544 0.0797 0.1049 0.1342
|
||||
0.4 0.0040 0.0047 0.0020 0.0272 0.0595 0.0891 0.1203
|
||||
0.6 0.0 0.0 0.0 0.0 0.0276 0.0718 0.1073
|
||||
0.8 0.0 0.0 0.0 0.0 0.0474 0.0868 0.0900
|
||||
1.0 0.0 0.0 0.0 0.0 0.0 0.0552 0.0800
|
||||
</tableData>
|
||||
</table>
|
||||
</function>
|
||||
|
||||
<function name="MilThrust">
|
||||
<table>
|
||||
<independentVar lookup="row">velocities/mach</independentVar>
|
||||
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
|
||||
<tableData>
|
||||
-10000 0 10000 20000 30000 40000 50000
|
||||
0.0 1.2600 1.0000 0.7400 0.5340 0.3720 0.2410 0.1490
|
||||
0.2 1.1710 0.9340 0.6970 0.5060 0.3550 0.2310 0.1430
|
||||
0.4 1.1500 0.9210 0.6920 0.5060 0.3570 0.2330 0.1450
|
||||
0.6 1.1810 0.9510 0.7210 0.5320 0.3780 0.2480 0.1540
|
||||
0.8 1.2580 1.0200 0.7820 0.5820 0.4170 0.2750 0.1700
|
||||
1.0 1.3690 1.1200 0.8710 0.6510 0.4750 0.3150 0.1950
|
||||
1.2 1.4850 1.2300 0.9750 0.7440 0.5450 0.3640 0.2250
|
||||
1.4 1.5941 1.3400 1.0860 0.8450 0.6280 0.4240 0.2630
|
||||
</tableData>
|
||||
</table>
|
||||
</function>
|
||||
|
||||
</turbine_engine>
|
60
Engines/cfm56_5b3.xml
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
File: CFM56_5B3.xml
|
||||
Author: Aero-Matic v 0.81
|
||||
|
||||
Inputs:
|
||||
name: CFM56-5B3
|
||||
type: turbine
|
||||
thrust: 33000 lb
|
||||
augmented? no
|
||||
injected? no
|
||||
-->
|
||||
|
||||
<turbine_engine name="CFM56-5B3">
|
||||
<milthrust> 33000.0 </milthrust>
|
||||
<bypassratio> 1.0 </bypassratio>
|
||||
<tsfc> 0.8 </tsfc>
|
||||
<bleed> 0.03</bleed>
|
||||
<idlen1> 30.0 </idlen1>
|
||||
<idlen2> 60.0 </idlen2>
|
||||
<maxn1> 100.0 </maxn1>
|
||||
<maxn2> 100.0 </maxn2>
|
||||
<augmented> 0 </augmented>
|
||||
<injected> 0 </injected>
|
||||
|
||||
<function name="IdleThrust">
|
||||
<table>
|
||||
<independentVar lookup="row">velocities/mach</independentVar>
|
||||
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
|
||||
<tableData>
|
||||
-10000 0 10000 20000 30000 40000 50000
|
||||
0.0 0.0430 0.0488 0.0528 0.0694 0.0899 0.1183 0.1467
|
||||
0.2 0.0500 0.0501 0.0335 0.0544 0.0797 0.1049 0.1342
|
||||
0.4 0.0040 0.0047 0.0020 0.0272 0.0595 0.0891 0.1203
|
||||
0.6 0.0 0.0 0.0 0.0 0.0276 0.0718 0.1073
|
||||
0.8 0.0 0.0 0.0 0.0 0.0474 0.0868 0.0900
|
||||
1.0 0.0 0.0 0.0 0.0 0.0 0.0552 0.0800
|
||||
</tableData>
|
||||
</table>
|
||||
</function>
|
||||
|
||||
<function name="MilThrust">
|
||||
<table>
|
||||
<independentVar lookup="row">velocities/mach</independentVar>
|
||||
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
|
||||
<tableData>
|
||||
-10000 0 10000 20000 30000 40000 50000
|
||||
0.0 1.2600 1.0000 0.7400 0.5340 0.3720 0.2410 0.1490
|
||||
0.2 1.1710 0.9340 0.6970 0.5060 0.3550 0.2310 0.1430
|
||||
0.4 1.1500 0.9210 0.6920 0.5060 0.3570 0.2330 0.1450
|
||||
0.6 1.1810 0.9510 0.7210 0.5320 0.3780 0.2480 0.1540
|
||||
0.8 1.2580 1.0200 0.7820 0.5820 0.4170 0.2750 0.1700
|
||||
1.0 1.3690 1.1200 0.8710 0.6510 0.4750 0.3150 0.1950
|
||||
1.2 1.4850 1.2300 0.9750 0.7440 0.5450 0.3640 0.2250
|
||||
1.4 1.5941 1.3400 1.0860 0.8450 0.6280 0.4240 0.2630
|
||||
</tableData>
|
||||
</table>
|
||||
</function>
|
||||
|
||||
</turbine_engine>
|
60
Engines/cfm56_5b5.xml
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
File: cfm56_5b5.xml
|
||||
Author: Aero-Matic v 0.81
|
||||
|
||||
Inputs:
|
||||
name: cfm56_5b5
|
||||
type: turbine
|
||||
thrust: 22000 lb
|
||||
augmented? no
|
||||
injected? no
|
||||
-->
|
||||
|
||||
<turbine_engine name="cfm56_5b5">
|
||||
<milthrust> 22000.0 </milthrust>
|
||||
<bypassratio> 1.0 </bypassratio>
|
||||
<tsfc> 0.8 </tsfc>
|
||||
<bleed> 0.03</bleed>
|
||||
<idlen1> 30.0 </idlen1>
|
||||
<idlen2> 60.0 </idlen2>
|
||||
<maxn1> 100.0 </maxn1>
|
||||
<maxn2> 100.0 </maxn2>
|
||||
<augmented> 0 </augmented>
|
||||
<injected> 0 </injected>
|
||||
|
||||
<function name="IdleThrust">
|
||||
<table>
|
||||
<independentVar lookup="row">velocities/mach</independentVar>
|
||||
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
|
||||
<tableData>
|
||||
-10000 0 10000 20000 30000 40000 50000
|
||||
0.0 0.0430 0.0488 0.0528 0.0694 0.0899 0.1183 0.1467
|
||||
0.2 0.0500 0.0501 0.0335 0.0544 0.0797 0.1049 0.1342
|
||||
0.4 0.0040 0.0047 0.0020 0.0272 0.0595 0.0891 0.1203
|
||||
0.6 0.0 0.0 0.0 0.0 0.0276 0.0718 0.1073
|
||||
0.8 0.0 0.0 0.0 0.0 0.0474 0.0868 0.0900
|
||||
1.0 0.0 0.0 0.0 0.0 0.0 0.0552 0.0800
|
||||
</tableData>
|
||||
</table>
|
||||
</function>
|
||||
|
||||
<function name="MilThrust">
|
||||
<table>
|
||||
<independentVar lookup="row">velocities/mach</independentVar>
|
||||
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
|
||||
<tableData>
|
||||
-10000 0 10000 20000 30000 40000 50000
|
||||
0.0 1.2600 1.0000 0.7400 0.5340 0.3720 0.2410 0.1490
|
||||
0.2 1.1710 0.9340 0.6970 0.5060 0.3550 0.2310 0.1430
|
||||
0.4 1.1500 0.9210 0.6920 0.5060 0.3570 0.2330 0.1450
|
||||
0.6 1.1810 0.9510 0.7210 0.5320 0.3780 0.2480 0.1540
|
||||
0.8 1.2580 1.0200 0.7820 0.5820 0.4170 0.2750 0.1700
|
||||
1.0 1.3690 1.1200 0.8710 0.6510 0.4750 0.3150 0.1950
|
||||
1.2 1.4850 1.2300 0.9750 0.7440 0.5450 0.3640 0.2250
|
||||
1.4 1.5941 1.3400 1.0860 0.8450 0.6280 0.4240 0.2630
|
||||
</tableData>
|
||||
</table>
|
||||
</function>
|
||||
|
||||
</turbine_engine>
|
60
Engines/cfm56_5b8.xml
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
File: CFM56_5B8.xml
|
||||
Author: Aero-Matic v 0.81
|
||||
|
||||
Inputs:
|
||||
name: CFM56_5B8
|
||||
type: turbine
|
||||
thrust: 21600 lb
|
||||
augmented? no
|
||||
injected? no
|
||||
-->
|
||||
|
||||
<turbine_engine name="CFM56_5B8">
|
||||
<milthrust> 21600.0 </milthrust>
|
||||
<bypassratio> 1.0 </bypassratio>
|
||||
<tsfc> 0.8 </tsfc>
|
||||
<bleed> 0.03</bleed>
|
||||
<idlen1> 30.0 </idlen1>
|
||||
<idlen2> 60.0 </idlen2>
|
||||
<maxn1> 100.0 </maxn1>
|
||||
<maxn2> 100.0 </maxn2>
|
||||
<augmented> 0 </augmented>
|
||||
<injected> 0 </injected>
|
||||
|
||||
<function name="IdleThrust">
|
||||
<table>
|
||||
<independentVar lookup="row">velocities/mach</independentVar>
|
||||
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
|
||||
<tableData>
|
||||
-10000 0 10000 20000 30000 40000 50000
|
||||
0.0 0.0430 0.0488 0.0528 0.0694 0.0899 0.1183 0.1467
|
||||
0.2 0.0500 0.0501 0.0335 0.0544 0.0797 0.1049 0.1342
|
||||
0.4 0.0040 0.0047 0.0020 0.0272 0.0595 0.0891 0.1203
|
||||
0.6 0.0 0.0 0.0 0.0 0.0276 0.0718 0.1073
|
||||
0.8 0.0 0.0 0.0 0.0 0.0474 0.0868 0.0900
|
||||
1.0 0.0 0.0 0.0 0.0 0.0 0.0552 0.0800
|
||||
</tableData>
|
||||
</table>
|
||||
</function>
|
||||
|
||||
<function name="MilThrust">
|
||||
<table>
|
||||
<independentVar lookup="row">velocities/mach</independentVar>
|
||||
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
|
||||
<tableData>
|
||||
-10000 0 10000 20000 30000 40000 50000
|
||||
0.0 1.2600 1.0000 0.7400 0.5340 0.3720 0.2410 0.1490
|
||||
0.2 1.1710 0.9340 0.6970 0.5060 0.3550 0.2310 0.1430
|
||||
0.4 1.1500 0.9210 0.6920 0.5060 0.3570 0.2330 0.1450
|
||||
0.6 1.1810 0.9510 0.7210 0.5320 0.3780 0.2480 0.1540
|
||||
0.8 1.2580 1.0200 0.7820 0.5820 0.4170 0.2750 0.1700
|
||||
1.0 1.3690 1.1200 0.8710 0.6510 0.4750 0.3150 0.1950
|
||||
1.2 1.4850 1.2300 0.9750 0.7440 0.5450 0.3640 0.2250
|
||||
1.4 1.5941 1.3400 1.0860 0.8450 0.6280 0.4240 0.2630
|
||||
</tableData>
|
||||
</table>
|
||||
</function>
|
||||
|
||||
</turbine_engine>
|
6
Engines/direct.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Thrust is computed directly by the engine
|
||||
-->
|
||||
<direct name="Direct">
|
||||
</direct>
|
60
Engines/v2500_a1.xml
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
File: V2500_A1.xml
|
||||
Author: Aero-Matic v 0.8
|
||||
|
||||
Inputs:
|
||||
name: V2500_A1
|
||||
type: turbine
|
||||
thrust: 25000 lb
|
||||
augmented? no
|
||||
injected? no
|
||||
-->
|
||||
|
||||
<turbine_engine name="V2500_A1">
|
||||
<milthrust> 25000.0 </milthrust>
|
||||
<bypassratio> 4.5 </bypassratio>
|
||||
<tsfc> 0.574 </tsfc>
|
||||
<bleed> 0.03</bleed>
|
||||
<idlen1> 30.0 </idlen1>
|
||||
<idlen2> 60.0 </idlen2>
|
||||
<maxn1> 100.0 </maxn1>
|
||||
<maxn2> 100.0 </maxn2>
|
||||
<augmented> 0 </augmented>
|
||||
<injected> 0 </injected>
|
||||
|
||||
<function name="IdleThrust">
|
||||
<table>
|
||||
<independentVar lookup="row">velocities/mach</independentVar>
|
||||
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
|
||||
<tableData>
|
||||
-10000 0 10000 20000 30000 40000 50000
|
||||
0.0 0.0430 0.0488 0.0528 0.0694 0.0899 0.1183 0.1467
|
||||
0.2 0.0500 0.0501 0.0335 0.0544 0.0797 0.1049 0.1342
|
||||
0.4 0.0040 0.0047 0.0020 0.0272 0.0595 0.0891 0.1203
|
||||
0.6 0.0 0.0 0.0 0.0 0.0276 0.0718 0.1073
|
||||
0.8 0.0 0.0 0.0 0.0 0.0474 0.0868 0.0900
|
||||
1.0 0.0 0.0 0.0 0.0 0.0 0.0552 0.0800
|
||||
</tableData>
|
||||
</table>
|
||||
</function>
|
||||
|
||||
<function name="MilThrust">
|
||||
<table>
|
||||
<independentVar lookup="row">velocities/mach</independentVar>
|
||||
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
|
||||
<tableData>
|
||||
-10000 0 10000 20000 30000 40000 50000
|
||||
0.0 1.2600 1.0000 0.7400 0.5340 0.3720 0.2410 0.1490
|
||||
0.2 1.1710 0.9340 0.6970 0.5060 0.3550 0.2310 0.1430
|
||||
0.4 1.1500 0.9210 0.6920 0.5060 0.3570 0.2330 0.1450
|
||||
0.6 1.1810 0.9510 0.7210 0.5320 0.3780 0.2480 0.1540
|
||||
0.8 1.2580 1.0200 0.7820 0.5820 0.4170 0.2750 0.1700
|
||||
1.0 1.3690 1.1200 0.8710 0.6510 0.4750 0.3150 0.1950
|
||||
1.2 1.4850 1.2300 0.9750 0.7440 0.5450 0.3640 0.2250
|
||||
1.4 1.5941 1.3400 1.0860 0.8450 0.6280 0.4240 0.2630
|
||||
</tableData>
|
||||
</table>
|
||||
</function>
|
||||
|
||||
</turbine_engine>
|
60
Engines/v2522_a5.xml
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
File: V2522_A5.xml
|
||||
Author: Aero-Matic v 0.81
|
||||
|
||||
Inputs:
|
||||
name: V2522_A5
|
||||
type: turbine
|
||||
thrust: 21998.928 lb
|
||||
augmented? no
|
||||
injected? no
|
||||
-->
|
||||
|
||||
<turbine_engine name="V2522_A5">
|
||||
<milthrust> 21998.9 </milthrust>
|
||||
<bypassratio> 1.0 </bypassratio>
|
||||
<tsfc> 0.8 </tsfc>
|
||||
<bleed> 0.03</bleed>
|
||||
<idlen1> 30.0 </idlen1>
|
||||
<idlen2> 60.0 </idlen2>
|
||||
<maxn1> 100.0 </maxn1>
|
||||
<maxn2> 100.0 </maxn2>
|
||||
<augmented> 0 </augmented>
|
||||
<injected> 0 </injected>
|
||||
|
||||
<function name="IdleThrust">
|
||||
<table>
|
||||
<independentVar lookup="row">velocities/mach</independentVar>
|
||||
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
|
||||
<tableData>
|
||||
-10000 0 10000 20000 30000 40000 50000
|
||||
0.0 0.0430 0.0488 0.0528 0.0694 0.0899 0.1183 0.1467
|
||||
0.2 0.0500 0.0501 0.0335 0.0544 0.0797 0.1049 0.1342
|
||||
0.4 0.0040 0.0047 0.0020 0.0272 0.0595 0.0891 0.1203
|
||||
0.6 0.0 0.0 0.0 0.0 0.0276 0.0718 0.1073
|
||||
0.8 0.0 0.0 0.0 0.0 0.0474 0.0868 0.0900
|
||||
1.0 0.0 0.0 0.0 0.0 0.0 0.0552 0.0800
|
||||
</tableData>
|
||||
</table>
|
||||
</function>
|
||||
|
||||
<function name="MilThrust">
|
||||
<table>
|
||||
<independentVar lookup="row">velocities/mach</independentVar>
|
||||
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
|
||||
<tableData>
|
||||
-10000 0 10000 20000 30000 40000 50000
|
||||
0.0 1.2600 1.0000 0.7400 0.5340 0.3720 0.2410 0.1490
|
||||
0.2 1.1710 0.9340 0.6970 0.5060 0.3550 0.2310 0.1430
|
||||
0.4 1.1500 0.9210 0.6920 0.5060 0.3570 0.2330 0.1450
|
||||
0.6 1.1810 0.9510 0.7210 0.5320 0.3780 0.2480 0.1540
|
||||
0.8 1.2580 1.0200 0.7820 0.5820 0.4170 0.2750 0.1700
|
||||
1.0 1.3690 1.1200 0.8710 0.6510 0.4750 0.3150 0.1950
|
||||
1.2 1.4850 1.2300 0.9750 0.7440 0.5450 0.3640 0.2250
|
||||
1.4 1.5941 1.3400 1.0860 0.8450 0.6280 0.4240 0.2630
|
||||
</tableData>
|
||||
</table>
|
||||
</function>
|
||||
|
||||
</turbine_engine>
|
60
Engines/v2533_a5.xml
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
File: V2533_A5.xml
|
||||
Author: Aero-Matic v 0.81
|
||||
|
||||
Inputs:
|
||||
name: V2533_A5
|
||||
type: turbine
|
||||
thrust: 33000.64 lb
|
||||
augmented? no
|
||||
injected? no
|
||||
-->
|
||||
|
||||
<turbine_engine name="V2500_A5">
|
||||
<milthrust> 33000.6 </milthrust>
|
||||
<bypassratio> 1.0 </bypassratio>
|
||||
<tsfc> 0.8 </tsfc>
|
||||
<bleed> 0.03</bleed>
|
||||
<idlen1> 30.0 </idlen1>
|
||||
<idlen2> 60.0 </idlen2>
|
||||
<maxn1> 100.0 </maxn1>
|
||||
<maxn2> 100.0 </maxn2>
|
||||
<augmented> 0 </augmented>
|
||||
<injected> 0 </injected>
|
||||
|
||||
<function name="IdleThrust">
|
||||
<table>
|
||||
<independentVar lookup="row">velocities/mach</independentVar>
|
||||
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
|
||||
<tableData>
|
||||
-10000 0 10000 20000 30000 40000 50000
|
||||
0.0 0.0430 0.0488 0.0528 0.0694 0.0899 0.1183 0.1467
|
||||
0.2 0.0500 0.0501 0.0335 0.0544 0.0797 0.1049 0.1342
|
||||
0.4 0.0040 0.0047 0.0020 0.0272 0.0595 0.0891 0.1203
|
||||
0.6 0.0 0.0 0.0 0.0 0.0276 0.0718 0.1073
|
||||
0.8 0.0 0.0 0.0 0.0 0.0474 0.0868 0.0900
|
||||
1.0 0.0 0.0 0.0 0.0 0.0 0.0552 0.0800
|
||||
</tableData>
|
||||
</table>
|
||||
</function>
|
||||
|
||||
<function name="MilThrust">
|
||||
<table>
|
||||
<independentVar lookup="row">velocities/mach</independentVar>
|
||||
<independentVar lookup="column">atmosphere/density-altitude</independentVar>
|
||||
<tableData>
|
||||
-10000 0 10000 20000 30000 40000 50000
|
||||
0.0 1.2600 1.0000 0.7400 0.5340 0.3720 0.2410 0.1490
|
||||
0.2 1.1710 0.9340 0.6970 0.5060 0.3550 0.2310 0.1430
|
||||
0.4 1.1500 0.9210 0.6920 0.5060 0.3570 0.2330 0.1450
|
||||
0.6 1.1810 0.9510 0.7210 0.5320 0.3780 0.2480 0.1540
|
||||
0.8 1.2580 1.0200 0.7820 0.5820 0.4170 0.2750 0.1700
|
||||
1.0 1.3690 1.1200 0.8710 0.6510 0.4750 0.3150 0.1950
|
||||
1.2 1.4850 1.2300 0.9750 0.7440 0.5450 0.3640 0.2250
|
||||
1.4 1.5941 1.3400 1.0860 0.8450 0.6280 0.4240 0.2630
|
||||
</tableData>
|
||||
</table>
|
||||
</function>
|
||||
|
||||
</turbine_engine>
|
437
Models/A320-200-IAE.xml
Normal file
|
@ -0,0 +1,437 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<PropertyList>
|
||||
<name>A320neo</name>
|
||||
<path>empty.ac</path> <!-- Livery system on MP multimodel -->
|
||||
|
||||
<offsets>
|
||||
<x-m>-18.8499</x-m>
|
||||
<z-m>1.7005004</z-m>
|
||||
</offsets>
|
||||
|
||||
|
||||
<model>
|
||||
<name>Fuselage</name>
|
||||
<path>Aircraft/A320Family/Models/Fuselages/a320.fuselage.xml</path>
|
||||
|
||||
</model>
|
||||
<!-- effects -->
|
||||
<model>
|
||||
<name>shadow</name>
|
||||
<path>Aircraft/A320Family/Models/Effects/shadow.xml</path>
|
||||
<offsets>
|
||||
<x-m>20.38</x-m>
|
||||
<z-m>-4.26</z-m>
|
||||
<pitch-deg>1.5</pitch-deg>
|
||||
</offsets>
|
||||
</model>
|
||||
<!-- Separate Flightdeck to fit the modified nose -->
|
||||
<model>
|
||||
<name>Flightdeck</name>
|
||||
<path>Aircraft/A320Family/Models/FlightDeck/a320.flightdeck.xml</path>
|
||||
<offsets>
|
||||
<x-m>4.7881</x-m>
|
||||
<z-m>0.2399</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Interior</name>
|
||||
<path>Aircraft/A320Family/Models/Interior/a320neo.interior.xml</path>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Nose Gear</name>
|
||||
<path>Aircraft/A320Family/Models/LandingGears/a320.nlg.xml</path>
|
||||
<offsets>
|
||||
<x-m>7.83</x-m>
|
||||
<!-- <z-m>-1.8306008</z-m> Didn't touch ground -->
|
||||
<z-m>-2</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Main Gears.Left</name>
|
||||
<path>Aircraft/A320Family/Models/LandingGears/a320.mlg.left.xml</path>
|
||||
<offsets>
|
||||
<x-m>20.3180764</x-m>
|
||||
<y-m>-3.795</y-m>
|
||||
<z-m>-3.9469424</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Main Gears.Right</name>
|
||||
<path>Aircraft/A320Family/Models/LandingGears/a320.mlg.right.xml</path>
|
||||
<offsets>
|
||||
<x-m>20.3180764</x-m>
|
||||
<y-m>3.795</y-m>
|
||||
<z-m>-3.9469424</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320Family/Models/Wings/a320.wings.iae.xml</path>
|
||||
<offsets>
|
||||
<x-m>15.280</x-m>
|
||||
<z-m>-1.06019</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>A320NEO Winglets</name>
|
||||
<path>Aircraft/A320Family/Models/Wings/a320neo.winglets.xml</path>
|
||||
<offsets>
|
||||
<x-m>15.280</x-m>
|
||||
<z-m>-1.06019</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Horizontal Stabilizer</name>
|
||||
<path>Aircraft/A320Family/Models/Fuselages/a320.hstab.xml</path>
|
||||
<offsets>
|
||||
<x-m>34.1512207</x-m>
|
||||
<pitch-deg>0.0</pitch-deg>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Vertical Stabilizer</name>
|
||||
<path>Aircraft/A320Family/Models/Fuselages/a320.vstab.xml</path>
|
||||
<offsets>
|
||||
<x-m>32.2535728</x-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<!-- Lights -->
|
||||
<model>
|
||||
<name>Left nav light</name>
|
||||
<path>Aircraft/A320Family/Models/Lights/rednav.xml</path>
|
||||
<offsets>
|
||||
<x-m>22.93</x-m>
|
||||
<y-m>-16.5</y-m>
|
||||
<z-m>0.25</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Right nav light</name>
|
||||
<path>Aircraft/A320Family/Models/Lights/greennav.xml</path>
|
||||
<offsets>
|
||||
<x-m>22.93</x-m>
|
||||
<y-m>16.5</y-m>
|
||||
<z-m>0.25</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Left strobe light</name>
|
||||
<path>Aircraft/A320Family/Models/Lights/strobe.xml</path>
|
||||
<offsets>
|
||||
<x-m>23.92</x-m>
|
||||
<y-m>-17.3</y-m>
|
||||
<z-m>0.47</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Right strobe light</name>
|
||||
<path>Aircraft/A320Family/Models/Lights/strobe.xml</path>
|
||||
<offsets>
|
||||
<x-m>23.92</x-m>
|
||||
<y-m>17.23</y-m>
|
||||
<z-m>0.47</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>Top beacon light</name>
|
||||
<path>Aircraft/A320Family/Models/Lights/beacon.xml</path>
|
||||
<offsets>
|
||||
<x-m>16.7</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>1.977</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Bottom beacon light</name>
|
||||
<path>Aircraft/A320Family/Models/Lights/beacon.xml</path>
|
||||
<offsets>
|
||||
<x-m>18.2</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>-2.5</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Port landing light</name>
|
||||
<path>Aircraft/A320Family/Models/Lights/landing-port.xml</path>
|
||||
<offsets>
|
||||
<x-m>15.9</x-m>
|
||||
<y-m>-3.16</y-m>
|
||||
<z-m>-1.4</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Nosegear landing light</name>
|
||||
<path>Aircraft/A320Family/Models/Lights/landing-nose.xml</path>
|
||||
<offsets>
|
||||
<x-m>7.35</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>-2.5</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Starboard landing light</name>
|
||||
<path>Aircraft/A320Family/Models/Lights/landing-stbd.xml</path>
|
||||
<offsets>
|
||||
<x-m>15.9</x-m>
|
||||
<y-m>3.16</y-m>
|
||||
<z-m>-1.4</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Other non-aircraft models -->
|
||||
<model>
|
||||
<name>Pushback</name>
|
||||
<path>Models/Airport/Pushback/Goldhofert.xml</path>
|
||||
<offsets>
|
||||
<x-m>5.55</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>-4.14</z-m>
|
||||
<!-- <x-m>7.55</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>-4.14</z-m> -->
|
||||
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Tutorial marker</name>
|
||||
<path>Models/Aircraft/marker.xml</path>
|
||||
</model>
|
||||
|
||||
|
||||
|
||||
<!-- LIVERY SELECT -->
|
||||
<!-- Animation -->
|
||||
<animation>
|
||||
<type>material</type>
|
||||
<!-- Fuselage -->
|
||||
<object-name>Fuselage</object-name>
|
||||
<object-name>Vstab</object-name>
|
||||
<!-- Wings -->
|
||||
<object-name>WingletL</object-name>
|
||||
<object-name>WingletR</object-name>
|
||||
<!-- Engines -->
|
||||
<object-name>Intake</object-name>
|
||||
<object-name>Nacelle</object-name>
|
||||
<object-name>Reverser</object-name>
|
||||
<!-- Fuselage -->
|
||||
<property-base>sim/model/livery</property-base>
|
||||
<texture-prop>texture</texture-prop>
|
||||
</animation>
|
||||
|
||||
<!-- Nasal code -->
|
||||
<nasal>
|
||||
<load>
|
||||
var livery_update = aircraft.livery_update.new("Aircraft/A320Family/Models/Liveries/A320");
|
||||
</load>
|
||||
<unload>
|
||||
livery_update.stop();
|
||||
</unload>
|
||||
</nasal>
|
||||
|
||||
<!-- Fuel Truck -->
|
||||
|
||||
<model>
|
||||
<name>fuel-truck</name>
|
||||
<path>Aircraft/A320Family/Models/Services/Fuel-Truck/Fuel_Truck_Short_VolvoFM.ac</path>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>/services/fuel-truck/enable</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<offsets>
|
||||
<!-- x: +19, z: +1.75 -->
|
||||
<!--<x-m>2.87</x-m>
|
||||
<y-m>7.28</y-m>-->
|
||||
<z-m>0.95</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>fuel_pipe</object-name>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>/services/fuel-truck/connect</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>fuel_pipe_disconnected</object-name>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>/services/fuel-truck/connect</property>
|
||||
<value>0</value>
|
||||
</equals>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<!-- De-icing Truck -->
|
||||
|
||||
<model>
|
||||
<name>de-ice-truck</name>
|
||||
<path>Aircraft/A320Family/Models/Services/De-Icing/volvo_deicing_truck.xml</path>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>/services/deicing_truck/enable</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>-15</x-m>
|
||||
<y-m>9.5</y-m>
|
||||
<z-m>-5</z-m>
|
||||
<heading-deg>160</heading-deg>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Catering Truck - 1st door -->
|
||||
|
||||
<model>
|
||||
<name>cater-truck</name>
|
||||
<path>Aircraft/A320Family/Models/Services/Catering/L_T_VolvoFM-4_5m-set.xml</path>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>/services/catering/enable</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<offsets>
|
||||
<!-- x: +19, z: +1.75 -->
|
||||
<x-m>2.87</x-m>
|
||||
<y-m>7.28</y-m>
|
||||
<z-m>-3.70</z-m>
|
||||
<heading-deg>100</heading-deg>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Baggage Truck -->
|
||||
|
||||
<model>
|
||||
<name>baggage-truck</name>
|
||||
<path>Aircraft/A320Family/Models/Services/Baggage/cargo_ramp.ac</path>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>/services/baggage/enable</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
</model>
|
||||
|
||||
<!-- External Power -->
|
||||
|
||||
<model>
|
||||
<name>ext-pwr</name>
|
||||
<path>Aircraft/A320Family/Models/Services/External-Power/ext-pwr-box.ac</path>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>/services/ext-pwr/enable</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>12</x-m>
|
||||
<z-m>0.75</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- Chokes -->
|
||||
|
||||
<model>
|
||||
<name>choke_nose</name>
|
||||
<path>Aircraft/A320Family/Models/Services/Chokes/choke_nose.ac</path>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>/services/chokes/nose</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>23.5</x-m>
|
||||
<z-m>1.25</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>choke_left</name>
|
||||
<path>Aircraft/A320Family/Models/Services/Chokes/choke_left.ac</path>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>/services/chokes/left</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>15.5</x-m>
|
||||
<y-m>1.18</y-m>
|
||||
<z-m>1.25</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>choke_right</name>
|
||||
<path>Aircraft/A320Family/Models/Services/Chokes/choke_right.ac</path>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>/services/chokes/right</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<offsets>
|
||||
<x-m>15.5</x-m>
|
||||
<y-m>-1.18</y-m>
|
||||
<z-m>1.25</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<!-- Stairways -->
|
||||
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320Family/Models/Services/Stairs/stairs.xml</path>
|
||||
<name>l1</name>
|
||||
<offsets>
|
||||
<x-m>7.94</x-m>
|
||||
<y-m>-0.1</y-m>
|
||||
<z-m>-0.6</z-m>
|
||||
<heading-deg>-8</heading-deg>
|
||||
</offsets>
|
||||
<condition>
|
||||
<property>/services/stairs/l1</property>
|
||||
</condition>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320Family/Models/Services/Stairs/stairs.xml</path>
|
||||
<name>l4</name>
|
||||
<offsets>
|
||||
<x-m>31.94</x-m>
|
||||
<y-m>0.4</y-m>
|
||||
<z-m>-0.6</z-m>
|
||||
<heading-deg>6</heading-deg>
|
||||
</offsets>
|
||||
<condition>
|
||||
<property>/services/stairs/l4</property>
|
||||
</condition>
|
||||
</model>
|
||||
|
||||
|
||||
</PropertyList>
|
26
Models/Effects/NEOreflect.eff
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PropertyList>
|
||||
<name>Aircraft/A320neo/Models/Effects/NEOreflect</name>
|
||||
<inherits-from>Effects/reflect</inherits-from>
|
||||
|
||||
<parameters>
|
||||
<texture n="5">
|
||||
<type>cubemap</type>
|
||||
<!-- use this form for a 6 image cube map -->
|
||||
<images>
|
||||
<positive-x>Aircraft/Generic/Effects/CubeMaps/real.blue-sky/fair-sky_px.png</positive-x>
|
||||
<negative-x>Aircraft/Generic/Effects/CubeMaps/real.blue-sky/fair-sky_nx.png</negative-x>
|
||||
<positive-y>Aircraft/Generic/Effects/CubeMaps/real.blue-sky/fair-sky_py.png</positive-y>
|
||||
<negative-y>Aircraft/Generic/Effects/CubeMaps/real.blue-sky/fair-sky_ny.png</negative-y>
|
||||
<positive-z>Aircraft/Generic/Effects/CubeMaps/real.blue-sky/fair-sky_pz.png</positive-z>
|
||||
<negative-z>Aircraft/Generic/Effects/CubeMaps/real.blue-sky/fair-sky_nz.png</negative-z>
|
||||
</images>
|
||||
</texture>
|
||||
<rainbowiness type="float">0.1</rainbowiness>
|
||||
<fresneliness>0.1</fresneliness>
|
||||
<refl_correction>0.1</refl_correction>
|
||||
<ambient_correction>0.1</ambient_correction>
|
||||
<reflect_map>0</reflect_map>
|
||||
</parameters>
|
||||
|
||||
</PropertyList>
|
103
Models/Effects/contrail-eng1.xml
Normal file
|
@ -0,0 +1,103 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<PropertyList>
|
||||
<particlesystem>
|
||||
<name>smoke</name>
|
||||
<texture>res/smoke.png</texture>
|
||||
|
||||
<emissive type="bool">false</emissive>
|
||||
<lighting type="bool">false</lighting>
|
||||
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>engines/engine[0]/n2</property>
|
||||
<value>50</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>position/altitude-ft</property>
|
||||
<value>19000</value>
|
||||
</greater-than>
|
||||
<less-than>
|
||||
<property>environment/temperature-degc</property>
|
||||
<value>-40</value>
|
||||
</less-than>
|
||||
</and>
|
||||
</condition>
|
||||
|
||||
<attach>world</attach>
|
||||
|
||||
<placer>
|
||||
<type>point</type>
|
||||
</placer>
|
||||
|
||||
<shooter>
|
||||
<theta-min-deg>-1.5</theta-min-deg>
|
||||
<theta-max-deg>1.5</theta-max-deg>
|
||||
<phi-min-deg>-1.5</phi-min-deg>
|
||||
<phi-max-deg>1.5</phi-max-deg>
|
||||
<speed-mps>
|
||||
<value>0</value>
|
||||
<spread>0</spread>
|
||||
</speed-mps>
|
||||
<rotation-speed>
|
||||
<x-min-deg-sec>0</x-min-deg-sec>
|
||||
<y-min-deg-sec>0</y-min-deg-sec>
|
||||
<z-min-deg-sec>0</z-min-deg-sec>
|
||||
<x-max-deg-sec>0</x-max-deg-sec>
|
||||
<y-max-deg-sec>0</y-max-deg-sec>
|
||||
<z-max-deg-sec>0</z-max-deg-sec>
|
||||
</rotation-speed>
|
||||
</shooter>
|
||||
|
||||
<counter>
|
||||
<particles-per-sec>
|
||||
<value>35</value>
|
||||
<spread>0</spread>
|
||||
</particles-per-sec>
|
||||
</counter>
|
||||
|
||||
<align>billboard</align>
|
||||
|
||||
<particle>
|
||||
<start>
|
||||
<color>
|
||||
<red><value> 0.7 </value></red>
|
||||
<green><value> 0.7 </value></green>
|
||||
<blue><value> 0.7 </value></blue>
|
||||
<alpha><value> 0.3 </value></alpha>
|
||||
</color>
|
||||
<size>
|
||||
<value>2</value>
|
||||
</size>
|
||||
</start>
|
||||
|
||||
<end>
|
||||
<color>
|
||||
<red><value> 1.0 </value></red>
|
||||
<green><value> 1.0 </value></green>
|
||||
<blue><value> 1.0 </value></blue>
|
||||
<alpha><value> 1.0 </value></alpha>
|
||||
</color>
|
||||
<size>
|
||||
<value>6</value>
|
||||
</size>
|
||||
</end>
|
||||
|
||||
<life-sec>
|
||||
<value>10</value>
|
||||
</life-sec>
|
||||
|
||||
<mass-kg> 0.5 </mass-kg>
|
||||
<radius-m> 0.5 </radius-m>
|
||||
</particle>
|
||||
|
||||
<program>
|
||||
<fluid> air </fluid>
|
||||
<gravity type="bool"> true </gravity>
|
||||
<wind typ="bool"> true </wind>
|
||||
</program>
|
||||
|
||||
</particlesystem>
|
||||
|
||||
</PropertyList>
|
103
Models/Effects/contrail-eng2.xml
Normal file
|
@ -0,0 +1,103 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<PropertyList>
|
||||
<particlesystem>
|
||||
<name>smoke</name>
|
||||
<texture>res/smoke.png</texture>
|
||||
|
||||
<emissive type="bool">false</emissive>
|
||||
<lighting type="bool">false</lighting>
|
||||
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>engines/engine[1]/n2</property>
|
||||
<value>50</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>position/altitude-ft</property>
|
||||
<value>19000</value>
|
||||
</greater-than>
|
||||
<less-than>
|
||||
<property>environment/temperature-degc</property>
|
||||
<value>-40</value>
|
||||
</less-than>
|
||||
</and>
|
||||
</condition>
|
||||
|
||||
<attach>world</attach>
|
||||
|
||||
<placer>
|
||||
<type>point</type>
|
||||
</placer>
|
||||
|
||||
<shooter>
|
||||
<theta-min-deg>-1.5</theta-min-deg>
|
||||
<theta-max-deg>1.5</theta-max-deg>
|
||||
<phi-min-deg>-1.5</phi-min-deg>
|
||||
<phi-max-deg>1.5</phi-max-deg>
|
||||
<speed-mps>
|
||||
<value>0</value>
|
||||
<spread>0</spread>
|
||||
</speed-mps>
|
||||
<rotation-speed>
|
||||
<x-min-deg-sec>0</x-min-deg-sec>
|
||||
<y-min-deg-sec>0</y-min-deg-sec>
|
||||
<z-min-deg-sec>0</z-min-deg-sec>
|
||||
<x-max-deg-sec>0</x-max-deg-sec>
|
||||
<y-max-deg-sec>0</y-max-deg-sec>
|
||||
<z-max-deg-sec>0</z-max-deg-sec>
|
||||
</rotation-speed>
|
||||
</shooter>
|
||||
|
||||
<counter>
|
||||
<particles-per-sec>
|
||||
<value>35</value>
|
||||
<spread>0</spread>
|
||||
</particles-per-sec>
|
||||
</counter>
|
||||
|
||||
<align>billboard</align>
|
||||
|
||||
<particle>
|
||||
<start>
|
||||
<color>
|
||||
<red><value> 0.7 </value></red>
|
||||
<green><value> 0.7 </value></green>
|
||||
<blue><value> 0.7 </value></blue>
|
||||
<alpha><value> 0.3 </value></alpha>
|
||||
</color>
|
||||
<size>
|
||||
<value>2</value>
|
||||
</size>
|
||||
</start>
|
||||
|
||||
<end>
|
||||
<color>
|
||||
<red><value> 1.0 </value></red>
|
||||
<green><value> 1.0 </value></green>
|
||||
<blue><value> 1.0 </value></blue>
|
||||
<alpha><value> 1.0 </value></alpha>
|
||||
</color>
|
||||
<size>
|
||||
<value>6</value>
|
||||
</size>
|
||||
</end>
|
||||
|
||||
<life-sec>
|
||||
<value>10</value>
|
||||
</life-sec>
|
||||
|
||||
<mass-kg> 0.5 </mass-kg>
|
||||
<radius-m> 0.5 </radius-m>
|
||||
</particle>
|
||||
|
||||
<program>
|
||||
<fluid> air </fluid>
|
||||
<gravity type="bool"> true </gravity>
|
||||
<wind typ="bool"> true </wind>
|
||||
</program>
|
||||
|
||||
</particlesystem>
|
||||
|
||||
</PropertyList>
|
94
Models/Effects/enginefire.xml
Normal file
|
@ -0,0 +1,94 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!--
|
||||
A320 engine fire
|
||||
Adapted from the FlightGear 737-900ER available from United Free World (http://unitedfreeworld.com)
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<particlesystem>
|
||||
<texture>res/fire.png</texture>
|
||||
<emissive>true</emissive>
|
||||
<lighting>false</lighting>
|
||||
<offsets>
|
||||
<roll-deg>90</roll-deg>
|
||||
</offsets>
|
||||
<attach>world</attach>
|
||||
<placer>
|
||||
<type>point</type>
|
||||
</placer>
|
||||
<shooter>
|
||||
<theta-min-deg>65</theta-min-deg>
|
||||
<theta-max-deg>115</theta-max-deg>
|
||||
<phi-min-deg>0</phi-min-deg>
|
||||
<phi-max-deg>0</phi-max-deg>
|
||||
<speed>
|
||||
<value>25</value>
|
||||
<spread>15</spread>
|
||||
</speed>
|
||||
<rotation-speed>
|
||||
<x-min-deg-sec>0</x-min-deg-sec>
|
||||
<y-min-deg-sec>0</y-min-deg-sec>
|
||||
<z-min-deg-sec>0</z-min-deg-sec>
|
||||
<x-max-deg-sec>0</x-max-deg-sec>
|
||||
<y-max-deg-sec>0</y-max-deg-sec>
|
||||
<z-max-deg-sec>0</z-max-deg-sec>
|
||||
</rotation-speed>
|
||||
</shooter>
|
||||
<counter>
|
||||
<particles-per-sec>
|
||||
<value>25</value>
|
||||
<spread>15</spread>
|
||||
</particles-per-sec>
|
||||
</counter>
|
||||
<align>billboard</align>
|
||||
<particle>
|
||||
<start>
|
||||
<color>
|
||||
<red>
|
||||
<value>0.6</value>
|
||||
</red>
|
||||
<green>
|
||||
<value>0.6</value>
|
||||
</green>
|
||||
<blue>
|
||||
<value>0.6</value>
|
||||
</blue>
|
||||
<alpha>
|
||||
<value>0.4</value>
|
||||
</alpha>
|
||||
</color>
|
||||
<size>
|
||||
<value>1.2</value>
|
||||
</size>
|
||||
</start>
|
||||
<end>
|
||||
<color>
|
||||
<red>
|
||||
<value>0</value>
|
||||
</red>
|
||||
<green>
|
||||
<value>0</value>
|
||||
</green>
|
||||
<blue>
|
||||
<value>0</value>
|
||||
</blue>
|
||||
<alpha>
|
||||
<value>0</value>
|
||||
</alpha>
|
||||
</color>
|
||||
<size>
|
||||
<value>4.0</value>
|
||||
</size>
|
||||
</end>
|
||||
<life-sec>
|
||||
<value>2.0</value>
|
||||
</life-sec>
|
||||
<mass-kg>1.3</mass-kg>
|
||||
<radius-m>0.03</radius-m>
|
||||
</particle>
|
||||
</particlesystem>
|
||||
|
||||
</PropertyList>
|
||||
|
BIN
Models/Effects/res/fire.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
23
Models/Effects/res/shadow.ac
Normal file
|
@ -0,0 +1,23 @@
|
|||
AC3Db
|
||||
MATERIAL "ac3dmat14" rgb 0.8 0.8 0.8 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.2 0.2 0.2 shi 128 trans 0
|
||||
OBJECT world
|
||||
kids 1
|
||||
OBJECT poly
|
||||
name "shadow"
|
||||
loc 0 0 6.09085e-007
|
||||
texture "shadow.png"
|
||||
crease 45.000000
|
||||
numvert 4
|
||||
-18.785 0 17.05
|
||||
18.785 0 17.05
|
||||
18.785 0 -17.05
|
||||
-18.785 0 -17.05
|
||||
numsurf 1
|
||||
SURF 0x10
|
||||
mat 0
|
||||
refs 4
|
||||
0 0 0
|
||||
1 1 0
|
||||
2 1 1
|
||||
3 0 1
|
||||
kids 0
|
BIN
Models/Effects/res/shadow.png
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
Models/Effects/res/smoke.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
73
Models/Effects/shadow.xml
Normal file
|
@ -0,0 +1,73 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>res/shadow.ac</path>
|
||||
|
||||
<animation>
|
||||
<!-- opaque objects -->
|
||||
<!-- transparent objects -->
|
||||
<object-name>shadow</object-name>
|
||||
<type>select</type>
|
||||
<condition>
|
||||
<not>
|
||||
<property>/sim/rendering/rembrandt/enabled</property>
|
||||
</not>
|
||||
</condition>
|
||||
</animation>
|
||||
<effect>
|
||||
<inherits-from>Effects/model-transparent</inherits-from>
|
||||
<object-name>shadow</object-name>
|
||||
</effect>
|
||||
<!-- ALS shadow effect -->
|
||||
<effect>
|
||||
<inherits-from>Effects/shadow</inherits-from>
|
||||
<object-name>shadow</object-name>
|
||||
</effect>
|
||||
|
||||
<!--Translate to ground level -->
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>shadow</object-name>
|
||||
<property>/controls/lighting/shad-light-alt</property>
|
||||
<factor>0.301</factor>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<z>-1</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>shadow</object-name>
|
||||
<property>/orientation/roll-deg</property>
|
||||
<center>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</center>
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>shadow</object-name>
|
||||
<property>/orientation/pitch-deg</property>
|
||||
<center>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</center>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
95
Models/Effects/sparks.xml
Normal file
|
@ -0,0 +1,95 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!--
|
||||
A320 engine fire
|
||||
Adapted from the FlightGear 737-900ER available from United Free World (http://unitedfreeworld.com)
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<particlesystem>
|
||||
<texture>res/fire.png</texture>
|
||||
<emissive>true</emissive>
|
||||
<lighting>false</lighting>
|
||||
<offsets>
|
||||
<roll-deg>90</roll-deg>
|
||||
</offsets>
|
||||
<attach>world</attach>
|
||||
<placer>
|
||||
<type>point</type>
|
||||
</placer>
|
||||
<shooter>
|
||||
<theta-min-deg>65</theta-min-deg>
|
||||
<theta-max-deg>115</theta-max-deg>
|
||||
<phi-min-deg>0</phi-min-deg>
|
||||
<phi-max-deg>0</phi-max-deg>
|
||||
<speed>
|
||||
<value>25</value>
|
||||
<spread>15</spread>
|
||||
</speed>
|
||||
<rotation-speed>
|
||||
<x-min-deg-sec>0</x-min-deg-sec>
|
||||
<y-min-deg-sec>0</y-min-deg-sec>
|
||||
<z-min-deg-sec>0</z-min-deg-sec>
|
||||
<x-max-deg-sec>0</x-max-deg-sec>
|
||||
<y-max-deg-sec>0</y-max-deg-sec>
|
||||
<z-max-deg-sec>0</z-max-deg-sec>
|
||||
</rotation-speed>
|
||||
</shooter>
|
||||
<counter>
|
||||
<particles-per-sec>
|
||||
<property>/velocities/groundspeed-kt</property>
|
||||
<!--factor>0.80</factor-->
|
||||
<spread>25</spread>
|
||||
</particles-per-sec>
|
||||
</counter>
|
||||
<align>billboard</align>
|
||||
<particle>
|
||||
<start>
|
||||
<color>
|
||||
<red>
|
||||
<value>0.6</value>
|
||||
</red>
|
||||
<green>
|
||||
<value>0.6</value>
|
||||
</green>
|
||||
<blue>
|
||||
<value>0.6</value>
|
||||
</blue>
|
||||
<alpha>
|
||||
<value>0.4</value>
|
||||
</alpha>
|
||||
</color>
|
||||
<size>
|
||||
<value>0.3</value>
|
||||
</size>
|
||||
</start>
|
||||
<end>
|
||||
<color>
|
||||
<red>
|
||||
<value>0</value>
|
||||
</red>
|
||||
<green>
|
||||
<value>0</value>
|
||||
</green>
|
||||
<blue>
|
||||
<value>0</value>
|
||||
</blue>
|
||||
<alpha>
|
||||
<value>0</value>
|
||||
</alpha>
|
||||
</color>
|
||||
<size>
|
||||
<value>0.8</value>
|
||||
</size>
|
||||
</end>
|
||||
<life-sec>
|
||||
<value>1.0</value>
|
||||
</life-sec>
|
||||
<mass-kg>0.1</mass-kg>
|
||||
<radius-m>0.03</radius-m>
|
||||
</particle>
|
||||
</particlesystem>
|
||||
|
||||
</PropertyList>
|
||||
|
111
Models/Effects/tire-smoke-left.xml
Normal file
|
@ -0,0 +1,111 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<particlesystem>
|
||||
<name>tyre-smoke-l</name>
|
||||
<texture>tiresmoke.png</texture>
|
||||
<emissive>false</emissive>
|
||||
<lighting>false</lighting>
|
||||
|
||||
<offsets>
|
||||
<x-m>0</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
|
||||
<condition>
|
||||
<property>gear/gear[1]/tyre-smoke</property>
|
||||
<value>1</value>
|
||||
</condition>
|
||||
|
||||
<attach>world</attach>
|
||||
|
||||
<placer>
|
||||
<type>point</type>
|
||||
</placer>
|
||||
|
||||
<shooter>
|
||||
<theta-min-deg>45</theta-min-deg>
|
||||
<theta-max-deg>85</theta-max-deg>
|
||||
<phi-min-deg>-60</phi-min-deg>
|
||||
<phi-max-deg>60</phi-max-deg>
|
||||
<speed-mps>
|
||||
<value>50</value>
|
||||
<spread>5</spread>
|
||||
</speed-mps>
|
||||
<rotation-speed>
|
||||
<x-max-deg-sec>15</x-max-deg-sec>
|
||||
<x-min-deg-sec>-15</x-min-deg-sec>
|
||||
<y-max-deg-sec>15</y-max-deg-sec>
|
||||
<y-min-deg-sec>-15</y-min-deg-sec>
|
||||
<z-max-deg-sec>15</z-max-deg-sec>
|
||||
<z-min-deg-sec>-15</z-min-deg-sec>
|
||||
</rotation-speed>
|
||||
</shooter>
|
||||
|
||||
<counter>
|
||||
<particles-per-sec>
|
||||
<property>/velocities/speed-down-fps</property>
|
||||
<factor>1</factor>
|
||||
<spread>50</spread>
|
||||
</particles-per-sec>
|
||||
</counter>
|
||||
|
||||
<align>billboard</align>
|
||||
|
||||
<particle>
|
||||
<start>
|
||||
<color>
|
||||
<red>
|
||||
<value>0.8</value>
|
||||
</red>
|
||||
<green>
|
||||
<value>0.8</value>
|
||||
</green>
|
||||
<blue>
|
||||
<value>0.8</value>
|
||||
</blue>
|
||||
<alpha>
|
||||
<value>0.5</value>
|
||||
</alpha>
|
||||
</color>
|
||||
<size>
|
||||
<value>1.5</value>
|
||||
</size>
|
||||
</start>
|
||||
<end>
|
||||
<color>
|
||||
<red>
|
||||
<value>0.7</value>
|
||||
</red>
|
||||
<green>
|
||||
<value>0.7</value>
|
||||
</green>
|
||||
<blue>
|
||||
<value>0.7</value>
|
||||
</blue>
|
||||
<alpha>
|
||||
<value>0.005</value>
|
||||
</alpha>
|
||||
</color>
|
||||
<size>
|
||||
<value>10</value>
|
||||
</size>
|
||||
</end>
|
||||
<life-sec>
|
||||
<value>2</value>
|
||||
</life-sec>
|
||||
<mass-kg>0.025</mass-kg>
|
||||
<radius-m>0.175</radius-m>
|
||||
</particle>
|
||||
|
||||
<program>
|
||||
<fluid>air</fluid>
|
||||
<gravity>false</gravity>
|
||||
<wind>true</wind>
|
||||
</program>
|
||||
|
||||
</particlesystem>
|
||||
|
||||
</PropertyList>
|
111
Models/Effects/tire-smoke-nose.xml
Normal file
|
@ -0,0 +1,111 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<particlesystem>
|
||||
<name>tyre-smoke-n</name>
|
||||
<texture>tiresmoke.png</texture>
|
||||
<emissive>false</emissive>
|
||||
<lighting>false</lighting>
|
||||
|
||||
<offsets>
|
||||
<x-m>0</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
|
||||
<condition>
|
||||
<property>gear/gear[0]/tyre-smoke</property>
|
||||
<value>1</value>
|
||||
</condition>
|
||||
|
||||
<attach>world</attach>
|
||||
|
||||
<placer>
|
||||
<type>point</type>
|
||||
</placer>
|
||||
|
||||
<shooter>
|
||||
<theta-min-deg>45</theta-min-deg>
|
||||
<theta-max-deg>85</theta-max-deg>
|
||||
<phi-min-deg>-60</phi-min-deg>
|
||||
<phi-max-deg>60</phi-max-deg>
|
||||
<speed-mps>
|
||||
<value>50</value>
|
||||
<spread>5</spread>
|
||||
</speed-mps>
|
||||
<rotation-speed>
|
||||
<x-max-deg-sec>15</x-max-deg-sec>
|
||||
<x-min-deg-sec>-15</x-min-deg-sec>
|
||||
<y-max-deg-sec>15</y-max-deg-sec>
|
||||
<y-min-deg-sec>-15</y-min-deg-sec>
|
||||
<z-max-deg-sec>15</z-max-deg-sec>
|
||||
<z-min-deg-sec>-15</z-min-deg-sec>
|
||||
</rotation-speed>
|
||||
</shooter>
|
||||
|
||||
<counter>
|
||||
<particles-per-sec>
|
||||
<property>/velocities/speed-down-fps</property>
|
||||
<factor>1</factor>
|
||||
<spread>50</spread>
|
||||
</particles-per-sec>
|
||||
</counter>
|
||||
|
||||
<align>billboard</align>
|
||||
|
||||
<particle>
|
||||
<start>
|
||||
<color>
|
||||
<red>
|
||||
<value>0.8</value>
|
||||
</red>
|
||||
<green>
|
||||
<value>0.8</value>
|
||||
</green>
|
||||
<blue>
|
||||
<value>0.8</value>
|
||||
</blue>
|
||||
<alpha>
|
||||
<value>0.5</value>
|
||||
</alpha>
|
||||
</color>
|
||||
<size>
|
||||
<value>1.5</value>
|
||||
</size>
|
||||
</start>
|
||||
<end>
|
||||
<color>
|
||||
<red>
|
||||
<value>0.7</value>
|
||||
</red>
|
||||
<green>
|
||||
<value>0.7</value>
|
||||
</green>
|
||||
<blue>
|
||||
<value>0.7</value>
|
||||
</blue>
|
||||
<alpha>
|
||||
<value>0.005</value>
|
||||
</alpha>
|
||||
</color>
|
||||
<size>
|
||||
<value>10</value>
|
||||
</size>
|
||||
</end>
|
||||
<life-sec>
|
||||
<value>1</value>
|
||||
</life-sec>
|
||||
<mass-kg>0.025</mass-kg>
|
||||
<radius-m>0.175</radius-m>
|
||||
</particle>
|
||||
|
||||
<program>
|
||||
<fluid>air</fluid>
|
||||
<gravity>false</gravity>
|
||||
<wind>true</wind>
|
||||
</program>
|
||||
|
||||
</particlesystem>
|
||||
|
||||
</PropertyList>
|
111
Models/Effects/tire-smoke-right.xml
Normal file
|
@ -0,0 +1,111 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<particlesystem>
|
||||
<name>tyre-smoke-r</name>
|
||||
<texture>tiresmoke.png</texture>
|
||||
<emissive>false</emissive>
|
||||
<lighting>false</lighting>
|
||||
|
||||
<offsets>
|
||||
<x-m>0</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
|
||||
<condition>
|
||||
<property>gear/gear[2]/tyre-smoke</property>
|
||||
<value>1</value>
|
||||
</condition>
|
||||
|
||||
<attach>world</attach>
|
||||
|
||||
<placer>
|
||||
<type>point</type>
|
||||
</placer>
|
||||
|
||||
<shooter>
|
||||
<theta-min-deg>45</theta-min-deg>
|
||||
<theta-max-deg>85</theta-max-deg>
|
||||
<phi-min-deg>-60</phi-min-deg>
|
||||
<phi-max-deg>60</phi-max-deg>
|
||||
<speed-mps>
|
||||
<value>50</value>
|
||||
<spread>5</spread>
|
||||
</speed-mps>
|
||||
<rotation-speed>
|
||||
<x-max-deg-sec>15</x-max-deg-sec>
|
||||
<x-min-deg-sec>-15</x-min-deg-sec>
|
||||
<y-max-deg-sec>15</y-max-deg-sec>
|
||||
<y-min-deg-sec>-15</y-min-deg-sec>
|
||||
<z-max-deg-sec>15</z-max-deg-sec>
|
||||
<z-min-deg-sec>-15</z-min-deg-sec>
|
||||
</rotation-speed>
|
||||
</shooter>
|
||||
|
||||
<counter>
|
||||
<particles-per-sec>
|
||||
<property>/velocities/speed-down-fps</property>
|
||||
<factor>1</factor>
|
||||
<spread>50</spread>
|
||||
</particles-per-sec>
|
||||
</counter>
|
||||
|
||||
<align>billboard</align>
|
||||
|
||||
<particle>
|
||||
<start>
|
||||
<color>
|
||||
<red>
|
||||
<value>0.8</value>
|
||||
</red>
|
||||
<green>
|
||||
<value>0.8</value>
|
||||
</green>
|
||||
<blue>
|
||||
<value>0.8</value>
|
||||
</blue>
|
||||
<alpha>
|
||||
<value>0.5</value>
|
||||
</alpha>
|
||||
</color>
|
||||
<size>
|
||||
<value>1.5</value>
|
||||
</size>
|
||||
</start>
|
||||
<end>
|
||||
<color>
|
||||
<red>
|
||||
<value>0.7</value>
|
||||
</red>
|
||||
<green>
|
||||
<value>0.7</value>
|
||||
</green>
|
||||
<blue>
|
||||
<value>0.7</value>
|
||||
</blue>
|
||||
<alpha>
|
||||
<value>0.005</value>
|
||||
</alpha>
|
||||
</color>
|
||||
<size>
|
||||
<value>10</value>
|
||||
</size>
|
||||
</end>
|
||||
<life-sec>
|
||||
<value>2</value>
|
||||
</life-sec>
|
||||
<mass-kg>0.025</mass-kg>
|
||||
<radius-m>0.175</radius-m>
|
||||
</particle>
|
||||
|
||||
<program>
|
||||
<fluid>air</fluid>
|
||||
<gravity>false</gravity>
|
||||
<wind>true</wind>
|
||||
</program>
|
||||
|
||||
</particlesystem>
|
||||
|
||||
</PropertyList>
|
BIN
Models/Effects/tiresmoke.png
Normal file
After Width: | Height: | Size: 132 KiB |
120
Models/Effects/wet-runway-nose.xml
Normal file
|
@ -0,0 +1,120 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<particlesystem>
|
||||
<name>tyre-smoke-l</name>
|
||||
<texture>tiresmoke.png</texture>
|
||||
<emissive>false</emissive>
|
||||
<lighting>false</lighting>
|
||||
|
||||
<offsets>
|
||||
<x-m>0</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>environment/rain-norm</property>
|
||||
<value>0.2</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>velocities/groundspeed-kt</property>
|
||||
<value>60</value>
|
||||
</greater-than>
|
||||
<property>gear/gear[0]/wow</property>
|
||||
<value>1</value>
|
||||
</and>
|
||||
</condition>
|
||||
|
||||
<attach>world</attach>
|
||||
|
||||
<placer>
|
||||
<type>point</type>
|
||||
</placer>
|
||||
|
||||
<shooter>
|
||||
<theta-min-deg>45</theta-min-deg>
|
||||
<theta-max-deg>85</theta-max-deg>
|
||||
<phi-min-deg>-60</phi-min-deg>
|
||||
<phi-max-deg>60</phi-max-deg>
|
||||
<speed-mps>
|
||||
<value>50</value>
|
||||
<spread>5</spread>
|
||||
</speed-mps>
|
||||
<rotation-speed>
|
||||
<x-max-deg-sec>15</x-max-deg-sec>
|
||||
<x-min-deg-sec>-15</x-min-deg-sec>
|
||||
<y-max-deg-sec>15</y-max-deg-sec>
|
||||
<y-min-deg-sec>-15</y-min-deg-sec>
|
||||
<z-max-deg-sec>15</z-max-deg-sec>
|
||||
<z-min-deg-sec>-15</z-min-deg-sec>
|
||||
</rotation-speed>
|
||||
</shooter>
|
||||
|
||||
<counter>
|
||||
<particles-per-sec>
|
||||
<value>40</value>
|
||||
<spread>70</spread>
|
||||
</particles-per-sec>
|
||||
</counter>
|
||||
|
||||
<align>billboard</align>
|
||||
|
||||
<particle>
|
||||
<start>
|
||||
<color>
|
||||
<red>
|
||||
<value>0.8</value>
|
||||
</red>
|
||||
<green>
|
||||
<value>0.8</value>
|
||||
</green>
|
||||
<blue>
|
||||
<value>0.8</value>
|
||||
</blue>
|
||||
<alpha>
|
||||
<value>0.8</value>
|
||||
</alpha>
|
||||
</color>
|
||||
<size>
|
||||
<value>1.5</value>
|
||||
</size>
|
||||
</start>
|
||||
<end>
|
||||
<color>
|
||||
<red>
|
||||
<value>0.7</value>
|
||||
</red>
|
||||
<green>
|
||||
<value>0.7</value>
|
||||
</green>
|
||||
<blue>
|
||||
<value>0.7</value>
|
||||
</blue>
|
||||
<alpha>
|
||||
<value>0.005</value>
|
||||
</alpha>
|
||||
</color>
|
||||
<size>
|
||||
<value>10</value>
|
||||
</size>
|
||||
</end>
|
||||
<life-sec>
|
||||
<value>1</value>
|
||||
</life-sec>
|
||||
<mass-kg>0.001</mass-kg>
|
||||
<radius-m>0.25</radius-m>
|
||||
</particle>
|
||||
|
||||
<program>
|
||||
<fluid>air</fluid>
|
||||
<gravity>false</gravity>
|
||||
<wind>true</wind>
|
||||
</program>
|
||||
|
||||
</particlesystem>
|
||||
|
||||
</PropertyList>
|
120
Models/Effects/wet-runway.xml
Normal file
|
@ -0,0 +1,120 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<particlesystem>
|
||||
<name>tyre-smoke-l</name>
|
||||
<texture>tiresmoke.png</texture>
|
||||
<emissive>false</emissive>
|
||||
<lighting>false</lighting>
|
||||
|
||||
<offsets>
|
||||
<x-m>0</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>environment/rain-norm</property>
|
||||
<value>0.2</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>velocities/groundspeed-kt</property>
|
||||
<value>60</value>
|
||||
</greater-than>>
|
||||
<property>gear/gear[1]/wow</property>
|
||||
<value>1</value>
|
||||
</and>
|
||||
</condition>
|
||||
|
||||
<attach>world</attach>
|
||||
|
||||
<placer>
|
||||
<type>point</type>
|
||||
</placer>
|
||||
|
||||
<shooter>
|
||||
<theta-min-deg>45</theta-min-deg>
|
||||
<theta-max-deg>85</theta-max-deg>
|
||||
<phi-min-deg>-60</phi-min-deg>
|
||||
<phi-max-deg>60</phi-max-deg>
|
||||
<speed-mps>
|
||||
<value>50</value>
|
||||
<spread>5</spread>
|
||||
</speed-mps>
|
||||
<rotation-speed>
|
||||
<x-max-deg-sec>15</x-max-deg-sec>
|
||||
<x-min-deg-sec>-15</x-min-deg-sec>
|
||||
<y-max-deg-sec>15</y-max-deg-sec>
|
||||
<y-min-deg-sec>-15</y-min-deg-sec>
|
||||
<z-max-deg-sec>15</z-max-deg-sec>
|
||||
<z-min-deg-sec>-15</z-min-deg-sec>
|
||||
</rotation-speed>
|
||||
</shooter>
|
||||
|
||||
<counter>
|
||||
<particles-per-sec>
|
||||
<value>40</value>
|
||||
<spread>70</spread>
|
||||
</particles-per-sec>
|
||||
</counter>
|
||||
|
||||
<align>billboard</align>
|
||||
|
||||
<particle>
|
||||
<start>
|
||||
<color>
|
||||
<red>
|
||||
<value>0.8</value>
|
||||
</red>
|
||||
<green>
|
||||
<value>0.8</value>
|
||||
</green>
|
||||
<blue>
|
||||
<value>0.8</value>
|
||||
</blue>
|
||||
<alpha>
|
||||
<value>0.8</value>
|
||||
</alpha>
|
||||
</color>
|
||||
<size>
|
||||
<value>1.5</value>
|
||||
</size>
|
||||
</start>
|
||||
<end>
|
||||
<color>
|
||||
<red>
|
||||
<value>0.7</value>
|
||||
</red>
|
||||
<green>
|
||||
<value>0.7</value>
|
||||
</green>
|
||||
<blue>
|
||||
<value>0.7</value>
|
||||
</blue>
|
||||
<alpha>
|
||||
<value>0.005</value>
|
||||
</alpha>
|
||||
</color>
|
||||
<size>
|
||||
<value>10</value>
|
||||
</size>
|
||||
</end>
|
||||
<life-sec>
|
||||
<value>0.8</value>
|
||||
</life-sec>
|
||||
<mass-kg>0.0005</mass-kg>
|
||||
<radius-m>0.4</radius-m>
|
||||
</particle>
|
||||
|
||||
<program>
|
||||
<fluid>air</fluid>
|
||||
<gravity>false</gravity>
|
||||
<wind>true</wind>
|
||||
</program>
|
||||
|
||||
</particlesystem>
|
||||
|
||||
</PropertyList>
|
6314
Models/Engines/Models/a320.nacelle.iae.ac
Normal file
1292
Models/Engines/Models/a320.pylon.iae.left.ac
Normal file
1292
Models/Engines/Models/a320.pylon.iae.right.ac
Normal file
5754
Models/Engines/Models/cfm56.ac
Normal file
BIN
Models/Engines/Models/chrome.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
Models/Engines/Models/eng-tex.png
Normal file
After Width: | Height: | Size: 384 KiB |
4497
Models/Engines/Models/v2500.ac
Normal file
76
Models/Engines/XMLs/a320.engine.iae.xml
Normal file
|
@ -0,0 +1,76 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<offsets>
|
||||
<pitch-deg>2.2</pitch-deg>
|
||||
</offsets>
|
||||
|
||||
<params>
|
||||
<n1>engines/engine[0]/n1</n1>
|
||||
<on-fire>engines/engine[0]/on-fire</on-fire>
|
||||
<contrail>engines/engine[0]/contrail</contrail>
|
||||
<reverser-pos-norm>engines/engine[0]/reverser-pos-norm</reverser-pos-norm>
|
||||
<pylon-model-path>Aircraft/A320-family/Engines/XMLs/a320.pylon.iae.left.xml</pylon-model-path>
|
||||
</params>
|
||||
|
||||
<model>
|
||||
<path alias="../../params/pylon-model-path" />
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Engines/XMLs/a320.v2500.xml</path>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/A320-family/Engines/XMLs/a320.nacelle.iae.xml</path>
|
||||
<overlay>
|
||||
<params>
|
||||
<reverser-pos-norm alias="../../../../params/reverser-pos-norm" />
|
||||
</params>
|
||||
</overlay>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Contrail</name>
|
||||
<path>Aircraft/A320-family/XMLs/Effects/contrail.xml</path>
|
||||
<overlay>
|
||||
<params>
|
||||
<contrail alias="../../../../params/contrail" />
|
||||
</params>
|
||||
</overlay>
|
||||
<offsets>
|
||||
<x-m>5.137</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<model>
|
||||
<name>Engine fire</name>
|
||||
<path>Aircraft/A320-family/XMLs/Effects/enginefire.xml</path>
|
||||
<offsets>
|
||||
<x-m>3.316</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>0</z-m>
|
||||
</offsets>
|
||||
<condition>
|
||||
<property alias="../../../params/on-fire" />
|
||||
</condition>
|
||||
</model>
|
||||
|
||||
<animation>
|
||||
<name>Fan</name>
|
||||
<type>spin</type>
|
||||
<object-name>cone</object-name>
|
||||
<object-name>fan</object-name>
|
||||
<factor>67</factor>
|
||||
<property alias="../../params/n1" />
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
56
Models/Engines/XMLs/a320.nacelle.iae.xml
Normal file
|
@ -0,0 +1,56 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>../Models/a320.nacelle.iae.ac</path>
|
||||
|
||||
<params>
|
||||
<reverser-pos-norm>engines/engine[0]/reverser-pos-norm</reverser-pos-norm>
|
||||
</params>
|
||||
|
||||
<!-- Reverse thrust animation -->
|
||||
<animation>
|
||||
<type>translate</type>
|
||||
<object-name>Reverser</object-name>
|
||||
<object-name>Nozzle</object-name>
|
||||
<property alias="../../params/reverser-pos-norm" />
|
||||
<factor>0.25</factor>
|
||||
<axis>
|
||||
<x>1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<!-- Chrome shader -->
|
||||
<animation>
|
||||
<name>Chrome shader</name>
|
||||
<type>shader</type>
|
||||
<shader>chrome</shader>
|
||||
<texture>../Models/chrome.png</texture>
|
||||
<object-name>Nozzle</object-name>
|
||||
</animation>
|
||||
|
||||
<!-- LIVERY SELECT -->
|
||||
<!-- Animation -->
|
||||
<animation>
|
||||
<type>material</type>
|
||||
<object-name>Intake</object-name>
|
||||
<object-name>Nacelle</object-name>
|
||||
<object-name>Reverser</object-name>
|
||||
<property-base>sim/model/livery</property-base>
|
||||
<texture-prop>texture-path[1]</texture-prop>
|
||||
<texture>Liveries/A320-Blank.png</texture>
|
||||
</animation>
|
||||
|
||||
<!-- Nasal code -->
|
||||
<nasal>
|
||||
<load>
|
||||
var livery_update = aircraft.livery_update.new("Aircraft/A320-family/Models/Liveries/" ~ getprop("sim/aero"));
|
||||
</load>
|
||||
<unload>
|
||||
livery_update.stop();
|
||||
</unload>
|
||||
</nasal>
|
||||
|
||||
</PropertyList>
|
7
Models/Engines/XMLs/a320.pylon.iae.left.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>Aircraft/A320Family/Models/Engines/Models/a320.pylon.iae.left.ac</path>
|
||||
|
||||
</PropertyList>
|
7
Models/Engines/XMLs/a320.pylon.iae.right.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<path>Aircraft/A320Family/Models/Engines/Models/a320.pylon.iae.right.ac</path>
|
||||
|
||||
</PropertyList>
|
7
Models/Engines/XMLs/a320.v2500.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
<path>../Models/v2500.ac</path>
|
||||
<!--texture-path>../Textures/Livery/House</texture-path-->
|
||||
|
||||
</PropertyList>
|
5400
Models/FlightDeck/a320.flightdeck.xml
Normal file
BIN
Models/FlightDeck/res/carpet.png
Normal file
After Width: | Height: | Size: 5.3 MiB |
BIN
Models/FlightDeck/res/cockpit_2.png
Normal file
After Width: | Height: | Size: 735 KiB |
BIN
Models/FlightDeck/res/cpit_1.png
Normal file
After Width: | Height: | Size: 551 KiB |
BIN
Models/FlightDeck/res/cpit_2.png
Normal file
After Width: | Height: | Size: 586 KiB |
BIN
Models/FlightDeck/res/cpit_3.png
Normal file
After Width: | Height: | Size: 2.7 MiB |
BIN
Models/FlightDeck/res/cpit_4.png
Normal file
After Width: | Height: | Size: 437 KiB |
BIN
Models/FlightDeck/res/extra.png
Normal file
After Width: | Height: | Size: 536 KiB |
BIN
Models/FlightDeck/res/fabric.png
Normal file
After Width: | Height: | Size: 704 KiB |
BIN
Models/FlightDeck/res/fcu.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
Models/FlightDeck/res/fd.3ds
Normal file
484560
Models/FlightDeck/res/fd_complete.ac
Normal file
422400
Models/FlightDeck/res/fd_complete.ac.bak
Normal file
BIN
Models/FlightDeck/res/frame_1.png
Normal file
After Width: | Height: | Size: 247 KiB |
BIN
Models/FlightDeck/res/glare_1.png
Normal file
After Width: | Height: | Size: 234 KiB |
BIN
Models/FlightDeck/res/glare_2.png
Normal file
After Width: | Height: | Size: 166 KiB |
BIN
Models/FlightDeck/res/glare_3.png
Normal file
After Width: | Height: | Size: 288 KiB |
BIN
Models/FlightDeck/res/glare_labels.png
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
Models/FlightDeck/res/glare_sw.png
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
Models/FlightDeck/res/horizon.png
Normal file
After Width: | Height: | Size: 205 KiB |
BIN
Models/FlightDeck/res/main_labels.png
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
Models/FlightDeck/res/pad.png
Normal file
After Width: | Height: | Size: 243 KiB |
BIN
Models/FlightDeck/res/ped_1.png
Normal file
After Width: | Height: | Size: 698 KiB |
BIN
Models/FlightDeck/res/ped_2.png
Normal file
After Width: | Height: | Size: 183 KiB |
BIN
Models/FlightDeck/res/ped_3.png
Normal file
After Width: | Height: | Size: 109 KiB |
BIN
Models/FlightDeck/res/ped_sw_1.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
Models/FlightDeck/res/ped_sw_2.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
Models/FlightDeck/res/ped_xtra.png
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
Models/FlightDeck/res/pedal_1.png
Normal file
After Width: | Height: | Size: 458 KiB |
BIN
Models/FlightDeck/res/pedal_1_alt.png
Normal file
After Width: | Height: | Size: 439 KiB |
BIN
Models/FlightDeck/res/pedal_2.png
Normal file
After Width: | Height: | Size: 916 KiB |
BIN
Models/FlightDeck/res/seat_1.png
Normal file
After Width: | Height: | Size: 459 KiB |
BIN
Models/FlightDeck/res/seat_1_lmap.png
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
Models/FlightDeck/res/seat_2.png
Normal file
After Width: | Height: | Size: 542 KiB |
BIN
Models/FlightDeck/res/side_panel_1.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
Models/FlightDeck/res/side_panel_2.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
Models/FlightDeck/res/sidestick.png
Normal file
After Width: | Height: | Size: 772 KiB |
BIN
Models/FlightDeck/res/speaker_1.png
Normal file
After Width: | Height: | Size: 164 KiB |