]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Adds a new AME sound effect! (#33097)
authorAftrLite <61218133+AftrLite@users.noreply.github.com>
Sat, 2 Nov 2024 13:19:33 +0000 (02:19 +1300)
committerGitHub <noreply@github.com>
Sat, 2 Nov 2024 13:19:33 +0000 (14:19 +0100)
* Changes the AME sound effect to not be the default MetalThud.

* Was told on discord to make a minor change to autorerun the tests due to the Build & Test Debug failing!

* Attribution and licensing, as requsted by deathride58

* Fixes the high-pitched squeak audible to some people!

* Audio file tweaked by SlamBamActionMan to eliminate a weird squeak they were still able to hear. Thanks!

Content.Server/Ame/Components/AmeControllerComponent.cs
Resources/Audio/Machines/ame_fuelinjection.ogg [new file with mode: 0644]
Resources/Audio/Machines/attributions.yml

index fae3d86633d41bd2836b1b9e39fe16d8d9633fcb..2c5464dd8e06b9a19c8858a3d13229a9997a803e 100644 (file)
@@ -55,7 +55,7 @@ public sealed partial class AmeControllerComponent : SharedAmeControllerComponen
     /// </summary>
     [DataField("injectSound")]
     [ViewVariables(VVAccess.ReadWrite)]
-    public SoundSpecifier InjectSound = new SoundCollectionSpecifier("MetalThud");
+    public SoundSpecifier InjectSound = new SoundPathSpecifier("/Audio/Machines/ame_fuelinjection.ogg");
 
     /// <summary>
     /// The last time this could have injected fuel into the AME.
diff --git a/Resources/Audio/Machines/ame_fuelinjection.ogg b/Resources/Audio/Machines/ame_fuelinjection.ogg
new file mode 100644 (file)
index 0000000..30c9175
Binary files /dev/null and b/Resources/Audio/Machines/ame_fuelinjection.ogg differ
index 7675162a04d5067d48a0a91220525ca16ea9dd7c..bcbf1036c3279e49b2068753b407254e999c4eae 100644 (file)
   license: "CC0-1.0"
   copyright: "by ScarKy0"
   source: "https://github.com/space-wizards/space-station-14/pull/32012"
+
+- files: ["ame_fuelinjection.ogg"]
+  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"