


Report any issues in the Lethal Company Modding Discord! I will be more than happy to fix any issues you find. Its only one person making this mod and I can't really test all the time.
Micro Optimizer focuses on micro-optimizations not covered by other performance mods. It targets specific bottlenecks that cause stuttering during gameplay.
A config file is generated at:
<game directory>\BepInEx\config\mrbub.microoptimizer.cfg
Available settings:
CacheCollisionComponents
Cache PlayerControllerB lookups in collision handlers.
Default: true
OptimizeStringAllocations
Use StringBuilder for string formatting to reduce allocations.
Default: true
CacheRepeatedLookups
Cache NetworkObject lookups during spawning.
Default: true
Drop the MicroOptimizer.dll into your game's BepInEx plugins folder:
<game directory>\BepInEx\plugins
Made with love by mrbub.