Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return deleted lobby music in jukebox #31849

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Resources/Audio/Jukebox/Monument.ogg
Binary file not shown.
Binary file added Resources/Audio/Jukebox/atomicamnesiammx.ogg
Binary file not shown.
22 changes: 21 additions & 1 deletion Resources/Audio/Jukebox/attributions.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
- files: ["atomicamnesiammx.ogg"]
license: "CC-BY-NC-SA-3.0"
copyright: "Atomic Amnesia MMX by Phillip Dyer. Converted from MP3 to OGG."
source: "https://soundcloud.com/3kliksphilip/atomic-amnesia-mmx-1"

- files: ["vibe_ace.ogg"]
license: "CC-BY-3.0"
copyright: "Vibe Ace by Kevin MacLeod. Converted from MP3 to OGG."
source: "https://freemusicarchive.org/music/Kevin_MacLeod/Jazz_Sampler/Vibe_Ace"

- files: ["marhaba.ogg"]
license: "CC-BY-NC-SA-3.0"
copyright: "Marhaba by Ian Alex Mac. Converted from MP3 to OGG."
source: "https://freemusicarchive.org/music/Ian_Alex_Mac/Cues/Marhaba"

- files: ["Monument.ogg"]
license: "CC-BY-NC-SA-3.0"
copyright: "Monument by Six Umbrellas."
source: "https://sixumbrellas.bandcamp.com/album/the-psychedelic-and"

- files: ["sector11.ogg"]
license: "CC-BY-NC-SA-3.0"
copyright: "-Sector11 by MashedByMachines. Converted to mono OGG."
Expand All @@ -24,4 +44,4 @@
- files: ["sunset.ogg"]
license: "CC-BY-SA-3.0"
copyright: "Sunset by PigeonBeans. Exported in Mono OGG."
source: "https://soundcloud.com/pigeonbeans/sunset"
source: "https://soundcloud.com/pigeonbeans/sunset"
Binary file added Resources/Audio/Jukebox/marhaba.ogg
Binary file not shown.
Binary file added Resources/Audio/Jukebox/vibe_ace.ogg
Binary file not shown.
24 changes: 24 additions & 0 deletions Resources/Prototypes/Catalog/Jukebox/Standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,27 @@
name: PigeonBeans - Sunset
path:
path: /Audio/Jukebox/sunset.ogg

- type: jukebox
id: AtomicAmnesia
name: Phillip Dyer- Atomic Amnesia
path:
path: /Audio/Jukebox/atomicamnesiammx.ogg

- type: jukebox
id: VibeAce
name: Kevin MacLeod - Vibe Ace
path:
path: /Audio/Jukebox/vibe_ace.ogg

- type: jukebox
id: Marhaba
name: Ian Alex Mac - Marhaba
path:
path: /Audio/Jukebox/marhaba.ogg

- type: jukebox
id: Monument
name: Six Umbrellas - Monument
path:
path: /Audio/Jukebox/Monument.ogg
Loading