Skip to content

Commit

Permalink
sound for take off added, mistake for steering solved
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbyW committed Sep 13, 2020
1 parent fda7603 commit 8aa5d85
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 2 deletions.
52 changes: 52 additions & 0 deletions Sounds/AN-225-Mrija-sound.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This file is licenced under the terms of the GNU General Public Licence V3 or la
Reverser, SpaceShuttle, Instrumentation and all Animations for gears, tail-gear-steering, flaps,
slats, spoilers, rudder, aelerion and lights for MP-modus with and without Rembrandt added.
###################################################################################################
some sounds are from tu-154b
-->

<PropertyList>
Expand Down Expand Up @@ -858,6 +859,57 @@ slats, spoilers, rudder, aelerion and lights for MP-modus with and without Rembr
</position>
</voice>

<!--Navigator speed count-->
<voice>
<name>s_v_r</name>
<path>Aircraft/AN-225-Mrija/Sounds/St_VR.wav</path>
<condition>
<greater-than>
<property>/velocities/airspeed-kt</property>
<value>139.0</value>
</greater-than>
</condition>
<mode>once</mode>
<position>
<x>-22</x>
<y>0</y>
<z>5</z>
</position>
</voice>

<voice>
<name>s_v_2</name>
<path>Aircraft/AN-225-Mrija/Sounds/St_V2.wav</path>
<condition>
<greater-than>
<property>/velocities/airspeed-kt</property>
<value>145.0</value>
</greater-than>
</condition>
<mode>once</mode>
<position>
<x>-22</x>
<y>0</y>
<z>5</z>
</position>
</voice>

<voice>
<name>s_v_1</name>
<path>Aircraft/AN-225-Mrija/Sounds/St_V1.wav</path>
<condition>
<greater-than>
<property>/velocities/airspeed-kt</property>
<value>128.0</value>
</greater-than>
</condition>
<mode>once</mode>
<position>
<x>-22</x>
<y>0</y>
<z>5</z>
</position>
</voice>

</fx>

Expand Down
Binary file added Sounds/St_V1.wav
Binary file not shown.
Binary file added Sounds/St_V2.wav
Binary file not shown.
Binary file added Sounds/St_VR.wav
Binary file not shown.
4 changes: 2 additions & 2 deletions Systems/steering.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<condition>
<and>
<greater-than>
<property>velosities/groundspeed-kt</property>
<property>velocities/groundspeed-kt</property>
<value>20.0001</value>
</greater-than>
<property>gear/gear[0]/wow</property>
Expand All @@ -56,7 +56,7 @@
<condition>
<and>
<less-than>
<property>velosities/groundspeed-kt</property>
<property>velocities/groundspeed-kt</property>
<value>20</value>
</less-than>
<property>gear/gear[0]/wow</property>
Expand Down

0 comments on commit 8aa5d85

Please sign in to comment.