-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Toxc edited this page May 14, 2026
·
1 revision
DrawableSuits is a BepInEx plugin for Lethal Company v81. Follow the steps below to get it running.
- Lethal Company v81 installed via Steam.
- BepInExPack for Lethal Company — install it first via Thunderstore or a mod manager such as r2modman / Thunderstore Mod Manager.
- .NET SDK (if building from source) — any version that supports the project's target framework.
- Clone or download the repository:
git clone https://github.com/ToxcGang/DrawableSuits.git - Open a terminal inside the repo root and build in Release mode:
dotnet build -c Release - Locate the compiled output in:
dist/DrawableSuits/BepInEx/plugins/DrawableSuits/DrawableSuits.dll - Copy
DrawableSuits.dllinto your BepInEx plugins folder, typically at:<Lethal Company install>/BepInEx/plugins/DrawableSuits/DrawableSuits.dll
Package the entire dist/DrawableSuits folder for Thunderstore and install it with r2modman, the Thunderstore Mod Manager, or any compatible manager.
- Launch Lethal Company.
- Join or start a game lobby.
- Press F8 (default keybind). The DrawableSuits editor should open.
If the editor does not appear, check the BepInEx console or log file (BepInEx/LogOutput.log) for any error messages from com.toxcgang.drawablesuits.
After first launch, DrawableSuits will create the following folders automatically:
BepInEx/
└── config/
└── DrawableSuits/
├── Saves/ ← JSON design metadata files
├── Textures/ ← Saved design PNG textures
└── Decals/ ← Place your decal images here
See the Decals and Save & Load pages for more details.
Remove DrawableSuits.dll from your plugins folder. Optionally delete the BepInEx/config/DrawableSuits/ folder to remove all saved designs and decals.