BaseVoiceoverLib
Shared mod for various skins that implement voicelines. Does nothing on its own.
Last updated | 3 months ago |
Total downloads | 117598 |
Total rating | 5 |
Categories | Mods Libraries |
Dependency string | Moffein-BaseVoiceoverLib-1.1.5 |
Dependants | 43 other packages depend on this package |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2117README
BaseVoiceoverLib
Mod for adding voicelines to specific skins. Mainly made for my own personal use, but feel free to use it if it seems useful to you.
Is lacking in features/polish.
Developer Notes
- Voicelines aren't truly synced. Voiceline RNG is clientside, and cooldowns are also clientside, so it's possible for networked voicelines (anything that relies on a NetworkSoundEventDef) to overlap with other voicelines.
- This mod is Vanilla-Compatible since it doesn't add any new content, but most of the mods that rely on this won't be since they usually add new NetworkSoundEventDefs to the catalog.
Installation
- Place BaseVoiceoverLib.dll in your plugins folder.