Talia-12 / Hexal

Extension mod for Hex Casting to add new patterns (and whatever else I feel like).
MIT License
13 stars 20 forks source link

Bug: Server lockout when everbook packet exceeds 2MB #135

Closed Shibva closed 3 months ago

Shibva commented 3 months ago

It has come to my attention that there is a limit to what I can include in the Everbook, to the point where it can exceed the 2 MB packet threshold when playing on servers.

From my observation, it seems that each macro when added one at a time is fine but if I join, it loads all at once and will lock the player out of the server until they figure out that it is the everbook exceeding its data limit.

There are a few ways to fix this hopefully

  1. rework how the everbook loads its contents to the server
  2. incorporate support with mods like BadPackets that bump the max threshold though it to 2GB