Skip to content

Commit

Permalink
Port Nyano's FTL sound (#914)
Browse files Browse the repository at this point in the history
Me when the FTL
  • Loading branch information
DebugOk committed Mar 5, 2024
1 parent b06e894 commit e6cb872
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Shuttles/Components/FTLComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
};
Expand Down
5 changes: 5 additions & 0 deletions Resources/Audio/DeltaV/Effects/Shuttle/attributions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- files:
- "hyperspace_progress.ogg"
license: "CC-BY-SA-4.0"
copyright: "@Vordenburg"
source: "https://github.com/Nyanotrasen/Nyanotrasen/commit/cbd7104306bc0b03004036f91459a7fa42bc5c0f"
Binary file not shown.

0 comments on commit e6cb872

Please sign in to comment.