
You are viewing a potentially older version of this package. View Latest Version
ValheimOptimizer
Optimizes Valheim performance: dynamic GC cleanup and adaptive LOD bias to reduce stutters.ValheimOptimizer
Version: 1.5.0
Optimizes Valheim performance by:
- Running periodic GC and asset unloads, skipping them if frames are already slow.
- Dynamically adjusting QualitySettings.lodBias based on recent frame times to reduce LOD-related hitches.
Installation
- Compile the plugin DLL (ValheimOptimizer.dll) using the provided source.
- Place the DLL into
BepInEx/plugins/. - Configure options in
BepInEx/config/ValheimOptimizer.cfg. - Enjoy smoother performance!
Configuration
- MemoryCleanupInterval: Seconds between GC sweeps.
- MaxFrameTime: Frame time threshold (sec) to skip GC and LOD adjustments.
- LODBiasMin / LODBiasMax: Minimum/Maximum LOD bias values.
- LODBiasStep: Increment per frame for LOD bias adjustments.