From ef3379daa1f1a8b63f1f8fc7e01ace04f2e8829c Mon Sep 17 00:00:00 2001 From: pootslap <211648338+pootslap@users.noreply.github.com> Date: Sat, 30 May 2026 22:47:28 +0100 Subject: [PATCH 1/2] pitch change ops adding the params to emoteSounds overrides every individual emote which sucks --- .../Prototypes/Entities/Mobs/NPCs/animals.yml | 20 ++++++ .../_DV/Voice/speech_emote_sounds.yml | 62 +++++++++++++++++++ 2 files changed, 82 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index d26c7c51ddf3..78c8703dc5ea 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -1613,6 +1613,16 @@ Blunt: 1 clumsySound: path: /Audio/Animals/monkey_scream.ogg +#Begin DeltaV additions + - type: Vocal + sounds: + Male: MonkeySounds + Female: MonkeySounds + Unsexed: MonkeySounds + wilhelmProbability: 0.01 + - type: BodyEmotes + soundsId: MonkeySounds +#End DeltaV additions - type: entity @@ -1647,6 +1657,16 @@ - type: GhostTakeoverAvailable - type: Loadout prototypes: [SyndicateOperativeGearMonkey] + #Begin DeltaV additions + - type: Vocal + sounds: + Male: MonkeySounds + Female: MonkeySounds + Unsexed: MonkeySounds + wilhelmProbability: 0.01 + - type: BodyEmotes + soundsId: MonkeySounds +#End DeltaV additions - type: entity id: MobMonkeySyndicateAgent diff --git a/Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml b/Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml index c87aff5572dc..545f59aa0914 100644 --- a/Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml @@ -734,3 +734,65 @@ sounds: Mew: collection: FelinidMews + +- type: emoteSounds + id: MonkeySounds + sounds: + Clap: + collection: Claps + params: + pitch: 1.3 + ClapSingle: + collection: ClapSingle + Snap: + collection: Snaps + Salute: + collection: Salutes + Laugh: + path: /Audio/Animals/ferret_happy.ogg + params: + variation: 0.125 + Cough: + path: /Audio/Effects/Diseases/monkey2.ogg + params: + pitch: 0.9 + variation: 0.125 + Whistle: + collection: Whistles + Sigh: + collection: MaleSigh + params: + variation: 0.125 + Scream: + path: /Audio/Animals/monkey_scream.ogg + params: + variation: 0.125 + Yawn: + path: /Audio/Animals/monkey_scream.ogg + params: + pitch: 0.6 + variation: 0.125 + volume: -4 + Crying: + path: /Audio/Animals/ferret_happy.ogg + params: + pitch: 0.8 + Snore: + collection: Snores + Weh: + collection: Weh + Hew: + collection: Hew + Honk: + collection: BikeHorn + Gasp: + collection: MaleGasp + params: + pitch: 1.3 + DefaultDeathgasp: + collection: DeathGasp + Gulp: + path: /Audio/_Goobstation/Voice/Human/gulp.ogg + params: + pitch: 1.5 + variation: 0.125 From f4c1883cd98398e3d2a325a2c193a60c76bf8991 Mon Sep 17 00:00:00 2001 From: pootslap <211648338+pootslap@users.noreply.github.com> Date: Sat, 30 May 2026 23:01:13 +0100 Subject: [PATCH 2/2] lower gulps and blinking --- Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml b/Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml index 545f59aa0914..9556f7ae2a05 100644 --- a/Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml @@ -794,5 +794,7 @@ Gulp: path: /Audio/_Goobstation/Voice/Human/gulp.ogg params: - pitch: 1.5 + pitch: 1.3 variation: 0.125 + Blink: # Imp + collection: Blinks # Imp