Europa Earphones Cartridge + Misc. Music Tweaks/Fixes (#21053)

- Adds a Europa music cartridge, with 4 new sound tracks added for this
cartridge.
- Reduces the volume of all tracks I've added in prior PRs.
- Cannibalises the `lobby/crescent_expanse` tracks as — in hindsight — a
generic sector getting its own lobby tracks is a bit much and would mean
generic lobby tracks are never heard. saving it for major
systems/uncharted zones/special places. 1 sound file removed; 1 now used
in the Europa cartridge

### Asset Licenses
The following assets that **have not** been created by myself are
included in this PR:

| Path | Original Author | License |
| --- | --- | --- |
| sound/music/regional/europa/casting_faint_shadows.ogg | "casting faint
shadows" by Ikaiora
(https://ikaiora.bandcamp.com/track/casting-faint-shadows-2) | CC
BY-NC-ND 3.0 |
| sound/music/regional/europa/where_the_dusks_rays_leap.ogg | "where the
dusk's rays leap" by Ikaiora
(https://ikaiora.bandcamp.com/track/where-the-dusks-rays-leap) | CC
BY-NC-ND 3.0
| sound/music/regional/europa/deep_beneath-.ogg | "Deep Beneath the
Solemn Waves a Vast Underwater Landscape, Brimming With Bizarre, Eerily
Gleaming Cyclopean Structures of, What Must Surely Be, Non​​​​-​​​​Human
Origin, Stretched Out Across the Ocean Floor" by Unknown
Oceanographer/Under Jorden
(https://under-jorden.bandcamp.com/album/deep-beneath-the-solemn-waves-a-vast-underwater-landscape-brimming-with-bizarre-eerily-gleaming-cyclopean-structures-of-what-must-surely-be-non-human-origin-stretched-out-across-the-ocean-floor)
| CC BY-NC-ND 3.0
| sound/music/regional/europa/instrument_park.ogg | "Instrument Park" by
Little Bradley
(https://myprivateunderground.bandcamp.com/track/little-bradley-instrumental-park)
| CC BY-NC 3.0
| sound/music/regional/europa/way_between_the_shadows.ogg | "Way Between
The Shadows" by Mokusei No Maguro
(https://mokuseinomaguro.bandcamp.com/track/way-between-the-shadows) |
CC BY-SA 3.0 |

All sound files compressed to 20K. No transformation or remixing done.


dredging bandcamp for decent, copyright permissive songs by non—mass
production artists has been soul-draining lol. this is the last music pr
from me
This commit is contained in:
smellie
2025-08-03 17:16:24 +01:00
committed by GitHub
parent 3aa2869f9d
commit 2df7b1fc5c
25 changed files with 33 additions and 13 deletions
@@ -38,20 +38,11 @@
"95.8 Radio Masyara'Triq (Unlicensed)" = 'texts/lore_radio/crescent_expanse/95.8_CE-Unlicensed_Music_Station.txt'
)
lobby_tracks = list(
'sound/music/lobby/crescent_expanse/crescent_expanse_1.ogg',
'sound/music/lobby/crescent_expanse/crescent_expanse_2.ogg'
)
/datum/space_sector/crescent_expanse/west
name = SECTOR_CRESCENT_EXPANSE_WEST
lore_radio_stations = list(
"95.8 Radio Masyara'Triq (Unlicensed)" = 'texts/lore_radio/crescent_expanse/95.8_CE-Unlicensed_Music_Station.txt'
)
lobby_tracks = list(
'sound/music/lobby/crescent_expanse/crescent_expanse_1.ogg',
'sound/music/lobby/crescent_expanse/crescent_expanse_2.ogg'
)
/datum/space_sector/crescent_expanse/far
name = SECTOR_CRESCENT_EXPANSE_FAR
@@ -81,7 +72,6 @@
"95.8 Radio Masyara'Triq (Unlicensed)" = 'texts/lore_radio/crescent_expanse/95.8_CE-Unlicensed_Music_Station.txt'
)
lobby_tracks = list(
'sound/music/lobby/crescent_expanse/crescent_expanse_1.ogg',
'sound/music/lobby/dangerous_space/dangerous_space_1.ogg',
'sound/music/lobby/dangerous_space/dangerous_space_2.ogg'
)