Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
IDDumper
A simple mod that dumps the Lethal Company IDs to a text file
| Date uploaded | 2 months ago |
| Version | 1.0.0 |
| Download link | PixelIndieDev-IDDumper-1.0.0.zip |
| Downloads | 25 |
| Dependency string | PixelIndieDev-IDDumper-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305AinaVT-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.6README
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
- Install
BepInEx - Install
LethalConfig - 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.
Configuration
All settings are available in the LethalConfig menu in-game.
| Setting | Default Key |
|---|---|
| Dump IDs | false |
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.
CHANGELOG
v1.0.1
- Fixed readme
v1.0.0
- Initial release