From: themias <89101928+themias@users.noreply.github.com> Date: Fri, 31 Jan 2025 17:41:51 +0000 (-0500) Subject: Update shutter sounds (#34774) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=b2299bf0fa1aef82e0f4f210b4359cbf21178df0;p=space-station-14.git Update shutter sounds (#34774) --- diff --git a/Resources/Audio/Machines/attributions.yml b/Resources/Audio/Machines/attributions.yml index e5756369be..12a46ae1eb 100644 --- a/Resources/Audio/Machines/attributions.yml +++ b/Resources/Audio/Machines/attributions.yml @@ -191,3 +191,8 @@ license: "CC0-1.0" copyright: "by AftrLite (Github). Uses audio from hypospray.ogg and hiss.ogg (Found in Resources/Audio/Items)" source: "https://github.com/space-wizards/space-station-14/pull/33097" + +- files: ["shutter.ogg"] + license: "CC-BY-3.0" + copyright: "Created by Tomlija, converted to OGG and modified by themias." + source: "https://freesound.org/people/Tomlija/sounds/99565/" \ No newline at end of file diff --git a/Resources/Audio/Machines/shutter.ogg b/Resources/Audio/Machines/shutter.ogg new file mode 100644 index 0000000000..f3430aaf47 Binary files /dev/null and b/Resources/Audio/Machines/shutter.ogg differ diff --git a/Resources/Locale/en-US/shutter/shutter.ftl b/Resources/Locale/en-US/shutter/shutter.ftl new file mode 100644 index 0000000000..3ddcf6d084 --- /dev/null +++ b/Resources/Locale/en-US/shutter/shutter.ftl @@ -0,0 +1 @@ +shutter-rattle = *rattle rattle* \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Structures/Doors/Shutter/blast_door.yml b/Resources/Prototypes/Entities/Structures/Doors/Shutter/blast_door.yml index ef25bea8c8..d61f6dd21c 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Shutter/blast_door.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Shutter/blast_door.yml @@ -22,6 +22,10 @@ crushDamage: types: Blunt: 25 # yowch + openSound: + path: /Audio/Machines/blastdoor.ogg + closeSound: + path: /Audio/Machines/blastdoor.ogg - type: Occluder - type: Appearance - type: RadiationBlocker @@ -39,6 +43,11 @@ - board - type: StaticPrice price: 500 + - type: InteractionPopup + interactSuccessString: comp-window-knock + messagePerceivedByOthers: comp-window-knock + interactSuccessSound: + path: /Audio/Effects/glass_knock.ogg - type: entity id: BlastDoorOpen diff --git a/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml b/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml index 22e893708a..41e85e6c3f 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml @@ -52,9 +52,9 @@ types: Blunt: 5 # getting shutters closed on you probably doesn't hurt that much openSound: - path: /Audio/Machines/blastdoor.ogg + path: /Audio/Machines/shutter.ogg closeSound: - path: /Audio/Machines/blastdoor.ogg + path: /Audio/Machines/shutter.ogg - type: Weldable time: 3 - type: Appearance @@ -96,10 +96,10 @@ lastSignals: DoorStatus: false - type: InteractionPopup - interactSuccessString: comp-window-knock - messagePerceivedByOthers: comp-window-knock + interactSuccessString: shutter-rattle + messagePerceivedByOthers: shutter-rattle interactSuccessSound: - path: /Audio/Effects/glass_knock.ogg + collection: FenceRattle - type: BlockWeather - type: entity