Added XML for generic animal death and fixed horse death xml

This was SVN commit r7529.
This commit is contained in:
MattSherman 2010-05-09 18:34:40 +00:00
parent 8defd5aaa3
commit 549ff09c8b
2 changed files with 27 additions and 4 deletions

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<SoundGroup>
<Gain>1</Gain>
<Pitch>1</Pitch>
<Priority>100</Priority>
<ConeGain>1</ConeGain>
<ConeInner>360</ConeInner>
<ConeOuter>360</ConeOuter>
<Looping>0</Looping>
<RandOrder>0</RandOrder>
<RandGain>1</RandGain>
<GainUpper>1</GainUpper>
<GainLower>0</GainLower>
<RandPitch>0</RandPitch>
<PitchUpper>1.01</PitchUpper>
<PitchLower>0.99</PitchLower>
<Threshold>0</Threshold>
<Decay>3</Decay>
<Replacement>Animal_death_generic_10.ogg</Replacement>
<Path>audio/actor/fauna/death/</Path>
<Sound>Animal_death_generic_12.ogg</Sound>
<Sound>Animal_death_generic_13.ogg</Sound>
</SoundGroup>

View File

@ -11,13 +11,13 @@
<RandGain>1</RandGain>
<GainUpper>1</GainUpper>
<GainLower>0</GainLower>
<RandPitch>1</RandPitch>
<PitchUpper>0.5</PitchUpper>
<PitchLower>0</PitchLower>
<RandPitch>0</RandPitch>
<PitchUpper>1.01</PitchUpper>
<PitchLower>0.99</PitchLower>
<Threshold>0</Threshold>
<Decay>3</Decay>
<Replacement>death_horse_11.ogg</Replacement>
<Path>path/</Path>
<Path>audio/actor/fauna/death/</Path>
<Sound>death_horse_11.ogg</Sound>
<Sound>death_horse_10.ogg</Sound>
</SoundGroup>