PixelIndieDev-IDDumper icon

IDDumper

A simple mod that dumps the Lethal Company IDs to a text file

Last updated 3 hours ago
Total downloads 7
Total rating 1 
Categories Mods Tools Misc BepInEx Client-side
Dependency string PixelIndieDev-IDDumper-1.0.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305
AinaVT-LethalConfig-1.4.6 icon
AinaVT-LethalConfig

Provides an in-game config menu for players to edit their configs, and an API for other mods to use and customize their entries.

Preferred version: 1.4.6

README

ID Dumper

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.

Installation

  1. Install BepInEx
  2. Install LethalConfig
  3. Drop 'BepInEx' from the IDDumper.zip into your Lethal Company folder.

What it does

  • 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.

How to use

  1. Load into a save file (You can stay in the ship as there is no need to land on a moon)
  2. Open the Pause Menu and select LethalConfig
  3. Locate and click on the ID Dumper section
  4. Set Dump IDs to True
  5. Click Apply

Note: The Dump IDs setting should automatically revert to False.

Locating the File

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.

Example Output

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

Compatibility

Works for V81

This mod should work alongside most other mods.