BoomboxMusicShare
Lets you create basic content mods to easily share Boombox music with your friends!
Last updated | 5 months ago |
Total downloads | 205124 |
Total rating | 2 |
Categories | Mods Tools Misc Audio Client-Only BepInEx |
Dependency string | LimeSkillZ-BoomboxMusicShare-2.5.0 |
Dependants | 471 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
BoomboxMusicShare
This mod lets you share songs with your friends to play in the Boombox or add songs for yourself by placing them in the Custom Songs
folder in your plugins folder. Keep in mind that the Custom Songs
folder will be wiped at launch (unless you disable this in the configuration file), it's recommended to create a content mod using the steps below.
This mod is heavily based on the CustomBoomboxFix mod by CodeEnder for Lethal Company, and the instructions to creating a content mod to share with your friends are basically the same as that mod.
Boombox Mod (Adds the Boombox item in the store)
Original mod for Lethal Company
Usage
Creates plugins/Custom Songs
directory and copies all folders inside plugins
with the subfolder "Custom Songs" into the plugins/Custom Songs
directory.
If you want to add some songs for personal use, just add the .mp3
/ .wav
/ .ogg
files to BepInEx/plugins/**AnyFolderName**/Custom Songs
. THIS WILL NOT SHARE WITH YOUR FRIENDS. If you want to share music with your friends, you need to make a content mod.
To create your own content mod, follow this guide.
CLIENT SIDE MOD. Everyone needs to have it if you want everyone to listen to the same music
FAQ
I can't hear the music
Your files might not work, verify that they actually play music before installing them
It's only playing the default songs
You likely didn't put the songs in the right folder. If you encounter this issue making a content mod, verify that your .zip file structure looks like this:
My friends can't hear the music
They need this mod installed too, as well as your content mod.
My friends all hear different songs
Due to how BoomboxMusicShare works, everyone needs to have the exact same songs installed for the boombox to be synced.
Credits
Mod originally created by CodeEnder.