Skip to content

Allows players to add to or replace boombox tracks in Lethal Company.

License

Notifications You must be signed in to change notification settings

DeadlyKitten/LC-Boombox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LC-Boombox

Allows players to add to or replace boombox tracks in Lethal Company.

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.

Place boombox tracks into BepInEx/Custom Songs/Boombox Music.


Valid file types are as follows:

  • WAV
  • OGG
  • MP3

🔧 Developing

Clone the project, then create a file in the root of the project directory named:

CustomBoomboxTracks.csproj.user

Here you need to set the GameDir property to match your install directory.

Example:

<?xml version="1.0" encoding="utf-8"?>
<Project>
  <PropertyGroup>
    <!-- Set "YOUR OWN" game folder here to resolve most of the dependency paths! -->
    <GameDir>C:\Program Files (x86)\Steam\steamapps\common\Lethal Company</GameDir>
  </PropertyGroup>
</Project>

Now when you build the mod, it should resolve your references automatically, and the build event will copy the plugin into your BepInEx\plugins folder!

About

Allows players to add to or replace boombox tracks in Lethal Company.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages