You are viewing a potentially older version of this package. View all versions.
PanHouse-LethalClunk-1.1.1 icon

LethalClunk

Replaces the Large Axle drop sound with the metal bar meme sound effect.

Date uploaded 6 months ago
Version 1.1.1
Download link PanHouse-LethalClunk-1.1.1.zip
Downloads 696001
Dependency string PanHouse-LethalClunk-1.1.1

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

LethalClunk

Mod to replace the Large Axle drop sound with the metal bar meme sound

Manual Installation

Copy the entire BepInEx folder from the downloaded zip file into your Lethal Company installation folder:

[your_steam_install_path]\steamapps\common\Lethal Company\BepInEx

Running From Source

This mod depends on the Lethal Company assembly to compile. These assemblies are not checked in to this repo and must be placed manually on local machines:

  1. Create a folder called deps at the root of the project (this will be git ignored)
  2. Copy [your_steam_install_path]\steamapps\common\Lethal Company\Lethal Company_Data\Managed\Assembly-CSharp.dll into the deps folder
  3. Rename Assembly-CSharp.dll in the deps folder to LC.dll

Then, to compile the project, use:

dotnet build

CHANGELOG

V1.0.0

  • Replace Large Axle drop sound with metal bar meme sound effect

V1.1.0

V1.1.1

  • Fixed plugin version metadata
  • Improved readme file