mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
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:
@@ -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'
|
||||
)
|
||||
|
||||
@@ -206,7 +206,8 @@
|
||||
music_cartridges["Konyang Vibes 2463"] = /obj/item/music_cartridge/konyang_retrowave
|
||||
music_cartridges["Top of the Charts 66 (Venusian Hits)"] = /obj/item/music_cartridge/venus_funkydisco
|
||||
music_cartridges["SCC Welcome Package"] = /obj/item/music_cartridge/audioconsole
|
||||
music_cartridges["Spacer Classics Vol. 1"] = /obj/item/music_cartridge/
|
||||
music_cartridges["Spacer Classics Vol. 1"] = /obj/item/music_cartridge/ss13
|
||||
music_cartridges["Indulgence EP (X-Rock)"] = /obj/item/music_cartridge/xanu_rock
|
||||
music_cartridges["Electro-Swing of Adhomai"] = /obj/item/music_cartridge/adhomai_swing
|
||||
music_cartridges["Europa: Best of the 50s"] = /obj/item/music_cartridge/europa_various
|
||||
gear_tweaks += new /datum/gear_tweak/path(music_cartridges)
|
||||
|
||||
@@ -435,3 +435,18 @@ Earphone Variants
|
||||
new/datum/track("Le Swing", 'sound/music/phonograph/le_swing.ogg'),
|
||||
new/datum/track("Posin", 'sound/music/phonograph/posin.ogg')
|
||||
)
|
||||
|
||||
/obj/item/music_cartridge/europa_various
|
||||
name = "Europa: Best of the 50s"
|
||||
desc = "A music cartridge storing the best tracks to listen to on a submarine dive."
|
||||
icon_state = "generic"
|
||||
|
||||
tracks = list(
|
||||
new/datum/track("Where The Rays Leap", 'sound/music/regional/europa/where_the_dusks_rays_leap.ogg'),
|
||||
new/datum/track("Casting Faint Shadows", 'sound/music/regional/europa/casting_faint_shadows.ogg'),
|
||||
new/datum/track("Weedance", 'sound/music/regional/europa/weedance.ogg'),
|
||||
new/datum/track("Instrumental Park", 'sound/music/regional/europa/instrumental_park.ogg'),
|
||||
new/datum/track("Way Between The Shadows", 'sound/music/regional/europa/way_between_the_shadows.ogg'),
|
||||
new/datum/track("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", 'sound/music/regional/europa/deep_beneath-.ogg'),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user