das attorney 858 Posted April 29, 2015 Hi, My game folder always gets filled up with dozens of mpStatistics and malloc logs. It is maddening. How can I stop this from happening? is there a command line switch I don't know about? Thanks! Share this post Link to post Share on other sites
jshock 513 Posted April 30, 2015 Does -noLogs steam param not cover it? Share this post Link to post Share on other sites
das attorney 858 Posted April 30, 2015 No, they keep generating regardless. I think nologs only covers rpt logs, not others. Share this post Link to post Share on other sites
Greenfist 1863 Posted April 30, 2015 Aren't the mallog files created by Fred41's custom memory allocator? Stop using it. :) Share this post Link to post Share on other sites
das attorney 858 Posted April 30, 2015 Cool, thanks that works. :) Still would be nice to get shot of those mpStatistics logs. Share this post Link to post Share on other sites
Redphoenix 1540 Posted April 30, 2015 Cool, thanks that works. :)Still would be nice to get shot of those mpStatistics logs. You can write yourself a *.bat file which runs automatically with each reboot of your computer, deleting the files you want. Share this post Link to post Share on other sites
das attorney 858 Posted May 1, 2015 (edited) Cool will give that a go. :) edit: I edited my Arma launch batch file to clear out any .log files as the game opens. Cheers, works really nice. Edited May 1, 2015 by Das Attorney Share this post Link to post Share on other sites