LethalClunk
Replaces the Large Axle drop sound with the metal bar meme sound effect.
Last updated | a year ago |
Total downloads | 854136 |
Total rating | 39 |
Categories | Mods Audio BepInEx |
Dependency string | PanHouse-LethalClunk-1.1.1 |
Dependants | 1752 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
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:
- Create a folder called
deps
at the root of the project (this will be git ignored) - Copy [your_steam_install_path]\steamapps\common\Lethal Company\Lethal Company_Data\Managed\
Assembly-CSharp.dll
into thedeps
folder - Rename
Assembly-CSharp.dll
in thedeps
folder toLC.dll
Then, to compile the project, use:
dotnet build