You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, you'll need to install BepInEx. Luckily, they have a great guide you can follow for this step!
The version of BepInEx you want to install is the x64 version. A direct link is here.
You'll need to extract this zip file in the game's installation location. You can easily find this by going to steam, right clicking on the game, and pressing the following:
Once BepInEx is installed, your Lethal Company folder should look something like this:
Where to install mods
First, open the Lethal Company folder again.
If you followed the previous step, you'll have a BepInEx folder here.
Go inside it, and then inside of the plugins folder. This is where you place mods. If you need a visual guide, the gif below shows you how to find it.
You may want to make a shortcut to easily find this folder again.
How to install a mod
Simply move the mod file (this is usally a ModNameGoesHere.dll file) into the plugins folder. You can see an example mod in the plugins folder in the gif from the previous step.
How to disable a mod
If you want to disable, but not uninstall a mod, you have two options.
Rename the file from ModNameGoesHere.dll to ModNameGoesHere.dll.disabled. Simply do the inverse to re-enable the mod.
Move the mod outside of the plugins folder. We recommend making a folder named "disabledPlugins", or something similar to this.