Files
Bubberstation/code/_globalvars/lists/ambience.dm
grungussuss 58501dce77 Reorganizes the sound folder (#86726)
## About The Pull Request

<details>

- renamed ai folder to announcer

-- announcer --
- moved vox_fem to announcer
- moved approachingTG to announcer

- separated the ambience folder into ambience and instrumental
-- ambience --

- created holy folder moved all related sounds there
- created engineering folder and moved all related sounds there
- created security folder and moved ambidet there
- created general folder and moved ambigen there
- created icemoon folder and moved all icebox-related ambience there
- created medical folder and moved all medbay-related ambi there
- created ruin folder and moves all ruins ambi there
- created beach folder and moved seag and shore there
- created lavaland folder and moved related ambi there
- created aurora_caelus folder and placed its ambi there
- created misc folder and moved the rest of the files that don't have a
specific category into it

-- instrumental --

- moved traitor folder here
- created lobby_music folder and placed our songs there (title0 not used
anywhere? - server-side modification?)

-- items --

- moved secdeath to hailer
- moved surgery to handling

-- effects --

- moved chemistry into effects
- moved hallucinations into effects
- moved health into effects
- moved magic into effects

-- vehicles --

- moved mecha into vehicles


created mobs folder

-- mobs --

- moved creatures folder into mobs
- moved voice into mobs

renamed creatures to non-humanoids
renamed voice to humanoids

-- non-humanoids--

created cyborg folder
created hiss folder
moved harmalarm.ogg to cyborg

-- humanoids --




-- misc --

moved ghostwhisper to misc
moved insane_low_laugh to misc

I give up trying to document this.

</details>

- [X] ambience
- [x] announcer
- [x] effects
- [X] instrumental
- [x] items
- [x] machines
- [x] misc 
- [X] mobs
- [X] runtime
- [X] vehicles

- [ ] attributions

## Why It's Good For The Game

This folder is so disorganized that it's vomit inducing, will make it
easier to find and add new sounds, providng a minor structure to the
sound folder.

## Changelog
🆑 grungussuss
refactor: the sound folder in the source code has been reorganized,
please report any oddities with sounds playing or not playing
server: lobby music has been repathed to sound/music/lobby_music
/🆑
2024-09-23 22:24:50 -07:00

210 lines
7.3 KiB
Plaintext

GLOBAL_LIST_INIT(generic_ambience,list(
'sound/ambience/general/ambigen1.ogg',
'sound/ambience/general/ambigen2.ogg',
'sound/ambience/general/ambigen3.ogg',
'sound/ambience/general/ambigen4.ogg',
'sound/ambience/general/ambigen5.ogg',
'sound/ambience/general/ambigen6.ogg',
'sound/ambience/general/ambigen7.ogg',
'sound/ambience/general/ambigen8.ogg',
'sound/ambience/general/ambigen9.ogg',
'sound/ambience/general/ambigen10.ogg',
'sound/ambience/general/ambigen11.ogg',
'sound/ambience/general/ambigen13.ogg',
'sound/ambience/general/ambigen14.ogg',
))
GLOBAL_LIST_INIT(holy_ambience,list(
'sound/ambience/holy/ambicha1.ogg',
'sound/ambience/holy/ambicha2.ogg',
'sound/ambience/holy/ambicha3.ogg',
'sound/ambience/holy/ambicha4.ogg',
'sound/ambience/holy/ambiholy.ogg',
'sound/ambience/holy/ambiholy2.ogg',
'sound/ambience/holy/ambiholy3.ogg',
))
GLOBAL_LIST_INIT(danger_ambience,list(
'sound/ambience/misc/ambidanger.ogg',
'sound/ambience/misc/ambidanger2.ogg',
))
GLOBAL_LIST_INIT(ruins_ambience,list(
'sound/ambience/lavaland/ambicave.ogg',
'sound/ambience/misc/ambidanger.ogg',
'sound/ambience/misc/ambidanger2.ogg',
'sound/ambience/maintenance/ambimaint1.ogg',
'sound/ambience/ruin/ambimine.ogg',
'sound/ambience/misc/ambimystery.ogg',
'sound/ambience/ruin/ambiruin.ogg',
'sound/ambience/ruin/ambiruin2.ogg',
'sound/ambience/ruin/ambiruin3.ogg',
'sound/ambience/ruin/ambiruin4.ogg',
'sound/ambience/ruin/ambiruin5.ogg',
'sound/ambience/ruin/ambiruin6.ogg',
'sound/ambience/ruin/ambiruin7.ogg',
'sound/ambience/engineering/ambitech3.ogg',
))
GLOBAL_LIST_INIT(engi_ambience,list(
'sound/ambience/engineering/ambiatmos.ogg',
'sound/ambience/engineering/ambiatmos2.ogg',
'sound/ambience/engineering/ambisin1.ogg',
'sound/ambience/engineering/ambisin2.ogg',
'sound/ambience/engineering/ambisin3.ogg',
'sound/ambience/engineering/ambisin4.ogg',
'sound/ambience/engineering/ambitech.ogg',
'sound/ambience/engineering/ambitech2.ogg',
'sound/ambience/engineering/ambitech3.ogg',
))
GLOBAL_LIST_INIT(mining_ambience, list(
'sound/ambience/lavaland/ambicave.ogg',
'sound/ambience/misc/ambidanger.ogg',
'sound/ambience/misc/ambidanger2.ogg',
'sound/ambience/lavaland/ambilava1.ogg',
'sound/ambience/lavaland/ambilava2.ogg',
'sound/ambience/lavaland/ambilava3.ogg',
'sound/ambience/maintenance/ambimaint1.ogg',
'sound/ambience/ruin/ambimine.ogg',
'sound/ambience/ruin/ambiruin.ogg',
'sound/ambience/ruin/ambiruin2.ogg',
'sound/ambience/ruin/ambiruin3.ogg',
'sound/ambience/ruin/ambiruin4.ogg',
'sound/ambience/ruin/ambiruin5.ogg',
'sound/ambience/ruin/ambiruin6.ogg',
'sound/ambience/ruin/ambiruin7.ogg',
))
GLOBAL_LIST_INIT(icemoon_ambience,list(
'sound/ambience/icemoon/ambiicetheme.ogg',
'sound/ambience/icemoon/ambiicemelody1.ogg',
'sound/ambience/icemoon/ambiicemelody2.ogg',
'sound/ambience/icemoon/ambiicemelody3.ogg',
'sound/ambience/icemoon/ambiicemelody4.ogg',
'sound/ambience/icemoon/ambiicesting1.ogg',
'sound/ambience/icemoon/ambiicesting2.ogg',
'sound/ambience/icemoon/ambiicesting3.ogg',
'sound/ambience/icemoon/ambiicesting4.ogg',
'sound/ambience/icemoon/ambiicesting5.ogg',
))
GLOBAL_LIST_INIT(medical_ambience,list(
'sound/ambience/medical/ambinice.ogg',
))
GLOBAL_LIST_INIT(virology_ambience,list(
'sound/ambience/medical/ambiviro.ogg',
'sound/ambience/medical/ambiviro1.ogg',
'sound/ambience/medical/ambiviro2.ogg',
))
GLOBAL_LIST_INIT(spooky_ambience,list(
'sound/ambience/medical/ambimo1.ogg',
'sound/ambience/medical/ambimo2.ogg',
'sound/ambience/misc/ambimystery.ogg',
'sound/ambience/misc/ambiodd.ogg',
'sound/ambience/ruin/ambiruin6.ogg',
'sound/ambience/ruin/ambiruin7.ogg',
))
GLOBAL_LIST_INIT(space_ambience,list(
'sound/ambience/engineering/ambiatmos.ogg',
'sound/ambience/space/ambispace.ogg',
'sound/ambience/space/ambispace2.ogg',
'sound/ambience/space/ambispace3.ogg',
'sound/ambience/space/ambispace4.ogg',
'sound/ambience/space/ambispace5.ogg',
'sound/ambience/space/ambispace6.ogg',
'sound/music/lobby_music/title2.ogg',
))
GLOBAL_LIST_INIT(maint_ambience,list(
'sound/ambience/maintenance/ambimaint1.ogg',
'sound/ambience/maintenance/ambimaint2.ogg',
'sound/ambience/maintenance/ambimaint3.ogg',
'sound/ambience/maintenance/ambimaint4.ogg',
'sound/ambience/maintenance/ambimaint5.ogg',
'sound/ambience/maintenance/ambimaint6.ogg',
'sound/ambience/maintenance/ambimaint7.ogg',
'sound/ambience/maintenance/ambimaint8.ogg',
'sound/ambience/maintenance/ambimaint9.ogg',
'sound/ambience/maintenance/ambimaint10.ogg',
'sound/ambience/maintenance/ambimaint11.ogg',
'sound/ambience/maintenance/ambimaint12.ogg',
'sound/ambience/engineering/ambitech2.ogg',
'sound/mobs/non-humanoids/hiss/lowHiss1.ogg',
'sound/mobs/non-humanoids/hiss/lowHiss2.ogg',
'sound/mobs/non-humanoids/hiss/lowHiss3.ogg',
'sound/mobs/non-humanoids/hiss/lowHiss4.ogg',
'sound/ambience/maintenance/maintambience.ogg',
))
GLOBAL_LIST_INIT(away_ambience,list(
'sound/ambience/engineering/ambiatmos.ogg',
'sound/ambience/engineering/ambiatmos2.ogg',
'sound/ambience/misc/ambidanger.ogg',
'sound/ambience/misc/ambidanger2.ogg',
'sound/ambience/maintenance/ambimaint.ogg',
'sound/ambience/misc/ambiodd.ogg',
'sound/ambience/ruin/ambiruin.ogg',
'sound/ambience/ruin/ambiruin2.ogg',
'sound/ambience/ruin/ambiruin3.ogg',
'sound/ambience/ruin/ambiruin4.ogg',
'sound/ambience/ruin/ambiruin5.ogg',
'sound/ambience/ruin/ambiruin6.ogg',
'sound/ambience/ruin/ambiruin7.ogg',
'sound/ambience/engineering/ambitech.ogg',
'sound/ambience/engineering/ambitech2.ogg',
))
GLOBAL_LIST_INIT(reebe_ambience,list(
'sound/ambience/misc/ambireebe1.ogg',
'sound/ambience/misc/ambireebe2.ogg',
'sound/ambience/misc/ambireebe3.ogg',
))
GLOBAL_LIST_INIT(creepy_ambience,list(
'sound/effects/ghost.ogg',
'sound/effects/ghost2.ogg',
'sound/effects/heart_beat.ogg',
'sound/effects/screech.ogg',
'sound/effects/hallucinations/behind_you1.ogg',
'sound/effects/hallucinations/behind_you2.ogg',
'sound/effects/hallucinations/far_noise.ogg',
'sound/effects/hallucinations/growl1.ogg',
'sound/effects/hallucinations/growl2.ogg',
'sound/effects/hallucinations/growl3.ogg',
'sound/effects/hallucinations/i_see_you1.ogg',
'sound/effects/hallucinations/i_see_you2.ogg',
'sound/effects/hallucinations/im_here1.ogg',
'sound/effects/hallucinations/im_here2.ogg',
'sound/effects/hallucinations/look_up1.ogg',
'sound/effects/hallucinations/look_up2.ogg',
'sound/effects/hallucinations/over_here1.ogg',
'sound/effects/hallucinations/over_here2.ogg',
'sound/effects/hallucinations/over_here3.ogg',
'sound/effects/hallucinations/turn_around1.ogg',
'sound/effects/hallucinations/turn_around2.ogg',
'sound/effects/hallucinations/veryfar_noise.ogg',
'sound/effects/hallucinations/wail.ogg',
))
GLOBAL_LIST_INIT(ambience_assoc,list(
AMBIENCE_AWAY = GLOB.away_ambience,
AMBIENCE_CREEPY = GLOB.creepy_ambience,
AMBIENCE_DANGER = GLOB.danger_ambience,
AMBIENCE_ENGI = GLOB.engi_ambience,
AMBIENCE_GENERIC = GLOB.generic_ambience,
AMBIENCE_HOLY = GLOB.holy_ambience,
AMBIENCE_MAINT = GLOB.maint_ambience,
AMBIENCE_MEDICAL = GLOB.medical_ambience,
AMBIENCE_VIROLOGY = GLOB.virology_ambience,
AMBIENCE_MINING = GLOB.mining_ambience,
AMBIENCE_ICEMOON = GLOB.icemoon_ambience,
AMBIENCE_REEBE = GLOB.reebe_ambience,
AMBIENCE_RUINS = GLOB.ruins_ambience,
AMBIENCE_SPACE = GLOB.space_ambience,
AMBIENCE_SPOOKY = GLOB.spooky_ambience,
))