Skip to content
Toxc edited this page Jun 19, 2026 · 1 revision

Developer Notes

Project

DrawableSuits is a C# BepInEx mod for Lethal Company.

Plugin identity:

GUID: com.toxcgang.drawablesuits
Name: DrawableSuits
Version: 0.5.77

Source layout

Current main source files include:

src/DrawableSuits/DrawableSuits.csproj
src/DrawableSuits/DrawableSuitsConfig.cs
src/DrawableSuits/DrawableSuitsPaths.cs
src/DrawableSuits/DrawableSuitsPlugin.cs
src/DrawableSuits/Patches.cs
src/DrawableSuits/PluginInfo.cs
src/DrawableSuits/SuitDesignMetadata.cs
src/DrawableSuits/SuitEditorController.cs
src/DrawableSuits/SuitSyncManager.cs
src/DrawableSuits/SuitTextureRegistry.cs
src/DrawableSuits/SuitTextureState.cs
src/DrawableSuits/TextureTools.cs
src/DrawableSuits/WindowsFileDialog.cs

Target framework

The project targets:

netstandard2.1

Main dependencies

The project references BepInEx, HarmonyX, Lethal Company assemblies, Unity assemblies, Unity Netcode, Unity InputSystem, Unity UI, and TextMeshPro.

Runtime folders

DrawableSuits creates these folders:

BepInEx/config/DrawableSuits/Saves
BepInEx/config/DrawableSuits/Textures
BepInEx/config/DrawableSuits/Decals
BepInEx/config/DrawableSuits/Logs

Development note

DrawableSuits has used AI-assisted development for implementation, text, debugging, and error fixing.

Clone this wiki locally