You are viewing a potentially older version of this package. View all versions.
coderTrevor-Automatic_Backups-1.2.1 icon

Automatic Backups

Automatically backs-up your save files every time you save. Allows you to recover from disaster! It can autosave, also.

Date uploaded 11 months ago
Version 1.2.1
Download link coderTrevor-Automatic_Backups-1.2.1.zip
Downloads 326
Dependency string coderTrevor-Automatic_Backups-1.2.1

This mod requires the following mods to function

LavaGang-MelonLoader-0.7.0 icon
LavaGang-MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono

Preferred version: 0.7.0

README

Automatic Backups For Schedule I

Automatically backs-up your save files every time you save.

Allows you to recover from disaster!

There are builds for both the main (IL2cpp) and alternate (Mono) branches of the game.

Installation

  1. Requires MelonLoader, so install that if you haven't already.
  2. Extract the .zip and copy the appropriate .dll file to the Mods folder in your Schedule I installation.
    1. If you're on the main branch (haven't changed to "alternate" in Steam) you'll want the IL2Cpp version.
    2. If you're on the alternate branch, you'll want the Mono version.

Usage

Every time you save your game, this mod exports your save to a timestamped .zip file. These files can be found alongside your other saves in a folder called Backups. To load a previous save, just select Import on the Continue screen in Schedule I and navigate to that folder.

Notes:

  • Backups are local only and not synced with the Steam cloud.
  • Untested in Mac or Linux

Settings

You can change the settings for this mod through the settings menu when you first load the game up. Just click the Backups tab.

Delete Old Backups

You can configure the mod to automatically delete the oldest backups once a certain limit has been reached. You can turn this feature on or off and the available range is between 25 - 250 in increments of 5. I recommend leaving this setting off or setting the limit very high; it's not always obvious right-away if the game has bugged your save.

When you first load a save slot, you can check the MelonLoader console to see how much disk space your backups are taking up. It's pretty negligible in my experience.

AutoSave

The mod can automatically save your progress if some amount of time passes since your last save. The timer resets on every save.

Auto-saves are also backed up. The filenames are prepended with "auto_" so it's easy to find and import your last manual save if you'd like.

By default, autosaving is enabled and the timer is set to 10 minutes. You can enable or disable this feature and adjust the time before saving anywhere between 1 and 60 minutes.

Like it?

Consider coming back to give this mod a thumbs-up. That will help other players find it and hopefully prevent more save-related disasters! Most importantly, it helps my ego.

Source

Available on GitHub.

Acknowledgements

Mod boilerplate was created with the MelonLoader.VSWizard wizard by TrevTV with additions from the S1MONO_IL2CPP_Template template by weedeej.

Thanks to ifBars who helped me diagnose an Il2Cpp-specific issue.

CHANGELOG

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.3.0-beta] - 2025-09-20

Added

  • v1.3.0-beta - Added "Restore" button and "Restore Backup" menu

[1.2.0-beta] - 2025-09-07

Added

  • v1.2.0-beta - Added autosave feature.

Changed

  • v1.2.0-beta - Updated settings menu with controls for autosaving.
  • v1.2.1-beta - Remove screenshots from Thunderstore readme.

[1.1.0-beta] - 2025-09-02

Added

  • v1.1.0-beta - Added menu for configuration options to the game's Settings menu.
  • v1.1.0-beta - Added ability to auto-delete the oldest backups after a user-set limit is reached. This feature is toggleable.

Changed

  • v1.1.0-beta - Improved logging including telling the player how many backup files they have and how much disk space they're using.
  • v1.0.1-beta Thunderstore files - added white background to icon, removed link to GitHub releases in README (so downloads from Thunderstore get counted).

[1.0.0-beta] - 2025-08-19

Added

  • Initial release - YAY!