GymMed-Audio_Listener icon

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

sinai-dev-SideLoader-3.8.4 icon
sinai-dev-SideLoader

API and Mod Development Toolkit for Outward.

Preferred version: 3.8.4
BepInEx-BepInExPack_Outward-5.4.19 icon
BepInEx-BepInExPack_Outward

BepInEx pack for Outward.

Preferred version: 5.4.19

README

Outward Audio Listener


Outward Audio Listener Menu.

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

  1. Either clone/download the repository with Git or GitHub Desktop, or simply download the code manually.
  2. Open src/OutwardAudioListener.sln with any C# IDE (Visual Studio, Rider, etc)
  3. When you're ready, build the solution. It will be built to the Release folder (next to the src folder).
  4. Take the DLL from the 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.

If you liked the mod leave a star on GitHub it's free