

This is a modding framework to allow easy access for adding additional/replacing voice lines and subtitles of bing bongs responses without requiring ANY code to be written.
YourModProfile\BepInEx\plugins\YourModName).response_sound_pack.json, ensure the file extention is type .json.response_sound_pack.json and include any audio files you want to be used, Here is an example config:{
"name": "ExampleModName",
"entries": [
{
"file": "ExampleMP3AudioFile.mp3",
"subtitle": "Example subtitles for bing bong"
},
{
"file": "ExampleWAVAudioFile.wav"
//This will automatically make the subtitles blank
}
]
}
Save and you are all ready to go!
To make this easier you can create your own thunderstore mod following information here with this mod as a dependency in the manifest.json file and packaged with the response_sound_pack.json and all audio files in the zip too.
You CAN install or create multiple mods which use this API to add custom responses.
Currently supports the following file types:
.mp3.wav.ogg.aiff.aif.xm.mod.it.s3mThis mod has a config to change settings which supports in game config editing with ModConfig.
The config includes these settings:
Enable Bing Bong Voice Line API: This allows for the mod to be enabled and disabled at any time (even in game) without disabling the mod physically.
Replace Bing Bong Responses: If enabled, custom responses will replace the default Bing Bong responses instead of being added to them.
NOTE: This is not synced between players so ensure all players have the same config setting.
loaforcsSoundAPI).If I have missed any upgrades or you find any bugs feel free to open an issue on the GitHub repository or message me on discord (@mrbyte.exe) and i will try my best to fix any issues or update the mod for future updates.