loaforc-loaforcsSoundAPI icon

loaforcsSoundAPI

A general use library to replace sounds in Unity games.

Last updated a day ago
Total downloads 8060192
Total rating 63 
Categories Mods Tools Libraries Audio
Dependency string loaforc-loaforcsSoundAPI-2.0.10
Dependants 4289 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

loaforcsSoundAPI

A portable sound-replacement mod, built to give sound pack creators more control and a more maintainable code base.

For Sound-Pack creators

A simple tutorial to make a sound pack is available on the documentation website. Examples are available as well.

  • Custom File Structure Hierarchy
  • Mapping multiple sounds to the same sounds
  • Sound-packs can create config options just like regular mods
  • Swap out audio clips live based on what is happening in game.

For developers

Documentation Link

SoundAPI currently doesn't have much for C#, and the current public API will most likely break in v2.1

  • Custom Conditions (for use with sound-packs)
  • Custom Report Sections