You are viewing a potentially older version of this package. View all versions.
inspiired-Better_Boombox_Music-1.0.3 icon

Better Boombox Music

Add custom music to the boombox with ease! This mod lets you upload tracks or paste direct Google Drive links in the config file. It auto-downloads files, extracts .zip archives, and organizes everything in the right directory. Simple and easy setup!

Date uploaded 2 months ago
Version 1.0.3
Download link inspiired-Better_Boombox_Music-1.0.3.zip
Downloads 7938
Dependency string inspiired-Better_Boombox_Music-1.0.3

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

BetterBoomboxMod

Allows players to add to or replace boombox tracks in Lethal Company. Adds additional support for uploading tracks via Google Drive share links in the config file. Automatically extracts .zip files if necessary. Original mod by DeadlyKitten

Installing Songs when Installed via r2modman

When mods are installed with r2modman, BepInEx gets configured to place mod files in a different location

You can find the correct folder by going to Settings, clicking Browse profile folder, then navigating to BepInEx\Custom Songs\Boombox Music.

image

Manual Installation

Place the latest release into the BepInEx/plugins folder. Run the game once to generate content folders.

Screenshot 2024-12-14 163912

Update the boombox.cfg config file located in BepInEx\config\ and paste the Google Drive share URLs in the Song Download URLs = field. If you have multiple links, seperate them by commas.

URL Format should look like this:

https://drive.google.com/uc?id=12345&export=download, https://drive.google.com/uc?id=67890&export=download

Screenshot 2024-12-14 164112

Make sure that Link Access is set to Anyone with the link when uploading from Google Drive

Screenshot 2024-12-14 175620


Valid file types are as follows:

  • WAV
  • OGG
  • MP3
  • ZIP (Automatic extraction of contents)

CHANGELOG

Version 1.0.3

  • Enhanced ZIP Extraction: Implemented a check to extract only audio files from the ZIP archive, ensuring that folder structures do not interfere with the final file paths.

    • Flattened Folder Structure: All files are extracted directly into the target directory.
    • Preserved File Names: Conflicting file names are renamed to prevent overwriting.
  • Improved Google Drive URL Handling: Added support for more flexible processing of Google Drive links, including indirect or redirected URLs.

  • Updated README.

Version 1.0.2

  • Small security patch

Version 1.0.1

  • Updated README.
  • Updated mod description.

Version 1.0.0

  • Updated Config to include a Song Download URLs field.
  • Audio Manager now includes DownloadManager which handles the downloading and saving of Google Drive links, as well as the ability to extract and save .zip files.
  • Updated README. It now includes instructions on how to install music files via link.