Jump to content

Source Client Clean & Fixed


Recommended Posts

Does anybody knows how to hide that: https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif/

 

That's from the new launcher that I created. -.-'

Edited by Metin2 Dev
Core X - External 2 Internal

"Don't be a scammer. Don't be a hacker. Don't be a motherfucker. Karma is a bitch"

  • Premium

This starts to be a bit annoying guys.

 

Please read te previous posts.

 

First:  If someone is wrong, then you fucked up compiling the bin, and edited and you shouldnt.

 

If working perfectly without any issues.

 

 

Second; Those letters, its because of the Debug Mode.

Change it to Release and then click on the green arrow or use shift+ctrl+b.

 

 

If you got any issue, please look in the topic first, or even look in another topics in the forum.

 

The spam gets annoying.

 

Thank you.

  • Love 1

Just what I've compiled the new launcher, in Release Mode, and I still get those letters up! :)

 

There's any other genius who can fix my problem?.. I didn't get this.. thing never before, so I don't know how to fix it.

"Don't be a scammer. Don't be a hacker. Don't be a motherfucker. Karma is a bitch"

  • Former Staff

go to userinterface.cpp

and change this

#ifdef _DISTRIBUTE 
        stRegisterDebugFlag = "__DEBUG__ = 0";
#else
        stRegisterDebugFlag = "__DEBUG__ = 1";
#endif
with this

#ifdef _DISTRIBUTE 
        stRegisterDebugFlag = "__DEBUG__ = 0";
#elif _DEBUG
        stRegisterDebugFlag = "__DEBUG__ = 1";
#else
        stRegisterDebugFlag = "__DEBUG__ = 0";
#endif

go to userinterface.cpp

and change this

#ifdef _DISTRIBUTE 
        stRegisterDebugFlag = "__DEBUG__ = 0";
#else
        stRegisterDebugFlag = "__DEBUG__ = 1";
#endif
with this

#ifdef _DISTRIBUTE 
        stRegisterDebugFlag = "__DEBUG__ = 0";
#elif _DEBUG
        stRegisterDebugFlag = "__DEBUG__ = 1";
#else
        stRegisterDebugFlag = "__DEBUG__ = 0";
#endif

Thanks Shisui. I'll test this now. 

 

You have my respect bro. :)

 

Edit 22:47: It works! Tested few minutes ago!

"Don't be a scammer. Don't be a hacker. Don't be a motherfucker. Karma is a bitch"

Hello, how to remove FurOVL2.png

 

 

go to userinterface.cpp

 

and change this

 
#ifdef _DISTRIBUTE
        stRegisterDebugFlag = "__DEBUG__ = 0";
#else
        stRegisterDebugFlag = "__DEBUG__ = 1";
#endif
with this

#ifdef _DISTRIBUTE
        stRegisterDebugFlag = "__DEBUG__ = 0";
#elif _DEBUG
        stRegisterDebugFlag = "__DEBUG__ = 1";
#else
        stRegisterDebugFlag = "__DEBUG__ = 0";
#endif

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 1

 

Hello, how to remove FurOVL2.png

 

 

go to userinterface.cpp

 

and change this

 
#ifdef _DISTRIBUTE
        stRegisterDebugFlag = "__DEBUG__ = 0";
#else
        stRegisterDebugFlag = "__DEBUG__ = 1";
#endif
with this

#ifdef _DISTRIBUTE
        stRegisterDebugFlag = "__DEBUG__ = 0";
#elif _DEBUG
        stRegisterDebugFlag = "__DEBUG__ = 1";
#else
        stRegisterDebugFlag = "__DEBUG__ = 0";
#endif

 

Thank you

Edited by Metin2 Dev
Core X - External 2 Internal

 

Hello, how to remove FurOVL2.png

You just needed to go to previous page to see the

solution for that error.

How heavy is your mouse?

 

I do not know how much it weighs

Edited by Metin2 Dev
Core X - External 2 Internal

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.