Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Im thinking now of making a lib in C# that will do all packet and other work for you.
Btw, im such a newbie in EE's api, so it would be.. idk, hard maybe...
So, any pros in this thing?
---
Already started, nothing hard for now.
Offline
Just incase you didn't know, EE uses PlayerIO which handles all the packet serialisation/deserialisation and network stuff for you, so you don't need to do anything manually with packets. (Not sure if this is what you meant or not, but better to be safe and make sure you know)
As for the rest, libraries would be useful For example for things like block placements, especially when you're not the owner of the world as there's a hard limit on the speed you can send them, and they sometimes fail and need to be resent. It would also be useful to have something that handles physics for you (this might be more complicated), although there are already libraries for that, I think they might be outdated though.
Offline
There is a SDK called BotBits (https://github.com/Yonom/BotBits) which you may find useful as a source of inspiration.
Everybody edits, but some edit more than others
Offline
Too late. I alredy making this
Now i have only automatic packet handler (A events)
And i need more ideas and other stuff
Offline
[ Started around 1732423571.8702 - Generated in 0.035 seconds, 12 queries executed - Memory usage: 1.37 MiB (Peak: 1.47 MiB) ]