Details

Last Updated
2 weeks ago
First Uploaded
2 weeks ago
Downloads
9.2K
Likes
0
Size
95KB
Dependency string
FluxTeam-UnkillableEnemyFixer-1.0.0
Dependants

Unkillable Enemy Fixer

Fixes enemies that become unkillable on higher-level maps by forcing them to despawn when they die.

In some REPO maps—particularly at higher difficulty levels—certain enemies fail to properly die, causing them to remain stuck or immortal. The most common offender is the Robe enemy, which often fails to despawn when defeated.

This mod resolves the issue by patching the OnDeath method for enemies you've selected in the config, and forcibly calling EnemyParent.Despawn() to ensure proper cleanup.


🔧 Configuration

After the game loads, a config file will be generated at:

BepInEx/config/FluxTeam.UnkillableEnemyFixer.cfg

This config includes all base game and modded enemies, with individual toggles to enable the fix per enemy. No enemies are patched by default—you must enable them manually.


📝 Example Config Entry

[EnemyRobe]

## Force despawn enemy on death
# Setting type: Boolean
# Default value: false
ForceDespawnOnDeath = true

✅ Features

  • Supports vanilla and modded enemies dynamically
  • No hardcoded enemy names or behaviors
  • Ensures unkillable enemies are safely removed when killed

💬 Notes

  • No enemies are enabled by default.
  • The config is generated after all mods load, so modded enemies should appear correctly.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.