Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
ValheimOptimizer
Optimizes Valheim performance: adaptive GC cleanup, dynamic LOD bias, and reliable arrow hits with Epic Loot integration.
| Date uploaded | a year ago |
| Version | 1.6.0 |
| Download link | ChangosOF-ValheimOptimizer-1.6.0.zip |
| Downloads | 118 |
| Dependency string | ChangosOF-ValheimOptimizer-1.6.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202ValheimModding-Jotunn
Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.
Preferred version: 2.26.0README
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.