Skip to content
Snippets Groups Projects
Commit a7327e60 authored by James Goppert's avatar James Goppert
Browse files

Resynced with jsbsim tree.

parent d9b143f2
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 37974 deletions
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
*.ac
*.csv
*.lfi
*.xml
*.dat
*.out
*.jiff
This diff is collapsed.
aircraft_EasyStar_Datcomdir = ${pkgdatadir}/aircraft/EasyStar/Datcom
aircraft_EasyStar_Datcom_DATA = \
EasyStar.dcm
EXTRA_DIST=$(aircraft_EasyStar_Datcom_data)
<?xml version="1.0"?>
<PropertyList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../XMLSchemas/PropertyList.xsd">
<sim>
<author>James Goppert</author>
<description>Multiplex Easy Star (DATCOM)</description>
<aircraft-version>0.0.0</aircraft-version>
<status>early-production</status>
<startup>
<splash-title>Multiplex Easy Star</splash-title>
</startup>
<model>
<path>Aircraft/EasyStar/Models/EasyStar-model.xml</path>
</model>
<sound>
<path>Aircraft/EasyStar/EasyStar-sound.xml</path>
</sound>
<flight-model>jsb</flight-model>
<aero>EasyStar-datcom</aero>
</sim>
</PropertyList>
This diff is collapsed.
<?xml version="1.0"?>
<PropertyList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../XMLSchemas/PropertyList.xsd">
<sim>
<author>James Goppert</author>
<description>Multiplex Easy Star</description>
<aircraft-version>0.0.0</aircraft-version>
<status>early-production</status>
<startup>
<splash-title>Multiplex Easy Star</splash-title>
</startup>
<model>
<path>Aircraft/EasyStar/Models/EasyStar-model.xml</path>
</model>
<sound>
<path>Aircraft/EasyStar/EasyStar-sound.xml</path>
</sound>
<flight-model>jsb</flight-model>
<aero>EasyStar</aero>
</sim>
</PropertyList>
<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<fx>
<!--<crank>-->
<!--<name>engstart</name>-->
<!--<path>Sounds/engstart.wav</path>-->
<!--<property>/engines/engine[0]/cranking</property>-->
<!--<position>-->
<!--<x>-2.0</x>-->
<!--<y>0.0</y>-->
<!--<z>-2.0</z>-->
<!--</position>-->
<!--<volume>-->
<!--<offset>0.4</offset>-->
<!--</volume>-->
<!--</crank>-->
<!--<crank>-->
<!--<name>crank</name>-->
<!--<mode>looped</mode>-->
<!--<path>Sounds/cranking.wav</path>-->
<!--<condition>-->
<!--<property>/engines/engine[0]/cranking</property>-->
<!--<not>-->
<!--<property>/engines/engine[0]/running</property>-->
<!--</not>-->
<!--</condition>-->
<!--<position>-->
<!--<x>-2.0</x>-->
<!--<y>0.0</y>-->
<!--<z>-2.0</z>-->
<!--</position>-->
<!--<volume>-->
<!--<offset>0.5</offset>-->
<!--</volume>-->
<!--</crank>-->
<!--<crank>-->
<!--<name>cough</name>-->
<!--<path>Sounds/coughing.wav</path>-->
<!--<property>/engines/engine[0]/running</property>-->
<!--<position>-->
<!--<x>-2.0</x>-->
<!--<y>0.0</y>-->
<!--<z>-2.0</z>-->
<!--</position>-->
<!--<volume>-->
<!--<offset>0.3</offset>-->
<!--</volume>-->
<!--</crank>-->
<engine>
<name>engine</name>
<mode>looped</mode>
<path>Sounds/wasp.wav</path>
<property>/engines/engine[0]/running</property>
<position>
<x>-2.0</x>
<y>0.0</y>
<z>-2.0</z>
</position>
<volume>
<property>/engines/engine[0]/mp-osi</property>
<factor>0.009</factor>
<min>0.15</min>
<max>0.6</max>
<offset>0.15</offset>
</volume>
<pitch>
<property>/engines/engine[0]/rpm</property>
<factor>0.0004</factor>
<min>0.1</min>
<max>2.0</max>
<offset>0.3</offset>
</pitch>
</engine>
<squeal>
<name>squeal</name>
<path>Sounds/squeal.wav</path>
<condition>
<or>
<property>/gear/gear[0]/wow</property>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
</or>
</condition>
<volume>
<property>/velocities/speed-down-fps</property>
<factor>0.05</factor>
</volume>
<volume>
<property>/velocities/airspeed-kt</property>
<factor>0.01</factor>
</volume>
<volume>
<internal>dt_stop</internal>
<factor>0.05</factor>
<max>1.0</max>
</volume>
<pitch>
<property>/velocities/airspeed-kt</property>
<factor>0.0025</factor>
<offset>1.2</offset>
</pitch>
</squeal>
<wind>
<name>wind</name>
<mode>looped</mode>
<path>Sounds/wind.wav</path>
<property>/velocities/airspeed-kt</property>
<volume>
<property>/position/altitude-ft</property>
<factor>-0.000015</factor>
<offset>1.0</offset>
<min>0.1</min>
<max>1.0</max>
</volume>
<volume>
<property>/velocities/airspeed-kt</property>
<factor>0.0015</factor>
<min>0.03</min>
<max>0.25</max>
</volume>
<pitch>
<property>/velocities/airspeed-kt</property>
<factor>0.01</factor>
<offset>1.25</offset>
</pitch>
</wind>
<stall>
<name>stall</name>
<path>Sounds/stall.wav</path>
<property>/sim/alarms/stall-warning</property>
<volume>
<property>/velocities/airspeed-kt</property>
<min>30.0</min>
</volume>
<reference-dist>10.0</reference-dist>
<max-dist>20.0</max-dist>
</stall>
<!-- no binding yet?
<click>
<name>click</name>
<path>Sounds/click.wav</path>
</click>
-->
</fx>
</PropertyList>
<?xml version="1.0"?>
<PropertyList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../XMLSchemas/PropertyList.xsd">
<sim>
<author>James Goppert</author>
<description>Multiplex Easy Star (wind tunnel)</description>
<aircraft-version>0.0.0</aircraft-version>
<status>early-production</status>
<startup>
<splash-title>Multiplex Easy Star</splash-title>
</startup>
<model>
<path>Aircraft/EasyStar/Models/EasyStar-model.xml</path>
</model>
<sound>
<path>Aircraft/EasyStar/EasyStar-sound.xml</path>
</sound>
<flight-model>jsb</flight-model>
<aero>EasyStar-windtunnel</aero>
</sim>
</PropertyList>
This diff is collapsed.
This diff is collapsed.
<?xml version="1.0"?>
<!-- HB2815-2000 -->
<electric_engine name="electric_250watt">
<power unit="WATTS"> 250 </power>
</electric_engine>
aircraft_EasyStar_Enginesdir = ${pkgdatadir}/aircraft/EasyStar/Engines
aircraft_EasyStar_Engines_DATA = \
HB2815-2000.xml \
apc6x4.xml
EXTRA_DIST=$(aircraft_EasyStar_Engines_data)
<?xml version="1.0"?>
<propeller name="apc 6x4">
<ixx> 0.0001 </ixx>
<diameter unit="IN"> 6.0 </diameter>
<numblades> 2 </numblades>
<minpitch> 30 </minpitch>
<maxpitch> 30 </maxpitch>
<minrpm> 0</minrpm>
<maxrpm> 40000</maxrpm>
<table name="C_THRUST" type="internal">
<tableData>
0.0 0.0776
0.1 0.0744
0.2 0.0712
0.3 0.0655
0.4 0.0588
0.5 0.0518
0.6 0.0419
0.7 0.0318
0.8 0.0172
1.0 -0.0058
1.4 -0.0549
</tableData>
</table>
<table name="C_POWER" type = "internal">
<tableData>
0.0 0.0902
0.1 0.0893
0.2 0.0880
0.3 0.0860
0.4 0.0810
0.5 0.0742
0.6 0.0681
0.7 0.0572
0.8 0.0467
1.0 0.0167
1.4 -0.0803
</tableData>
</table>
</propeller>
SUBDIRS = \
Models \
Datcom \
scripts \
Engines
aircraft_EasyStardir = ${pkgdatadir}/aircraft/EasyStar
aircraft_EasyStar_DATA = \
EasyStar-set.xml \
reset00.xml \
reset01.xml \
EasyStar.xml \
EasyStar-sound.xml
EXTRA_DIST=$(aircraft_EasyStar_data)
<?xml version="1.0"?>
<PropertyList>
<!--Plane-->
<path>EasyStar.ac</path>
<offsets>
<z-m>0.0</z-m>
<y-m>0</y-m>
<x-m>0.0</x-m>
<pitch-deg>0</pitch-deg>
</offsets>
<!--Elevator-->
<animation>
<type>rotate</type>
<object-name>Elevator</object-name>
<property>/surface-positions/elevator-pos-norm</property>
<factor>22.5</factor>
<axis>
<x1-m>0.701</x1-m>
<y1-m>-0.174</y1-m>
<z1-m>-0.010</z1-m>
<x2-m>0.701</x2-m>
<y2-m>0.0174</y2-m>
<z2-m>-0.010</z2-m>
</axis>
</animation>
<!--Rudder-->
<animation>
<type>rotate</type>
<object-name>Rudder</object-name>
<property>/surface-positions/rudder-pos-norm</property>
<factor>25</factor>
<axis>
<x1-m>0.716</x1-m>
<y1-m>0.000</y1-m>
<z1-m>0.000</z1-m>
<x2-m>0.715</x2-m>
<y2-m>0.000</y2-m>
<z2-m>0.083</z2-m>
</axis>
</animation>
<!-- Propeller -->
<animation>
<type>noshadow</type>
<object-name>Propeller.Spinning</object-name>
</animation>
<animation>
<type>material</type>
<object-name>Propeller.Spinning</object-name>
<threshold>0.001</threshold>
<transparency>
<alpha>0.2</alpha>
<factor-prop>/engines/engine[0]/rpm-norm-inv</factor-prop>
<min>0.0</min>
<max>1.0</max>
</transparency>
</animation>
<animation>
<type>select</type>
<object-name>Propeller.Spinning</object-name>
<condition>
<greater-than>
<property>/engines/engine[0]/rpm</property>
<value>350</value>
</greater-than>
</condition>
</animation>
<animation>
<type>spin</type>
<object-name>Propeller.Spinning</object-name>
<property>/engines/engine[0]/rpm</property>
<factor>1</factor>
<axis>
<x1-m>0.277</x1-m>
<y1-m>0.000</y1-m>
<z1-m>0.078</z1-m>
<x2-m>0.309</x2-m>
<y2-m>0.000</y2-m>
<z2-m>0.086</z2-m>
</axis>
</animation>
<animation>
<type>noshadow</type>
<object-name>Propeller</object-name>
</animation>
<animation>
<type>spin</type>
<object-name>Propeller</object-name>
<property>/engines/engine[0]/rpm</property>
<factor>1</factor>
<axis>
<x1-m>0.277</x1-m>
<y1-m>0.000</y1-m>
<z1-m>0.078</z1-m>
<x2-m>0.309</x2-m>
<y2-m>0.000</y2-m>
<z2-m>0.086</z2-m>
</axis>
</animation>
<animation>
<type>select</type>
<object-name>Propeller</object-name>
<condition>
<less-than>
<property>/engines/engine[0]/rpm</property>
<value>400</value>
</less-than>
</condition>
</animation>
</PropertyList>
This diff is collapsed.
File deleted
aircraft_EasyStar_Modelsdir = ${pkgdatadir}/aircraft/EasyStar/Models
aircraft_EasyStar_Models_DATA = \
EasyStar.blend \
EasyStar-model.xml \
EasyStar.ac
EXTRA_DIST=$(aircraft_EasyStar_Models_data)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment