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

Automatic Backups

Automatically backs-up your save files every time you save. Allows you to recover from disaster!

Date uploaded a year ago
Version 1.0.0
Download link coderTrevor-Automatic_Backups-1.0.0.zip
Downloads 296
Dependency string coderTrevor-Automatic_Backups-1.0.0

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. Download the latest release. 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

Acknowledgements

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

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!