You are viewing a potentially older version of this package. View all versions.
Meepso-NLag-1.0.5 icon

NLag

Make The Fish Multithreaded

Date uploaded a week ago
Version 1.0.5
Download link Meepso-NLag-1.0.5.zip
Downloads 3703
Dependency string Meepso-NLag-1.0.5

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!

CHANGELOG

1.0.5

  • Fixed issue with perpetual loading screens