well, the only comment i have regarding that is that to use verrigan's byte array system you have to use IOCP... which requires certain windows versions. Although it is a huge increase in speed, i don't know if it may turn certain users away from staying with the community
[Edit] Oh snap! I'm an admin?
Posts: 2,605
Threads: 412
Joined: Nov 2021
Reputation:
0
Actually, you are a moderator. Byte Arrays will determine if MSE2 will be user friendly or not.
Well in all seriousness, i really don't think users would have a hard time with Byte Arrays if we used verrigan's system. AddByteToBuffer andGetByteFromBuffer (and then changing up the variables is a very simple concept), and it will help people understand data types a bit more. We could just setup a simple "How To Use The Packet System" topic, and just put, if you're trying to send a string for example. an item name, you would just do this.... or if you were sending this... you'd do this, etc. and i think that would help people enough that it wouldn't be a very big problem.
Posts: 2,605
Threads: 412
Joined: Nov 2021
Reputation:
0
Yes, but Grim just informed me that the source Verrigan made isn't fully working. And it will take a lot of time debugging it since you need to go through all packets.
So atm, we only have the default MSE1 as the base for MSE2.
Posts: 2,605
Threads: 412
Joined: Nov 2021
Reputation:
0
I was just going to post that. Verr's code is majorly buggy, and does not work at all. If someone else had a byte based MSE source, that could work.
Hmmm... i guess i haven't really looked through it enough... what parts don't work? I was pretty sure that the editor saving didn't work... but other then that i didn't spot much.
What do you mean by the "byte based networking part"?
Posts: 2,605
Threads: 412
Joined: Nov 2021
Reputation:
0
So, I updated the Development Log. Used pretty many things from the Valkorian list. I think we should start from a clean MSE1. It doesn't take that much time to add the different things, so why be lazy and start from somebodies source. Do anybody agree?
yeah we definitely should start with MSE1 no matter what happens... using someone else's source is out of the question. (In my opinion it is, anyways)
That's true as well, Dave. Weren't there a lot of problems with Valkoria though?