Jump to content

Recommended Posts

Posted

The game IL-2 Sturmovik put all flight logs, instead of-IL2,data, Flight logs in the data file of the game. Every day I have to clean the data file from all that flight logs. More than 300 files. For example:missionReport(2020-09-13_13-18-54)[0]. What can I do that the game puts the flight logs in the right file: IL2, data,Flight logs.

Posted

You just reminded me that I haven't done that for a while, 535 files I deleted.

Posted

Lol, just did the same yesterday and it was some huge number in mine also.

 

S!

Posted (edited)

Create subfolder(s) in the data directory 'IL-2 Sturmovik Battle of Stalingrad\data'

I've created  '_MissionLogs' and '_BinLogs'

 

Edit the 'startup.cfg'

[KEY = system]
      ...
      bin_log_folder = "_BinLogs\"
      text_log_folder = "_MissionLogs\"
      gamelog = 0
      keep_binary_log = 0
      mission_text_log = 0
[END]

 

The logfiles will now be saved in the 2 new folders instead of the main folder

AFTER you enabled saving them

The 3 lines ending with '...log = 0' disable saving logfiles

To enable saving set the logs you want to save to '...log = 1'

 

Deci

 

PS: It's not mod related.

It's a global game setting

 

Edited by JG4_Deciman
  • Like 1
  • Thanks 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...