Modded Server infinite loading w/ Peregrinaje: Misfortunes (2nd Thread)

Hi @Ensrick,

Apologies for the delayed reply with the old thread!

I’ve now spoken with our developer that handles all things mod-related, but they have unfortunately advised me that we’re unable to offer any help/support as the mod is not open source - sorry!

Alright, thanks

I chatted with Isaakk about the mod some more, and we discovered it was the Small Network Packets option in the Network menu.

When it is turned off, the mod works fine. It’s probably because the way the scope of the changes made by the mod require a certain threshold for the packet size.

if enable then
    Network.limit_mtu(576)
else
    Network.limit_mtu(65536)
end

To fix this, I think he just made it so that both options are set to 65536 fwhen his mod is active.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.