A simple mod that dumps the Lethal Company IDs to a text file. This mod can be used to easily reference internal names and IDs for modding. You can, for example, find the IDs corresponding with the different suits to use in the config file for LethalBots.
- Install
BepInEx - Install
LethalConfig - Drop 'BepInEx' from the IDDumper.zip into your Lethal Company folder.
- Dumps IDs for items (including scrap status), suits, unlockables, moons (including Risk level/scene names), and enemies
- Automatically detects and lists IDs from any installed custom moon, item, or enemy mods.
- Load into a save file (You can stay in the ship as there is no need to land on a moon)
- Open the Pause Menu and select LethalConfig
- Locate and click on the ID Dumper section
- Set Dump IDs to True
- Click Apply
Note: The Dump IDs setting should automatically revert to False.
Once the dump is finished, you can find your ID dump file at: .../BepInEx/config/itemID_dump.txt
Tip: If you are using a mod manager like Thunderstore, you can find this by clicking Settings > Browse profile folder, then navigating into the BepInEx/config directory.
Note: The following is a shortened snippet of the full output file. Actual file will be much longer.
--- Lethal Company ID Dump ---
Generated: 2026-04-26 14:51:00
--- ITEMS ---
ID Name 2-Handed IsScrap
------------------------------------------------------------
0 Binoculars False False
1 Boombox False False
2 box False False
3 Flashlight False False
4 Jetpack False False
5 Key False False
--- SUITS ---
ID Name
----------------------------------------
0 Orange suit
1 Green suit
2 Hazard suit
3 Pajama suit
--- UNLOCKABLES (furniture, upgrades, etc.) ---
ID Name UnlockableType
------------------------------------------------------------
4 Cozy lights 1
5 Teleporter 1
6 Television 1
7 Cupboard 1
8 File Cabinet 1
--- MOONS ---
ID Name Scene Name Risk Level
---------------------------------------------------------------------------
0 41 Experimentation Level1Experimentation D
1 220 Assurance Level2Assurance C
2 56 Vow Level3Vow C
3 71 Gordion CompanyBuilding Safe
--- ENEMIES ---
ID Name
----------------------------------------
19 Baboon hawk
5 Blob
1 Bunker Spider
28 Butler
27 Cadaver Growths
Works for V81
This mod should work alongside most other mods.