diff --git a/assets/voxygen/audio/sfx.ron b/assets/voxygen/audio/sfx.ron index cb25f11d92..eaac0f0241 100644 --- a/assets/voxygen/audio/sfx.ron +++ b/assets/voxygen/audio/sfx.ron @@ -831,6 +831,19 @@ ], threshold: 0.2, ), + Utterance(Angry, Alligator): ( + files: [ + "voxygen.audio.sfx.utterance.alligator_angry1", + "voxygen.audio.sfx.utterance.alligator_angry2", + ], + threshold: 1.0, + ), + Utterance(Angry, Antelope): ( + files: [ + "voxygen.audio.sfx.utterance.antelope_angry1", + ], + threshold: 1.0, + ), Utterance(Angry, BipedLarge): ( files: [ "voxygen.audio.sfx.utterance.ogre_angry1", @@ -844,12 +857,6 @@ ], threshold: 1.0, ), - Utterance(Calm, Pig): ( - files: [ - "voxygen.audio.sfx.utterance.pig_calm1", - ], - threshold: 1.0, - ), Utterance(Angry, Adlet): ( files: [ "voxygen.audio.sfx.utterance.adlet_angry1", @@ -857,16 +864,10 @@ ], threshold: 1.0, ), - Utterance(Angry, Alligator): ( + Utterance(Angry, Pig): ( files: [ - "voxygen.audio.sfx.utterance.alligator_angry1", - "voxygen.audio.sfx.utterance.alligator_angry2", - ], - threshold: 1.0, - ), - Utterance(Angry, Antelope): ( - files: [ - "voxygen.audio.sfx.utterance.antelope_angry1", + "voxygen.audio.sfx.utterance.pig_angry1", + "voxygen.audio.sfx.utterance.pig_angry2", ], threshold: 1.0, ), @@ -889,6 +890,13 @@ ], threshold: 1.0, ), + Utterance(Calm, Cat): ( + files: [ + "voxygen.audio.sfx.utterance.cat_calm1", + "voxygen.audio.sfx.utterance.cat_calm2", + ], + threshold: 1.0, + ), Utterance(Calm, Cow): ( files: [ "voxygen.audio.sfx.utterance.cow_calm1", @@ -897,6 +905,19 @@ ], threshold: 1.0, ), + Utterance(Calm, Goat): ( + files: [ + "voxygen.audio.sfx.utterance.goat_calm1", + ], + threshold: 1.0, + ), + Utterance(Calm, Pig): ( + files: [ + "voxygen.audio.sfx.utterance.pig_calm1", + "voxygen.audio.sfx.utterance.pig_calm2", + ], + threshold: 1.0, + ), Utterance(Calm, Sheep): ( files: [ "voxygen.audio.sfx.utterance.sheep_calm1", @@ -922,6 +943,12 @@ ], threshold: 1.0, ), + Utterance(Hurt, BipedLarge): ( + files: [ + "voxygen.audio.sfx.utterance.ogre_hurt1", + ], + threshold: 1.0, + ), Utterance(Hurt, HumanMale): ( files: [ "voxygen.audio.sfx.utterance.humanmale_hurt1", diff --git a/assets/voxygen/audio/sfx/utterance/cat_calm1.ogg b/assets/voxygen/audio/sfx/utterance/cat_calm1.ogg new file mode 100644 index 0000000000..6cc7782629 Binary files /dev/null and b/assets/voxygen/audio/sfx/utterance/cat_calm1.ogg differ diff --git a/assets/voxygen/audio/sfx/utterance/cat_calm2.ogg b/assets/voxygen/audio/sfx/utterance/cat_calm2.ogg new file mode 100644 index 0000000000..e68283c91e Binary files /dev/null and b/assets/voxygen/audio/sfx/utterance/cat_calm2.ogg differ diff --git a/assets/voxygen/audio/sfx/utterance/goat_calm1.ogg b/assets/voxygen/audio/sfx/utterance/goat_calm1.ogg new file mode 100644 index 0000000000..1de23eb17d Binary files /dev/null and b/assets/voxygen/audio/sfx/utterance/goat_calm1.ogg differ diff --git a/assets/voxygen/audio/sfx/utterance/humanmale_greeting1.ogg b/assets/voxygen/audio/sfx/utterance/humanmale_greeting1.ogg index 45fd2488ce..937fe262f0 100644 Binary files a/assets/voxygen/audio/sfx/utterance/humanmale_greeting1.ogg and b/assets/voxygen/audio/sfx/utterance/humanmale_greeting1.ogg differ diff --git a/assets/voxygen/audio/sfx/utterance/humanmale_hurt1.ogg b/assets/voxygen/audio/sfx/utterance/humanmale_hurt1.ogg index b429ad73e9..e5f9356115 100644 Binary files a/assets/voxygen/audio/sfx/utterance/humanmale_hurt1.ogg and b/assets/voxygen/audio/sfx/utterance/humanmale_hurt1.ogg differ diff --git a/assets/voxygen/audio/sfx/utterance/lion_hurt1.ogg b/assets/voxygen/audio/sfx/utterance/lion_hurt1.ogg new file mode 100644 index 0000000000..2aacfe56d1 Binary files /dev/null and b/assets/voxygen/audio/sfx/utterance/lion_hurt1.ogg differ diff --git a/assets/voxygen/audio/sfx/utterance/ogre_angry1.ogg b/assets/voxygen/audio/sfx/utterance/ogre_angry1.ogg index f82a249e02..4bf53b4a4e 100644 Binary files a/assets/voxygen/audio/sfx/utterance/ogre_angry1.ogg and b/assets/voxygen/audio/sfx/utterance/ogre_angry1.ogg differ diff --git a/assets/voxygen/audio/sfx/utterance/ogre_angry2.ogg b/assets/voxygen/audio/sfx/utterance/ogre_angry2.ogg index a334d1a6ea..2c05347c0f 100644 Binary files a/assets/voxygen/audio/sfx/utterance/ogre_angry2.ogg and b/assets/voxygen/audio/sfx/utterance/ogre_angry2.ogg differ diff --git a/assets/voxygen/audio/sfx/utterance/ogre_hurt1.ogg b/assets/voxygen/audio/sfx/utterance/ogre_hurt1.ogg new file mode 100644 index 0000000000..929ed59d71 Binary files /dev/null and b/assets/voxygen/audio/sfx/utterance/ogre_hurt1.ogg differ diff --git a/assets/voxygen/audio/sfx/utterance/pig_angry1.ogg b/assets/voxygen/audio/sfx/utterance/pig_angry1.ogg new file mode 100644 index 0000000000..405a1bc3d8 Binary files /dev/null and b/assets/voxygen/audio/sfx/utterance/pig_angry1.ogg differ diff --git a/assets/voxygen/audio/sfx/utterance/pig_angry2.ogg b/assets/voxygen/audio/sfx/utterance/pig_angry2.ogg new file mode 100644 index 0000000000..5a828a6ef6 Binary files /dev/null and b/assets/voxygen/audio/sfx/utterance/pig_angry2.ogg differ diff --git a/assets/voxygen/audio/sfx/utterance/pig_calm2.ogg b/assets/voxygen/audio/sfx/utterance/pig_calm2.ogg new file mode 100644 index 0000000000..4f1fa14b23 Binary files /dev/null and b/assets/voxygen/audio/sfx/utterance/pig_calm2.ogg differ diff --git a/assets/voxygen/audio/sfx/utterance/pig_calm3.ogg b/assets/voxygen/audio/sfx/utterance/pig_calm3.ogg new file mode 100644 index 0000000000..42a814e675 Binary files /dev/null and b/assets/voxygen/audio/sfx/utterance/pig_calm3.ogg differ diff --git a/assets/voxygen/audio/sfx/utterance/saurok_angry1.ogg b/assets/voxygen/audio/sfx/utterance/saurok_angry1.ogg index bc8c3cae83..8362ab5ebd 100644 Binary files a/assets/voxygen/audio/sfx/utterance/saurok_angry1.ogg and b/assets/voxygen/audio/sfx/utterance/saurok_angry1.ogg differ diff --git a/common/src/comp/controller.rs b/common/src/comp/controller.rs index c27a4c1c50..63c3664f8d 100644 --- a/common/src/comp/controller.rs +++ b/common/src/comp/controller.rs @@ -103,6 +103,9 @@ pub enum UtteranceKind { Surprised, Hurt, Greeting, + /* Death, + * TODO: Wait for more post-death features (i.e. animiations) before implementing death + * sounds */ } #[derive(Clone, Debug, PartialEq, Serialize, Deserialize)] diff --git a/voxygen/src/audio/sfx/mod.rs b/voxygen/src/audio/sfx/mod.rs index 65623f5bd2..061cd592ca 100644 --- a/voxygen/src/audio/sfx/mod.rs +++ b/voxygen/src/audio/sfx/mod.rs @@ -207,6 +207,8 @@ pub enum VoiceKind { Antelope, Alligator, Saurok, + Cat, + Goat, } fn body_to_voice(body: &Body) -> Option { @@ -223,6 +225,8 @@ fn body_to_voice(body: &Body) -> Option { Body::QuadrupedSmall(body) => match body.species { quadruped_small::Species::Sheep => VoiceKind::Sheep, quadruped_small::Species::Pig | quadruped_small::Species::Boar => VoiceKind::Pig, + quadruped_small::Species::Cat => VoiceKind::Cat, + quadruped_small::Species::Goat => VoiceKind::Goat, _ => VoiceKind::Critter, }, Body::QuadrupedMedium(body) => match body.species { @@ -410,7 +414,7 @@ impl SfxMgr { }, Outcome::GroundSlam { pos, .. } => { let sfx_trigger_item = triggers.get_key_value(&SfxEvent::GroundSlam); - audio.emit_sfx(sfx_trigger_item, *pos, Some(1.0), false); + audio.emit_sfx(sfx_trigger_item, *pos, Some(2.0), false); }, Outcome::ProjectileShot { pos, body, .. } => { match body {