loaforcsSoundAPI
A general use library to replace sounds in Unity games.
| Last updated | 4 days ago |
| Total downloads | 8240096 |
| Total rating | 64 |
| Categories | Mods Tools Libraries Audio Client Side |
| Dependency string | loaforc-loaforcsSoundAPI-2.0.11 |
| Dependants | 4336 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