SkadiNet

SkadiNet helps Valheim multiplayer feel smoother by sending world updates efficiently and reducing unnecessary network traffic.
Install it on the server and clients, then play normally. The default settings are recommended for most servers. The server and every player must use the same SkadiNet version.
What it does
- Schedules world updates at a steady rate for each player.
- Gives Steam more send-rate and queue headroom for busy servers and large initial syncs.
- Reduces tiny repeated movement and rotation updates.
- Compresses network data when both sides support it.
- Recovers object ownership when a player disconnects.
- Delays forced cleanup during loading, teleporting, combat, and ship travel to reduce client stutter.
- Can keep surface and dungeon objects in separate network layers, reducing unnecessary world updates on large dungeon servers.
When an optimization cannot be used safely, SkadiNet falls back to normal Valheim behavior.
Settings
Most tuning features use one 0-100 slider. 0 turns that feature off, while higher values make it more aggressive. Dungeon layers use a simple on/off setting.
| Setting | What it changes |
|---|---|
DungeonLayerFiltering |
Separates surface and dungeon objects. It is off by default; enable it only when your server benefits from large or custom dungeons. |
DungeonLayerAlwaysSendPrefabs |
Compatibility fallback for custom dungeons built from ordinary pieces. Add actual entrance-floor ZDO prefab names only if the entrance or start area fails to load. Standard and normally structured modded dungeons need no entries. |
SchedulerThroughput |
Serves more players per tick and allows a larger ZDO queue. Higher values may reduce delay but use more CPU and queue more data. |
PayloadReducerStrength |
Filters more tiny repeated updates. Higher values save traffic but may make unimportant motion slightly less smooth. |
CompressionAggression |
Compresses more packets. Higher values save more bandwidth but use more CPU. |
OwnershipIntensity |
Checks and repairs object ownership more actively. Higher values can improve responsiveness but perform more checks. |
ClientStutterGuardStrength |
Protects busy moments from forced cleanup for longer. Cleanup may happen later instead. |
The server and listed Valheim admins control the networking settings; other players receive them as read-only. DungeonLayerFiltering and its prefab list are shared with every player. ClientStutterGuardStrength is personal to each player.
When dungeon layers are enabled, SkadiNet keeps essential terrain and teleport objects loaded on both layers, sends player and dungeon-generator data ahead of time, and keeps the previous layer for 2.5 seconds during a transition. Ownership normally stays on the same layer; LocationProxy bridge objects may cross layers so static dungeon interactions such as boss altars keep working.
Valheim's explicit priority updates can still cross layers for safety, but off-layer objects are not shown.
Leave DungeonLayerAlwaysSendPrefabs empty unless a building-piece custom dungeon cannot be entered. In that case, add the actual entrance-floor ZDO prefab name (for example, Ice_floor), not the dungeon, location, or room name. This setting pre-sends data; it does not make off-layer objects visible.
If Dungeon Splitter is installed, SkadiNet automatically leaves its own dungeon-layer filter off to avoid both mods changing the same world lists.
Use Enabled as the master switch.
While enabled, SkadiNet sets Steam's send rate to 50 MB/s and its send buffer to 100 MB.
Do not install Network or NetworkTweaks alongside SkadiNet because they change the same Steam settings.