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!

Help, K18.3, thank you

Newbie Spellweaver
Joined
May 12, 2022
Messages
85
Reaction score
2
I used K18.3 and added __AES. After it was generated, the NEUZ.exe was turned off after a flash when it was started, and no error was prompted. thank you!:p:
 
Last edited by a moderator:
Junior Spellweaver
Joined
Mar 24, 2021
Messages
149
Reaction score
25
I used K18.3 and added __AES. After it was generated, the NEUZ.exe was turned off after a flash when it was started, and no error was prompted. thank you!:p:


Check your Client/Data Folder - And try to check the generated files there if the total size is 0
 
Last edited by a moderator:
Upvote 0
Newbie Spellweaver
Joined
May 12, 2022
Messages
85
Reaction score
2
It seems that the client cannot read the [Data] folder.
{neuz.cpp
#ifdef __AES CResFile::ScanResource("Data");
prj.LoadPreFiles();
#else
CResFile::ScanResource("");
#endif}

{file.cpp
#include "CRC16.h"
#include "CRC32.h"
#define ENC_KEY 149, 123, 62, 92, 143, 150, 105, 248, 213, 153, 124, 209, 77, 201, 151, 255, 201, 20, 120, 185, 179, 151, 215, 31, 9, 14, 52, 65, 111, 62, 206, 5
#define ENC_EXT "*.ff"


Does anyone know what the situation is? Thank you
 
Upvote 0
Newbie Spellweaver
Joined
May 12, 2022
Messages
85
Reaction score
2
[Neuz.exe] starts successfully on the server side. Can you help me see if the packet fails to package?
 
Last edited:
Upvote 0
Back
Top