Add Flight Recorder, and add reversers over MP
This commit is contained in:
parent
5a5a49fcfa
commit
1d0426f122
5 changed files with 67 additions and 10 deletions
|
@ -147,6 +147,8 @@
|
||||||
<generic>
|
<generic>
|
||||||
<float n="0" alias="/controls/lighting/dome-norm" />
|
<float n="0" alias="/controls/lighting/dome-norm" />
|
||||||
<float n="1" alias="/controls/lighting/interior" />
|
<float n="1" alias="/controls/lighting/interior" />
|
||||||
|
<float n="2" alias="/engines/engine[0]/reverser-pos-norm" />
|
||||||
|
<float n="3" alias="/engines/engine[1]/reverser-pos-norm" />
|
||||||
<int n="2" alias="/controls/lighting/landing-lights[0]" />
|
<int n="2" alias="/controls/lighting/landing-lights[0]" />
|
||||||
<int n="3" alias="/controls/lighting/landing-lights[1]" />
|
<int n="3" alias="/controls/lighting/landing-lights[1]" />
|
||||||
<int n="4" alias="/controls/lighting/landing-lights[2]" />
|
<int n="4" alias="/controls/lighting/landing-lights[2]" />
|
||||||
|
@ -159,6 +161,8 @@
|
||||||
<int n="11" alias="/engines/engine[1]/contrail" />
|
<int n="11" alias="/engines/engine[1]/contrail" />
|
||||||
</generic>
|
</generic>
|
||||||
</multiplay>
|
</multiplay>
|
||||||
|
|
||||||
|
<flight-recorder include="Systems/flight-recorder.xml"/>
|
||||||
</sim>
|
</sim>
|
||||||
|
|
||||||
<consumables>
|
<consumables>
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
</offsets>
|
</offsets>
|
||||||
|
|
||||||
<params>
|
<params>
|
||||||
<n1>engines/engine[0]/n1</n1>
|
<n1>/engines/engine[0]/n1</n1>
|
||||||
<on-fire>engines/engine[0]/on-fire</on-fire>
|
<on-fire>/engines/engine[0]/on-fire</on-fire>
|
||||||
<contrail>engines/engine[0]/contrail</contrail>
|
<contrail>/engines/engine[0]/contrail</contrail>
|
||||||
<reverser-pos-norm>engines/engine[0]/reverser-pos-norm</reverser-pos-norm>
|
<reverser-pos-norm>/sim/multiplay/generic/float[2]</reverser-pos-norm>
|
||||||
<pylon-model-path>Aircraft/A320Family/Models/Engines/XMLs/a320.pylon.iae.left.xml</pylon-model-path>
|
<pylon-model-path>Aircraft/A320Family/Models/Engines/XMLs/a320.pylon.iae.left.xml</pylon-model-path>
|
||||||
</params>
|
</params>
|
||||||
|
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
</offsets>
|
</offsets>
|
||||||
|
|
||||||
<params>
|
<params>
|
||||||
<n1>engines/engine[1]/n1</n1>
|
<n1>/engines/engine[1]/n1</n1>
|
||||||
<on-fire>engines/engine[1]/on-fire</on-fire>
|
<on-fire>/engines/engine[1]/on-fire</on-fire>
|
||||||
<contrail>engines/engine[1]/contrail</contrail>
|
<contrail>/engines/engine[1]/contrail</contrail>
|
||||||
<reverser-pos-norm>engines/engine[1]/reverser-pos-norm</reverser-pos-norm>
|
<reverser-pos-norm>/sim/multiplay/generic/float[3]</reverser-pos-norm>
|
||||||
<pylon-model-path>Aircraft/A320Family/Models/Engines/XMLs/a320.pylon.iae.right.xml</pylon-model-path>
|
<pylon-model-path>Aircraft/A320Family/Models/Engines/XMLs/a320.pylon.iae.right.xml</pylon-model-path>
|
||||||
</params>
|
</params>
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,4 @@
|
||||||
|
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
<path>../Models/v2500.ac</path>
|
<path>../Models/v2500.ac</path>
|
||||||
<!--texture-path>../Textures/Livery/House</texture-path-->
|
|
||||||
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
55
Systems/flight-recorder.xml
Normal file
55
Systems/flight-recorder.xml
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
|
||||||
|
<!-- A3XX FLight Recorder -->
|
||||||
|
|
||||||
|
<PropertyList>
|
||||||
|
<replay-config type="int">0</replay-config>
|
||||||
|
|
||||||
|
<config n="0">
|
||||||
|
<name>A3XX Flight Recorder</name>
|
||||||
|
<!-- Include Generic Stuff -->
|
||||||
|
<signals include="/Aircraft/Generic/flightrecorder/components/position.xml" />
|
||||||
|
<signals include="/Aircraft/Generic/flightrecorder/components/controls.xml" />
|
||||||
|
<signals include="/Aircraft/Generic/flightrecorder/components/surfaces.xml"/>
|
||||||
|
<signals include="/Aircraft/Generic/flightrecorder/components/engine-jet.xml">
|
||||||
|
<count type="int">2</count>
|
||||||
|
</signals>
|
||||||
|
<signals include="/Aircraft/Generic/flightrecorder/components/gear-retractable.xml">
|
||||||
|
<count type="int">3</count>
|
||||||
|
</signals>
|
||||||
|
<signals include="/Aircraft/Generic/flightrecorder/components/tanks.xml">
|
||||||
|
<count type="int">7</count>
|
||||||
|
</signals>
|
||||||
|
|
||||||
|
<signals> <!-- Now Custom Stuff -->
|
||||||
|
<signal>
|
||||||
|
<type>float</type>
|
||||||
|
<property>/gear/gear[0]/compression-ft</property>
|
||||||
|
</signal>
|
||||||
|
<signal>
|
||||||
|
<type>float</type>
|
||||||
|
<property>/gear/gear[1]/compression-ft</property>
|
||||||
|
</signal>
|
||||||
|
<signal>
|
||||||
|
<type>float</type>
|
||||||
|
<property>/gear/gear[2]/compression-ft</property>
|
||||||
|
</signal>
|
||||||
|
<signal>
|
||||||
|
<type>float</type>
|
||||||
|
<property>/velocities/groundspeed-kt</property>
|
||||||
|
</signal>
|
||||||
|
<signal>
|
||||||
|
<type>float</type><property>/position/gear-agl-ft</property>
|
||||||
|
</signal>
|
||||||
|
<signal>
|
||||||
|
<type>float</type>
|
||||||
|
<property>/engines/engine[0]/reverser-pos-norm</property>
|
||||||
|
</signal>
|
||||||
|
<signal>
|
||||||
|
<type>float</type>
|
||||||
|
<property>/engines/engine[1]/reverser-pos-norm</property>
|
||||||
|
</signal>
|
||||||
|
</signals>
|
||||||
|
</config>
|
||||||
|
|
||||||
|
</PropertyList>
|
Reference in a new issue