
You are viewing a potentially older version of this package. View Latest Version
ValheimOptimizer
Optimizes Valheim performance: adaptive GC cleanup, dynamic LOD bias, and reliable arrow hits with Epic Loot integration.ValheimOptimizer
Version: 1.6.0
This mod optimizes Valheim performance by:
- Running adaptive garbage collection and unloading unused assets to reduce memory spikes.
- Dynamically adjusting QualitySettings.lodBias based on frame-time to smooth visual LOD transitions.
- Patching arrow behavior to catch tunneled arrows, enlarge arrow colliders, sync hits in multiplayer, and trigger Epic Loot explosions reliably.
Installation
- Compile
ValheimOptimizer.dllfrom the provided source or download a release build. - Place
ValheimOptimizer.dllinBepInEx/plugins. - Copy this folder’s
manifest.json,README.md, andicon.pnginto your Thunderstore package root. - Upload the package to Thunderstore.
Configuration
- MemoryCleanupInterval: Seconds between GC sweeps (default: 60).
- MaxFrameTime: Frame time threshold in seconds to skip GC or LOD adjustments (default: 0.033).
- LODBiasMin / LODBiasMax / LODBiasStep: Range and step for dynamic LOD bias.