Add CC-BY sounds, bringing fgdata c172p up to date.
Now matches e0a32e62d9390f796feac6f5e1818323f970bbf5 completely.
This commit is contained in:
parent
e0b415ad74
commit
30548cef0b
5 changed files with 6 additions and 3 deletions
BIN
Aircraft/c172p/Sounds/lever.wav
Normal file
BIN
Aircraft/c172p/Sounds/lever.wav
Normal file
Binary file not shown.
BIN
Aircraft/c172p/Sounds/stall2.wav
Normal file
BIN
Aircraft/c172p/Sounds/stall2.wav
Normal file
Binary file not shown.
BIN
Aircraft/c172p/Sounds/trim.wav
Normal file
BIN
Aircraft/c172p/Sounds/trim.wav
Normal file
Binary file not shown.
3
Aircraft/c172p/Thanks
Normal file
3
Aircraft/c172p/Thanks
Normal file
|
@ -0,0 +1,3 @@
|
|||
- Stall sound source: from a Youtube video entitled "Stalling and spinning with a Cessna 152" by Morsule. Link: https://www.youtube.com/watch?v=zTq8Jvoks2U
|
||||
- Parking brake sound source: from a sound file entitled "Old Lever Pull" by DrMinky. Link: http://freesound.org/people/DrMinky/sounds/167048/
|
||||
- Trim wheel sound source: from a sound file entitled "rubber.wav" by datasoundsample. Link: http://freesound.org/people/datasoundsample/sounds/41631/
|
|
@ -243,7 +243,7 @@
|
|||
<stall>
|
||||
<name>stall</name>
|
||||
<mode>looped</mode>
|
||||
<path>Sounds/stall.wav</path>
|
||||
<path>Sounds/stall2.wav</path>
|
||||
<condition>
|
||||
<and>
|
||||
<property>sim/alarms/stall-warning</property>
|
||||
|
@ -360,7 +360,7 @@
|
|||
<switch>
|
||||
<name>click-parking-brake</name>
|
||||
<mode>once</mode>
|
||||
<path>Sounds/click.wav</path>
|
||||
<path>Sounds/lever.wav</path>
|
||||
<condition>
|
||||
<property>/sim/model/c172p/sound/click-parking</property>
|
||||
</condition>
|
||||
|
@ -844,7 +844,7 @@
|
|||
<dial>
|
||||
<name>dial-trim-wheel</name>
|
||||
<mode>in-transit</mode>
|
||||
<path>Sounds/scroll.wav</path>
|
||||
<path>Sounds/trim.wav</path>
|
||||
<property>/controls/flight/elevator-trim</property>
|
||||
<position>
|
||||
<x>-0.3660</x>
|
||||
|
|
Loading…
Reference in a new issue