Meepso-NLag icon

NLag

Make The Fish Multithreaded

Last updated 2 months ago
Total downloads 11664
Total rating 4 
Categories Mods Misc Client Side
Dependency string Meepso-NLag-1.0.5
Dependants 4 other packages depend on this package

This mod requires the following mods to function

NotNet-GDWeave-2.0.14 icon
NotNet-GDWeave

Mod loader & runtime script patching for Godot

Preferred version: 2.0.14

README

No Lag

How it works

Because godot is single threaded, the game ends up spending a large ammount of time per frame just trying to read network packets.

No Lag is a simple solution to this problem, it uses a separate thread to read network packets and then sends them to the main thread to be processed!

How to use

Just install like any other GDWeave mod!