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.
BM CorpseCleaner
Limits enemy corpses by removing the oldest eligible bodies after a configurable delay. Player corpses are never affected.
By BroxMod
| Date uploaded | 8 hours ago |
| Version | 0.1.0 |
| Download link | BroxMod-BM_CorpseCleaner-0.1.0.zip |
| Downloads | 6 |
| Dependency string | BroxMod-BM_CorpseCleaner-0.1.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.2100AinaVT-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
BM_CorpseCleaner
BM_CorpseCleaner limits how many enemy corpses remain in the level.
When the configured corpse limit is exceeded, the oldest eligible enemy corpse is removed first after the minimum lifetime has passed.
Player corpses are never affected.
Configuration
Available through LethalConfig:
- Maximum Enemy Corpses
- Minimum Corpse Lifetime
Notes
- Cleanup is handled by the host/server.
- Corpses are removed in death order.
- Corpses younger than the configured minimum lifetime are kept.
- Enemies that cannot safely be destroyed are skipped.
CHANGELOG
Version 0.1.0
- Initial release