# How many backups to be made. Set to zero to disable backups. backup_count = 32 # How often (in seconds) backups should be made backup_interval = 10 # The name of the backup file. If you choose "backup" with 3 backups # the backups will be named backup1.mzx, backup2.mzx, and backup3.mzx. backup_name = backup/backup # The extension of backup files (keep this .mzx if you want to be able # to easily load them) backup_ext = .mzx
I think there should probably be a separate option for backup_subdir perhaps, and an attempt to create the directory if it doesn't exist.
The error itself is an "Error saving world" dialogue that pops up whenever it tries to save, due to it being unable to find the subdirectory.