Lethal Company
Install with App

Details

Latest version
1.1.0
Last Updated
First Uploaded
Downloads
40
Likes
0
Size
130KB
Dependants

Categories

Tags

NSFW

ElevatorSoundMod

Small standalone BepInEx mod for Lethal Company v80 that replaces the mineshaft elevator music with a bundled playlist.

Why this mod is standalone

This package intentionally avoids LCSoundTool and CustomSounds as runtime dependencies. They are useful for generic sound packs, but for a focused elevator playlist this direct BepInEx + Harmony implementation is smaller, easier to audit, and simpler to ship.

Features

  • Bundled playlist out of the box
  • Automatic shuffle
  • No repeats until the full playlist is exhausted
  • Deterministic selection based on the shared round seed, so players with the same package hear the same chosen track
  • Loads .wav, .ogg, and .mp3
  • Thunderstore-ready package output after build

Installation

  1. Install BepInEx-BepInExPack 5.4.2305 or a compatible 5.4.x pack for Lethal Company.
  2. Install this package with Thunderstore/r2modman, or extract the zip into the game folder.
  3. Launch the game once so BepInEx loads the plugin and its bundled playlist.

Playlist folder

The packaged playlist lives here:

BepInEx/plugins/eryk-ElevatorSoundMod/Playlist

You can add as many tracks as you want in that folder or its subfolders, as long as they use one of these extensions:

  • .wav
  • .ogg
  • .mp3

The mod scans the playlist recursively, sorts files deterministically, and builds a shuffled queue from that list.

Multiplayer behavior

The track selection is deterministic instead of network-downloaded. That keeps the mod lightweight and automatic.

If every player has the same package contents, everyone hears the same track choice in the same order for that round. If one player changes the playlist locally, they should distribute the same updated package to the rest of the lobby.

Format guidance

  • Use .ogg for larger custom music files when you want smaller package size.
  • Use .wav for short effects or when you want the safest compatibility.
  • Use .mp3 only if that is the format you already have; .ogg is usually the better packaged music format.

Legacy fallback

If the Playlist folder is empty, the plugin still supports a single legacy file placed next to the DLL:

  • elevator.wav
  • elevator.ogg
  • elevator.mp3
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.