You are viewing a potentially older version of this package.
View all versions.

loaforcsSoundAPI
A soundtool made to give Soundpack creators ultimate control.
Date uploaded | a year ago |
Version | 1.1.4 |
Download link | loaforc-loaforcsSoundAPI-1.1.4.zip |
Downloads | 42639 |
Dependency string | loaforc-loaforcsSoundAPI-1.1.4 |
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.
loaforcsSoundAPI may still break occasionally purely because of how much it needs to handle, although game updates are very unlikely to break it. loaforcsSoundAPI will work with most other BepInEx Mono unity games.
For Sound-Pack creators
A simple tutorial to make a sound pack is available in the github wiki. A couple examples are avaliable as well.
- Custom File Structure Hierachy
- 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 ingame.
CHANGELOG
2.0.1
- Replacements and sounds with a condition that are labelled as
constant
are now skipped when loading, as opposed to just entire replacer files - Conditional objects marked with
constant
also now skip validation and mapping (meaning custom conditions/mappings from mods can be properly used like a soft-dependency) - Fixed an issue where it was impossible for some sounds to be randomly chosen
- Added validation error for missing mapping
- When logging validation errors, the log source now has
soundpack.
infront of the sound pack name - Changed
resetsat
toresets_at
for thecounter
condition - Added logs for when SoundAPI handles DebugLogSources
- Added smarter internal logic to handle SoundAPI updating some AudioSources. Should maybe be more performant
- Fixed an issue where the
MatchStrings
DebugLogSource did not log anything unlessGenerateReports
was also enabled.
2.0.2
- woops
2.0.3
- fixed an issue where if SoundAPI had nothing to load, it would spin infinitely.
2.0.4
- bleh
2.0.5
- upload to R.E.P.O.
2.0.6
- fixed an issue where SoundAPI would cause many issues if a loaded sound-pack tried to reference files that didn't exist.
- fixed an issue where SoundAPI would stop audio sources from playing if they were marked as
playOnAwake
and loaded with a scene.- note: this has a temporary config to disable it, as i'm not entirely sure if this will fully work
- added an extra check to prevent duplicate sound-packs from loading.
- added a warning log if no sound-packs loaded.
2.0.7
- uploaded to PEAK