Audio Listener
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.
| Last updated | a day ago |
| Total downloads | 2 |
| Total rating | 0 |
| Categories | Utility UI |
| Dependency string | GymMed-Audio_Listener-0.0.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
README
Outward Audio Listener
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.
Why use this mod?
It’s designed for developers who want to preview sounds and reuse them in their own mods.
Tip
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.
How to use
- Either clone/download the repository with Git or GitHub Desktop, or simply download the code manually.
- Open
src/OutwardAudioListener.slnwith any C# IDE (Visual Studio, Rider, etc) - When you're ready, build the solution. It will be built to the
Releasefolder (next to thesrcfolder). - Take the DLL from the
Releasefolder and put it in theBepInEx/plugins/folder. If you use r2modman, this can be found by going into r2modman settings and clicking onBrowse Profile Folder.