Jump to content

[MP] Cleaning up after removing a mod


.taksi.

Recommended Posts

After recently cleaning up on a MP server, some of the clients are getting an error for a missing item. When I went to the sqlite db, I found that all the item distribution is kept in the .bin files for the map.

I'm aware of the following syntax:

table.insert(SuburbsDistributions["all"]["counter"].items, "fooBar");
Is there a corresponding:

table.delete(...
functionality or similar? I'd love to add items to a "blacklist" where they're removed from the map on the save, and each client on join.
Link to comment
Share on other sites

For cleaning up my zomboid directory I make a steam backup and then delete the folder and restore backup. I update the backup at each update build/hotfix.

Just in case I screw up with a mod somewhere somehow.

Link to comment
Share on other sites

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...