diff --git a/Content.Server/Shuttles/Components/FTLComponent.cs b/Content.Server/Shuttles/Components/FTLComponent.cs index 105b9eae6d7..e8bcbb459e1 100644 --- a/Content.Server/Shuttles/Components/FTLComponent.cs +++ b/Content.Server/Shuttles/Components/FTLComponent.cs @@ -46,7 +46,7 @@ public sealed partial class FTLComponent : Component public string? PriorityTag; [ViewVariables(VVAccess.ReadWrite), DataField("soundTravel")] - public SoundSpecifier? TravelSound = new SoundPathSpecifier("/Audio/Effects/Shuttle/hyperspace_progress.ogg") + public SoundSpecifier? TravelSound = new SoundPathSpecifier("/Audio/DeltaV/Effects/Shuttle/hyperspace_progress.ogg") // DeltaV - Replace FTL sound { Params = AudioParams.Default.WithVolume(-3f).WithLoop(true) }; diff --git a/Resources/Audio/DeltaV/Effects/Shuttle/attributions.yml b/Resources/Audio/DeltaV/Effects/Shuttle/attributions.yml new file mode 100644 index 00000000000..fd622f586f5 --- /dev/null +++ b/Resources/Audio/DeltaV/Effects/Shuttle/attributions.yml @@ -0,0 +1,5 @@ +- files: + - "hyperspace_progress.ogg" + license: "CC-BY-SA-4.0" + copyright: "@Vordenburg" + source: "https://github.com/Nyanotrasen/Nyanotrasen/commit/cbd7104306bc0b03004036f91459a7fa42bc5c0f" diff --git a/Resources/Audio/DeltaV/Effects/Shuttle/hyperspace_progress.ogg b/Resources/Audio/DeltaV/Effects/Shuttle/hyperspace_progress.ogg new file mode 100644 index 00000000000..7e2112f38e3 Binary files /dev/null and b/Resources/Audio/DeltaV/Effects/Shuttle/hyperspace_progress.ogg differ