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:
@@ -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.
|
||||||
|
|||||||
BIN
Resources/Audio/Machines/ame_fuelinjection.ogg
Normal file
BIN
Resources/Audio/Machines/ame_fuelinjection.ogg
Normal file
Binary file not shown.
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user