Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
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
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
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
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