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

Музыка Megadrive #3320

Draft
wants to merge 3 commits into
base: dev-sierra
Choose a base branch
from
Draft
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
82 changes: 82 additions & 0 deletions maps/sierra/sierra_lobby.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@

// Space Oddity - Chris Hadfield --,
/singleton/audio/track/space_oddity,

//Mega Drive pack --,
/singleton/audio/track/coherence,
/singleton/audio/track/exoskeleton,
/singleton/audio/track/informant,
/singleton/audio/track/mainframe,
/singleton/audio/track/nakatomi,
/singleton/audio/track/narc,
/singleton/audio/track/silencer,
/singleton/audio/track/sourcecode,
/singleton/audio/track/threatsignal,
/singleton/audio/track/visceralgrit
)


Expand Down Expand Up @@ -74,3 +86,73 @@
author = "Chris Remo"
license = /singleton/license/cc_by_4_0
url = "https://idlethumbs.bandcamp.com/album/the-music-of-idle-thumbs"

/singleton/audio/track/coherence
source = 'maps/sierra/sound/music/lobby/Mega Drive/coherence.mp3'
title = "Coherence"
license = /singleton/license/cc_by_4_0
url = "https://megadrive.bandcamp.com/track/coherence"
author = "Mega Drive"

/singleton/audio/track/exoskeleton
source = 'maps/sierra/sound/music/lobby/Mega Drive/exoskeleton.mp3'
title = "Exoskeleton"
license = /singleton/license/cc_by_4_0
url = "https://soundcloud.com/megadrivemusic/exoskeleton"
author = "Mega Drive"

/singleton/audio/track/informant
source = 'maps/sierra/sound/music/lobby/Mega Drive/informant.mp3'
title = "Informant"
license = /singleton/license/cc_by_4_0
url = "https://soundcloud.com/megadrivemusic/informant"
author = "Mega Drive"

/singleton/audio/track/mainframe
source = 'maps/sierra/sound/music/lobby/Mega Drive/mainframe.mp3'
title = "Mainframe"
license = /singleton/license/cc_by_4_0
url = "https://megadrive.bandcamp.com/track/mainframe"
author = "Mega Drive"

/singleton/audio/track/nakatomi
source = 'maps/sierra/sound/music/lobby/Mega Drive/nakatomi night assault.mp3'
title = "Nakatomi Night Assault"
license = /singleton/license/cc_by_4_0
url = "https://soundcloud.com/megadrivemusic/naktomi-night-assault"
author = "Mega Drive"

/singleton/audio/track/narc
source = 'maps/sierra/sound/music/lobby/Mega Drive/narc.mp3'
title = "NARC"
license = /singleton/license/cc_by_4_0
url = "https://soundcloud.com/megadrivemusic/narc"
author = "Mega Drive"

/singleton/audio/track/silencer
source = 'maps/sierra/sound/music/lobby/Mega Drive/silencer.mp3'
title = "Silencer"
license = /singleton/license/cc_by_4_0
url = "https://megadrive.bandcamp.com/track/silencer"
author = "Mega Drive"

/singleton/audio/track/sourcecode
source = 'maps/sierra/sound/music/lobby/Mega Drive/source code.mp3'
title = "Source Code"
license = /singleton/license/cc_by_4_0
url = "https://soundcloud.com/megadrivemusic/source-code"
author = "Mega Drive"

/singleton/audio/track/threatsignal
source = 'maps/sierra/sound/music/lobby/Mega Drive/threat signal loss.mp3'
title = "Threat Signal Loss"
license = /singleton/license/cc_by_4_0
url = "https://soundcloud.com/megadrivemusic/threat-signal-loss"
author = "Mega Drive"

/singleton/audio/track/visceralgrit
source = 'maps/sierra/sound/music/lobby/Mega Drive/visceral grit 92.mp3'
title = "Visceral Grit '92"
license = /singleton/license/cc_by_4_0
url = "https://megadrive.bandcamp.com/track/visceral-grit-92"
author = "Mega Drive"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.