Jump to content

Recommended Posts

 

config.cpp

bool g_bCheckClientVersion = true;
string g_stClientVersion = "1215955205";

 

 

Thanks you.

 

I have client version activated, how its possible to i can enter in the game?

 

cF3Rb.png

Edited by Metin2 Dev
Core X - External 2 Internal

You must change it in launcher or deactivate it in game.

 

My pong in .bin:

 

qKB1d.png

 

My pong in game:

 

cF3Rb.png

 

How its possible?

 

bFGah.jpg

Edited by Metin2 Dev
Core X - External 2 Internal

 

ClientVersion is declaret in 3 files, not only 1.

 

Haa thanks!

 

And you can say me name of this 3 files?

 

 

 

ClientVersion is declaret in 3 files, not only 1.

 

Haa thanks!

 

And you can say me name of this 3 files?

 

 

Hm, input_login.cpp and 2 other, you must search LC_TEXT from this function.

  • Love 1

pong ahah this has not been used sence r2089 (about 3 years ago)

well there was a bug in the client version check where :

if (version <= date)

it should have been

if (version <= date || version >= date )

or the easy way :

if (version != date)

that the only explanation i have .

i hope that this help you

  • Love 2

pong ahah this has not been used sence r2089 (about 3 years ago)

well there was a bug in the client version check where :

if (version <= date)

it should have been

if (version <= date || version >= date )

or the easy way :

if (version != date)

that the only explanation i have .

i hope that this help you

 

 

Thanks!

This solved my problem!

 

rJP1f.jpg

 

Them client close! :D

 

Thank you all!

Edited by Metin2 Dev
Core X - External 2 Internal
  • 1 month later...

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.