The recent version of Valheim (0.146.11) reworked the networking, but disabled an important method that prevents clogging your network with packets, leading to massive lags and disconnects, as well as breaking other services like YouTube or Discord.
This mod attempts to fix this issue and reverts to the old networking method. Please not that rubber banding and desyncs can still occur - this patch is only for removing the massive lags.
- Install Valheim BepInEx
- Copy
valheim_reenable_nagel.dll
(in the ZIP file) intoValheim/BepInEx/plugins
The valheim-show-me/libs
folder should contain following DLLs:
- 0Harmony.dll (from BepInEx)
- BepInEx.dll (from BepInEx)
- BepInEx.Harmony.dll (from BepInEx)
- UnityEngine.dll (from BepInEx)
- UnityEngine.CoreModule.dll (from BepInEx)
- assembly_valheim.dll (from Valheim managed directory)
- assembly_steamworks.dll (from Valheim managed directory)
You can use Visual Studio or Jetbrains Rider.
- Patches
SendQueuedPackages
inZSteamSocket
(Prefix)