Don't Starve Together

Don't Starve Together

Not enough ratings
Auto Cleaner - Self Configurable
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
362.330 KB
24 Dec, 2023 @ 11:58am
7 Jul @ 11:21am
10 Change Notes ( view )

Subscribe to download
Auto Cleaner - Self Configurable

Description
Clean server in small intervals with most common stuff you would like to delete. It allows a list of itens to be forcefully removed as well, perfect for mod itens cleaning!

Add new items to the removeItems.txt file on the mods folder if you want a custom file as well. One per line.

Feel free to leave comments and more itens that should be "default".

You can always use DoClean() to call the cleaning method.

There is now also DoCleanThis("prefabName") where you can just add something you want to clean ONCE.

Like, I want to get rid of the froglegs after a huge frog rain!
DoCleanThis("froglegs")



FEW TIPS:
When using the removeItems.txt file in the mod root folder do the following.

One prefab name per line with no spaces.
Don't forget to clean this file if there is something you don't use anymore or it will be still looking for stuff that doesn't exist as often as you asked for.

Caring well of this file is the difference between making this mod work with custom file.
Popular Discussions View All (2)
3
7 Jul @ 3:14pm
Bugs
The CyBee
0
24 Dec, 2023 @ 12:21pm
Feedback
The CyBee
1 Comments
The CyBee  [author] 26 Dec, 2023 @ 1:53pm 
If you just updated and couldn't make it work:
Try recreating the mod configuration on the modoverrides.lua because it might have changed!