-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# About the pull request Adds sounds for: Someone pick up phone on other end Someone hung up phone on other end Someone talk on the other end Reaching voicemail Dialing Typing dial numbers Post call disconnection beeps (video volume is a bit low, just high it up, they are loud enough in game) https://github.com/user-attachments/assets/b317adc8-8d0c-4829-b98b-5b8ba71ecec2 https://github.com/user-attachments/assets/91f147fe-4d94-4bd1-8c4d-20df25a2a1dc All sounds are either from public domain or custom made. For discusstion about sound origin see https://discord.com/channels/150315577943130112/964684928161808384/1266875925916680253 # Explain why it's good for the game More immersion and atmosphere. </details> # Changelog :cl: soundadd: added numerous phone sounds for different phone interactions /:cl:
- Loading branch information
Showing
16 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
/datum/looping_sound/looping_launch_announcement_alarm | ||
mid_sounds = list('sound/vehicles/Dropships/single_alarm_brr_dropship_1.ogg' = 1) | ||
start_sound = list('sound/vehicles/Dropships/single_alarm_brr_dropship_1.ogg' = 1) | ||
|
||
/datum/looping_sound/telephone/ring | ||
start_sound = 'sound/machines/telephone/dial.ogg' | ||
start_length = 3.2 SECONDS | ||
mid_sounds = 'sound/machines/telephone/ring_outgoing.ogg' | ||
mid_length = 2.1 SECONDS | ||
volume = 10 | ||
|
||
/datum/looping_sound/telephone/busy | ||
start_sound = 'sound/voice/callstation_unavailable.ogg' | ||
start_length = 5.7 SECONDS | ||
mid_sounds = 'sound/machines/telephone/phone_busy.ogg' | ||
mid_length = 5 SECONDS | ||
volume = 15 | ||
|
||
/datum/looping_sound/telephone/hangup | ||
start_sound = 'sound/machines/telephone/remote_hangup.ogg' | ||
start_length = 0.6 SECONDS | ||
mid_sounds = 'sound/machines/telephone/phone_busy.ogg' | ||
mid_length = 5 SECONDS | ||
volume = 15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.