Jump to content

Recommended Posts

Hi all, today I will show you how to disable the log.txt in the binary r28k

 

Hexa

Spoiler

 

Open the binary with HxD and search 



cannot load %s...log.txt.%02d%02d %02d:%02d:%05d

 

Spoiler

1344490421a-dbaa384a-46ba-4c35-a3b1-eac4

 

And now I put it like mine.

 

Spoiler

1344490421a-615e27b4-a79f-4b0f-8952-c63f

 

Finished.

 

C++

Spoiler

#ifdef _DEBUG
	OpenConsoleWindow();
	OpenLogFile(true); // true == uses syserr.txt and log.txt
#else
	OpenLogFile(false); // false == uses syserr.txt only
#endif

 

 

I not know how create a dif, so i modified in HxD or C++

Hope this helps, greetings

  • Love 2
Link to comment
https://metin2.dev/topic/289-how-to-desactive-logtxt-in-binary-r28k/
Share on other sites

  • 8 months 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.