

This mod lets you listen to all available sounds in Outward. It adds a menu and a custom keybinding in the settings to show or hide the menu.
It’s designed for developers who want to preview sounds and reuse them in their own mods.
Because Outward includes over 2,700 sounds, Unity’s dropdown can become slow when displaying all of them. This mod uses coroutines and hashsets to reduce lag, but the dropdown still rebuilds internally. For best performance, use the filtering system to narrow down the list.
src/OutwardAudioListener.sln with any C# IDE (Visual Studio, Rider, etc)Release folder (next to the src folder).Release folder and put it in the BepInEx/plugins/ folder. If you use r2modman, this can be found by going into r2modman settings and clicking on Browse Profile Folder.