Half-Life: Alyx Workshop Tools/Level Design/Sound

From Valve Developer Community
< Half-Life: Alyx Workshop Tools‎ | Level Design
Revision as of 20:28, 1 June 2020 by GoingToTheStore (talk | contribs) (Initial creation of a page explaining how to add sound. Pictures and more details to come.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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`.


See Also