kroepke10 Posted September 15, 2020 Posted September 15, 2020 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.
sammydee Posted September 15, 2020 Posted September 15, 2020 You just reminded me that I haven't done that for a while, 535 files I deleted.
BladeMeister Posted September 15, 2020 Posted September 15, 2020 Lol, just did the same yesterday and it was some huge number in mine also. S!
JG4_Deciman Posted September 15, 2020 Posted September 15, 2020 (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 September 15, 2020 by JG4_Deciman 1 2
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now