Skip to content

Commit

Permalink
Adds IPCPing and fixes sound variations
Browse files Browse the repository at this point in the history
  • Loading branch information
Day-OS committed Jul 14, 2024
1 parent 60d1880 commit e419081
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Resources/Prototypes/SoundCollections/ipc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@
id: IPCBoops
files:
- /Audio/Voice/IPC/beep_500.ogg
-
- type: soundCollection
id: IPCPing
files:
- /Audio/Effects/beep1.ogg
16 changes: 14 additions & 2 deletions Resources/Prototypes/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,15 +369,19 @@

- type: emoteSounds
id: UnisexIPC
params:
variation: 0.125
sounds:
Buzz:
path: /Audio/Effects/Cargo/buzz_sigh.ogg
params:
variation: 0.125
Scream:
path: /Audio/EstacaoPirata/Voice/IPC/robot-scream.ogg
params:
variation: 0.125
Laugh:
path: /Audio/EstacaoPirata/Voice/IPC/robot-laugh_3.ogg
params:
variation: 0.125
Chitter:
path: /Audio/Voice/Talk/pai.ogg
Squeak:
Expand All @@ -400,7 +404,15 @@
collection: IPCBoops
IPCBeep:
collection: IPCBeeps
params:
variation: 0
#Not the most organized way to reproduce this emote.
#But it does work because harpyBeep uses the same triggers as IPCBeep did.
HarpyBeep:
collection: IPCBeeps
params:
variation: 0
IPCPing:
collection: IPCPing
params:
variation: 0.125

0 comments on commit e419081

Please sign in to comment.