Add tyre screech from 172
This commit is contained in:
parent
6951c78e77
commit
c6772bed7d
2 changed files with 60 additions and 0 deletions
|
@ -2035,5 +2035,65 @@
|
|||
</condition>
|
||||
<volume>0.05</volume>
|
||||
</pushback>
|
||||
|
||||
<gear-screech>
|
||||
<name>gear-screech</name>
|
||||
<mode>once</mode>
|
||||
<path>Aircraft/A320-family/Sounds/Effects/tires-screech-asphalt.wav</path>
|
||||
<condition>
|
||||
<and>
|
||||
<or>
|
||||
<greater-than>
|
||||
<property>/fdm/jsbsim/fcs/left-brake-cmd-norm</property>
|
||||
<value>0.95</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>/fdm/jsbsim/fcs/right-brake-cmd-norm</property>
|
||||
<value>0.95</value>
|
||||
</greater-than>
|
||||
</or>
|
||||
<greater-than>
|
||||
<property>/velocities/groundspeed-kt</property>
|
||||
<value>5</value>
|
||||
</greater-than>
|
||||
</and>
|
||||
</condition>
|
||||
<volume>
|
||||
<property>/sim/current-view/internal</property>
|
||||
<factor>2</factor>
|
||||
</volume>
|
||||
<reference-dist>10</reference-dist>
|
||||
<max-dist>200.0</max-dist>
|
||||
</gear-screech>
|
||||
|
||||
<gear-screech-looped>
|
||||
<name>gear-screech looped</name>
|
||||
<mode>looped</mode>
|
||||
<path>Aircraft/A320-family/Sounds/Effects/tires-screech-asphalt.wav</path>
|
||||
<condition>
|
||||
<and>
|
||||
<or>
|
||||
<greater-than>
|
||||
<property>/fdm/jsbsim/gear/unit[0]/slip-angle-deg</property>
|
||||
<value>35</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>/fdm/jsbsim/gear/unit[0]/side_friction_coeff</property>
|
||||
<value>0.95</value>
|
||||
</greater-than>
|
||||
</or>
|
||||
<greater-than>
|
||||
<property>/velocities/groundspeed-kt</property>
|
||||
<value>5</value>
|
||||
</greater-than>
|
||||
</and>
|
||||
</condition>
|
||||
<volume>
|
||||
<property>/sim/current-view/internal</property>
|
||||
<factor>2</factor>
|
||||
</volume>
|
||||
<reference-dist>10</reference-dist>
|
||||
<max-dist>200.0</max-dist>
|
||||
</gear-screech-looped>
|
||||
</fx>
|
||||
</PropertyList>
|
BIN
Sounds/Effects/tires-screech-asphalt.wav
Normal file
BIN
Sounds/Effects/tires-screech-asphalt.wav
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue