You are viewing a potentially older version of this package. View all versions.
LimeSkillZ-BoomboxMusicShare-2.5.0 icon

BoomboxMusicShare

Lets you create basic content mods to easily share Boombox music with your friends!

Date uploaded 3 weeks ago
Version 2.5.0
Download link LimeSkillZ-BoomboxMusicShare-2.5.0.zip
Downloads 23951
Dependency string LimeSkillZ-BoomboxMusicShare-2.5.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
hyydsz-Boombox-1.1.5 icon
hyydsz-Boombox

Added a Boombox to the Content Warning

Preferred version: 1.1.5

README

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.

CHANGELOG

1.0.0

- Release

1.0.1

- Just a ReadMe change, you don't need to update

2.0.0

- Updated to support the latest version of the Boombox mod: content mods can be made the same way

2.1.0

- Fixed an issue where the Custom Songs folder wouldn't be wiped at launch
- If you prefer songs never being removed from the folder you can stick to version 2.0.0

2.2.0

- Fixed an issue where the Boombox mod would load before BoomboxMusicShare, meaning you had to restart to actually get the music to work
- The BoomboxMusicShare mod should delete/copy files before any other mod is loaded now
- Updated dependencies

2.5.0

- Hard Links are now used, meaning that songs don't take up double the space they normally would
- If Hard Link creation fails for any reason, the file will be copied like in previous versions instead
---------------------------------------------------------------------------------------------------------
- Deletion of the contents of the 'Custom Songs' folder is now configurable
- By default, the Custom Songs folder will be wiped on launch like all previous versions except 2.0.0
---------------------------------------------------------------------------------------------------------
- Updated dependencies