Half-Life: Alyx Workshop Tools/Level Design/Sound
Jump to navigation
Jump to search
Custom Sounds
Custom sounds can be added to your maps by adding .wav or .mp3 files to `content/hlvr_addons/<addon name>/sounds/`.
When a sound file is added to that directory, the Workshop Tools will automatically convert them into .vsnd files.
Sound Events
To trigger sounds to play from within, you must create a sound event. Start by creating a directory in your addon named `soundevents`. Within it, create a file named `soundevents_addon.vsndevts`.