You are viewing a potentially older version of this package. View all versions.
ChangosOF-ValheimOptimizer-1.6.0 icon

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-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202
ValheimModding-Jotunn-2.26.0 icon
ValheimModding-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.0

README

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

  1. Compile ValheimOptimizer.dll from the provided source or download a release build.
  2. Place ValheimOptimizer.dll in BepInEx/plugins.
  3. Copy this folder’s manifest.json, README.md, and icon.png into your Thunderstore package root.
  4. 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.