Jump to content

How To Desactive log.txt in binary r28k


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

  • 8 months later...

Announcements



  • Similar Content

  • Similar Content

  • Similar Content

  • Tags

  • Activity

    1. 0

      Quest 6/7 Problem

    2. 5

      Effect weapons

    3. 3

      Crystal Metinstone

    4. 3

      Feeding game source to LLM

    5. 113

      Ulthar SF V2 (TMP4 Base)

    6. 3

      Feeding game source to LLM

    7. 0

      Target Information System

    8. 3

      Feeding game source to LLM

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.