Jump to content

How To Desactive log.txt in binary r28k


Recommended Posts

  • Bronze

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
Share on other sites

  • 8 months later...

Announcements



×
×
  • 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.