Jump to content

Any way to disable log file on AppData?


DigitalBoyz
 Share

Recommended Posts

Not ony PC atm but near the top of the main.cpp file there is a block of code that defines the location of the settings file using Filesystem::GetAppDirectory(). You can swap it for the path you wish to save your files.

Normally, the default is "correct" but if you want Steam Cloud support for saved games, you'll need to have the app create and look for files in the game directory. 

  • Like 1

Cyclone - Ultra Game System - Component PreprocessorTex2TGA - Darkness Awaits Template (Leadwerks)

If you like my work, consider supporting me on Patreon!

Link to comment
Share on other sites

10 minutes ago, reepblue said:

Not ony PC atm but near the top of the main.cpp file there is a block of code that defines the location of the settings file using Filesystem::GetAppDirectory(). You can swap it for the path you wish to save your files.

Normally, the default is "correct" but if you want Steam Cloud support for saved games, you'll need to have the app create and look for files in the game directory. 

Thank you, I have tested but seem not help. Settings .cfg file relocated but .log file still there at LocalAppData.
My game are planned as standalone playing without steam and not want to leave files on tester's PC
 

lw_log2.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...