Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Suprassing 65535 limit

Status
Not open for further replies.
Newbie Spellweaver
Joined
May 17, 2011
Messages
36
Reaction score
1
Hello

I was wondering, Is there any possible way you can surpass the 65535 limit?
 
Junior Spellweaver
Joined
Oct 6, 2007
Messages
192
Reaction score
25
Yes it is possible.

But its not easy. Either you need source files of A3 or you will have to write your own emulator.

A3 is written in C/C++ and it is using data type unsigned int16 which have limit 0 to 65535. So either get A3 source and change data types and compile or write your emulator and use data types which support higher values like unsigned int32 with data size of 0 to 4,294,967,295

Good Luck
~Enjoy~
 
Status
Not open for further replies.
Back
Top