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

CustomBoomboxFixFix

Fixes Custom_Boombox_Fix to allow .ogg files and not require a specific Boombox mod

Date uploaded 3 months ago
Version 1.1.0
Download link LimeSkillZ-CustomBoomboxFixFix-1.1.0.zip
Downloads 6203
Dependency string LimeSkillZ-CustomBoomboxFixFix-1.1.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

README

This fix just adds .ogg file support and removes the requirement to use a specific dependency - original by CodeEnder

This mod REQUIRES one Boombox mod with it, two are listed below

Custom Boombox Music

Custom Boombox Music Fixed

Click here to see the original mod's ReadMe file.

CustomBoomboxFix

Workaround to allow music content mods to easily integrate with Custom Boombox Music

Usage

FOR ADVANCED USERS ONLY.

Creates plugins/Custom Songs directory and copies all folders inside plugins with name 'Custom Songs' into main custom boombox folder. Read decompiled code before use.

If you want to add some songs for personal use, just add the .mp3 / .wav / .ogg files to BepInEx/plugins/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 Custom Boombox Music works, everyone needs to have the exact same songs installed for the boombox to be synced.

Support

This mod has been verified to be working correctly. Questions that can be answered by reading the available material will be ignored. If you still think you have a question, contact me on discord.

Credits

Mod created by CodeEnder.

Custom Boombox Music created by Steven.

CHANGELOG

CustomBoomboxFixFix 1.0.0

- Start

CustomBoomboxFixFix 1.0.1

- I UPLOADED THE WRONG VERSION!!!

CustomBoomboxFixFix 1.1.0

- Removed the Boombox mod dependency (you still need it, but which one doesn't matter)
- Moved around the code a little for fun (should still work the exact same)
- Changed ReadMe to reflect dependency change