Skip to content

Commit

Permalink
Restore old IPC emotes and Include them on Harpies
Browse files Browse the repository at this point in the history
  • Loading branch information
Day-OS committed Jul 14, 2024
1 parent 805fb94 commit 60d1880
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 14 deletions.
6 changes: 6 additions & 0 deletions Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
collection: BikeHorn
Weh:
collection: Weh
IPCWhirr:
collection: IPCWhirrs
IPCBoop:
collection: IPCBoops
IPCBeep:
collection: IPCBeeps

- type: emoteSounds
id: MaleVulpkanin
Expand Down
12 changes: 10 additions & 2 deletions Resources/Prototypes/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,11 +388,19 @@
collection: CatHisses
MonkeyScreeches:
collection: MonkeyScreeches
RobotBeep:
path: /Audio/Effects/Cargo/buzz_two.ogg
Sigh:
path: /Audio/Voice/Talk/pai.ogg
Crying:
path: /Audio/EstacaoPirata/Voice/IPC/cry_robot_1.ogg
Whistle:
path: /Audio/Voice/Talk/pai.ogg
IPCWhirr:
collection: IPCWhirrs
IPCBoop:
collection: IPCBoops
IPCBeep:
collection: IPCBeeps
#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
28 changes: 16 additions & 12 deletions Resources/Prototypes/Voice/speech_emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,17 +296,21 @@
- whirrs.
- whirrs!

# HarpyBeep
# - type: emote
# id: IPCBeep
# category: Vocal
# chatMessages: [beeps]
# chatTriggers:
# - beep
# - beeps
# - beeps.
# - beeps!


# IPCs uses this one and HarpyBeep, they are the same. but trigger differently
# This exists mostly so Harpies can also play the same sound as IPCs, solving the "beep" trigger conflict
- type: emote
id: IPCBeep
category: Vocal
chatMessages: [beeps robotically]
chatTriggers:
- rbeep
- rbeep.
- rbeeps
- rbeeps.
- beeps robotically
- beeps robotically.

- type: emote
id: IPCBoop
category: Vocal
Expand All @@ -325,4 +329,4 @@
- ping
- pings
- pings.
- pings!
- pings!

0 comments on commit 60d1880

Please sign in to comment.