Posted February 28, 201510 yr Since i didnt get a single reply to this thread http://www.minecraftforge.net/forum/index.php/topic,28231.0.html That tells me that I probably need to find a new way to do this. So what i need to do. I need to find a way to send an nbt compound to the server. The problem is the compound i need to send can range in size from just a few kilobytes to several megabytes which (correct me if i am wrong) is way to big for the standard packet system. I have considered trying break it up into smaller packets and then reassemble them on the other side. But i would really like to avoid something like that if possible. Dose anyone have any suggestions? I am the author of Draconic Evolution
February 28, 201510 yr I think breaking it up is probably what you have to do. Otherwise I think you'd have to get into the low level networking and create a streaming connection socket or something. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
March 1, 201510 yr Author At this point im not really seeing any other options... Probably wouldn't be hard to figure out but dose anyone know what the maximum packet size is? I am the author of Draconic Evolution
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.