You are viewing a potentially older version of this package. View all versions.
rumangerst-ReEnableNagle-1.0.0 icon

ReEnableNagle

Attempts to fix the network overload bug introduced with patch 0.146.11

Date uploaded 3 years ago
Version 1.0.0
Download link rumangerst-ReEnableNagle-1.0.0.zip
Downloads 1047
Dependency string rumangerst-ReEnableNagle-1.0.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.602 icon
denikson-BepInExPack_Valheim

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

Preferred version: 5.4.602

README

Re-enable Nagle's Algorithm in Valheim

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.

Installation

  1. Install Valheim BepInEx
  2. Copy valheim_reenable_nagel.dll (in the ZIP file) into Valheim/BepInEx/plugins

Source code

The source code and additional technical information can be found on GitHub