Keeps the useless history file from getting huge in your saves for faster saving/loading times along with smaller save files overall.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.0.0a
Removed a unnecessary debug log statement that could be annoying for other modders.
Version 1.0.0
Initial Release
The Cleaner mod used to keep file saves down in size by watching statistic.json, but the file named history is now the one getting very large.
This simple mod keeps history at zero bytes, stops the game from maintaining the history list internally, and resets history to zero bytes if one is found in your existing save.
Will NOT break existing saves, nor will it break saves if you uninstall it. It never actually touches your save file, after loading a save the game dumps files into an area folder. This is where the mod looks, and where it does it's works. It just ensures history is empty before the game saves from this temp directory.
The history file is not used for anything other than logging so it's basically useless. I would still use cleaner's clean button to remove old objects as you leave areas.
There are no settings, just install and it works. You can unzip your save file to verify it is working if you want.
Open UMM, drag the zip over it, done. No other input is necessary.