Imbunatateste viteza de auth/login pe server.
*Link download / Code:Well, such a thing is quite easy, and I know it since 2011~2012 (when the first 30k game cores were released to be more precise).
You can find some diff patch files of that time for 30k game cores on the web that do this, but I will explain to you how to do it via source code editing.
Before all, why the 40k game core files have a login more slower than usual? That's because ymir implemented an additional encryption security using cryptopp, and at login, they added some key agreement checks, which ended up the login to be more slower.
You can actually disable such a feature, so that you can have the login fast like the old game revisions had. (r2089m or before)
Disabling it will actually remove the "key agreement" issue, and will encrypt the connection with a static xtea key instead of some dynamic mixed cryptopp algorithms.
Deschidem common/service.h si comentam:
#define _IMPROVED_PACKET_ENCRYPTION_// #define _IMPROVED_PACKET_ENCRYPTION_Facem acelasi lucru si in sursa binary -> locale_inc.h.
Acum, deschidem UserInterface/Locale.cpp si cautam:
#define LSS_SECURITY_KEY "testtesttesttest"

la acest mesaj și conținutul se va afișa automat.


