Back to Mods
Soft Packets

Soft Packets

qolConczin

Fixed server degradation caused by bandwidth bottlenecked servers.

About Soft Packets

Fixed server degradation (timeouts, unresponsive workbenches, internet lags and jitter) caused by bandwidth bottlenecked servers, especially when user login, teleport, or walk around.

Features

Removes network lag and jitter on low-bandwidth servers.

Puts asset, chunk, and map data into a low priority queue.

Respects server bandwidth limits, user ping, UDP buffer size.

Sort packets by distance, drop outdated packets.

FAQ

When should I install this mod?

If you have a home server, or players with very slow internet connections.

Does it work in Singleplayer?

By default, `ThrottleLocalConnections` is disabled, nor is there a relevant effect on singleplayer.

Is it safe?

Yes. Worst case scenario it does not help.

Why does it work?

Assets, chunks and map are transferred at once, completely "stopping" all other network traffic and impacting all players. Soft packets breaks up large data and sends it piecewise whenever there is spare bandwidth.

Server and user have fast internet, does this mod still help?

A little bit as it still reorders packets and prefers more important network data.

Config

You should tweak MaxBandwidth in the config (mods/Conczin_Soft Packets/config.json), the other values are usually fine.

MinBandwidth - The bytes transferred at very least, lower numbers cause visual artifacts.

MaxBandwidth - The bytes transferred at most, should be 80% of your servers average uplink.

MinDistance - Chunks closer than that are always sent to avoid falling through the world.

ThrottleWhenPingDegrades - If a drop in ping is detected, throttle.

ThrottleAssetDownloading - Also throttle asset downloading (`true` by default).

ThrottleLocalConnections - Also throttle connections from localhost (`false` by default, debug flag mostly).

Other Optimizations

Unrelated to Soft Packets, those settings have a strong effect on network utilization:

`MaxViewRadius` in the server `config.json`.

`/worldmap viewradius set` to decrease the world map view distance.

`/world tps 10tps` to decrease the constant networking load.

Ymmersive Collection

Check out my other Hytale mods!

Downloads
1.1K
Created
Jan 19, 2026
Updated
Jan 24, 2026
Version
Early Access

Categories

Quality of LifeUtility

Download Mod

Download on CurseForge
Free download • 1,089 total downloads

Need a Server?

Run Soft Packets on a dedicated Hytale server with easy mod management.

Get Hytale Hosting

Frequently Asked Questions

What is Soft Packets?

Fixed server degradation caused by bandwidth bottlenecked servers.

How do I download Soft Packets?

You can download Soft Packets for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.

Who created Soft Packets?

Soft Packets was created by Conczin. The mod has been downloaded 1.1K times.

Is Soft Packets compatible with Hytale servers?

Soft Packets is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.

How do I install Soft Packets?

To install Soft Packets: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.