
ReXuvination
Mod that tries to optimise various things in the game.
Last updated | 18 minutes ago |
Total downloads | 70 |
Total rating | 3 |
Categories | Mods BepInEx Client-side Performance |
Dependency string | XuXiaolan-ReXuvination-0.0.3 |
Dependants | 0 other packages depend on this package |
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.2100README
ReXuvination
ReXuvination is a performance mod.
If you're interested in helping with the development of the mod, feel free to reach out to xuxiaolan
on the Lethal Modding Discord!
Current Features
- Optimises EnemyAICollisionDetect colliders.
- Currently reduces calls to EnemyAICollisionDetect.OnTriggerStay by about half.
- Tested with spawning 200 enemies and seeing how many calls to EnemyAICollisionDetect.OnTriggerStay are done, without the optimisation the calls averaged between 1200 and 2400, but with the optimisation it averaged around 600 and 1300 instead.
Upcoming Features
- Might look into optimising animators a bit.
- PlayerPhysicsRegion colliders could also do with being optimised.