Adds a new AME sound effect! (#33097)

* 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!
This commit is contained in:
AftrLite
2024-11-03 02:19:33 +13:00
committed by GitHub
parent 2a6314bf90
commit 4f68315584
3 changed files with 6 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ public sealed partial class AmeControllerComponent : SharedAmeControllerComponen
/// </summary> /// </summary>
[DataField("injectSound")] [DataField("injectSound")]
[ViewVariables(VVAccess.ReadWrite)] [ViewVariables(VVAccess.ReadWrite)]
public SoundSpecifier InjectSound = new SoundCollectionSpecifier("MetalThud"); public SoundSpecifier InjectSound = new SoundPathSpecifier("/Audio/Machines/ame_fuelinjection.ogg");
/// <summary> /// <summary>
/// The last time this could have injected fuel into the AME. /// The last time this could have injected fuel into the AME.

Binary file not shown.

View File

@@ -181,3 +181,8 @@
license: "CC0-1.0" license: "CC0-1.0"
copyright: "by ScarKy0" copyright: "by ScarKy0"
source: "https://github.com/space-wizards/space-station-14/pull/32012" 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"