
BaseVoiceoverLib
Shared mod for various skins that implement voicelines. DISABLE THIS IF PLAYING WITH VANILLA PLAYERS, THE SKINS WILL STILL WORK.
Date uploaded | 2 months ago |
Version | 1.1.6 |
Download link | Moffein-BaseVoiceoverLib-1.1.6.zip |
Downloads | 21394 |
Dependency string | Moffein-BaseVoiceoverLib-1.1.6 |
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.2117

README
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 requires all players to have it. While this mod does not add any networked content, the voiceline mods that rely on this do.
- Disabling this mod prevents the voiceline components from loading, which will allow you to play with Vanilla palyers.
Installation
- Place BaseVoiceoverLib.dll in your plugins folder.
CHANGELOG
-
1.1.6
- Mod is now required to be synced by all players, since the voiceline mods that rely on this all add new networked sounds.
- Added note to mod description to let people know they can disable this mod to play with Vanilla players.
-
1.1.5
- Recompiled for DLC2. Mods that depend on this will need to be recompiled to fix their WWISE sound banks.
-
1.1.4
- Added extra nullchecking to fix a seemingly-harmless nullref that happens when a dedicated server's lobby empties.
-
1.1.3
- Removed unused class (NSEInfo)
- Other voiceline mods use this to make NetworkSoundEvents able to be disabled clientside, but I feel it's too implementation-specific to include with this.
- Removed unused class (NSEInfo)
-
1.1.2
- Improved key input responsiveness.
- Moved CheckInputs() from FixedUpdate to Update.
- Improved key input responsiveness.
-
1.1.1
- Skill trigger events now include the GenericSkill that triggered them.
-
1.1.0
- Remembered to include repo link in manifest.
- Added VoiceoverInfo class.
- Handles lobby voiceline logic. (selectActions delegate)
- Handles component assign logic. (type field, make sure it inherits from BaseVoiceoverComponent!)
- Added Shrine of Chance Fail/Success events.
- Fixed fieldaccessexceptions.
-
1.0.0
- Release