Battle Auto-Backup System

The Battle Auto-Backup system automatically creates save file snapshots before and after every enemy encounter. These snapshots are stored separately from your normal save files so they are never overwritten by regular saving. If something goes wrong — a crash, a desync, a missed event, or a run-ending mistake — you can restore any of the last 50 combat checkpoints directly from the multiplayer menu.


How It Works

What Gets Saved and When

Two snapshots are created for every battle:

Backup filenames include a timestamp and the enemy group name so they are easy to identify:

20260404_153022_045 - before enemy - Crow Mauler.rpgsave
20260404_153045_210 - after enemy - Crow Mauler.rpgsave

Where Are the Backups Stored?

Backups are saved inside your game folder at:

save/autobackups/file{N}/

Where {N} is the number of the save slot that was active when the battle happened. For example, if you are playing on Save Slot 1, all backups go to save/autobackups/file1/.

Backups are completely separate from your normal save files. They are never overwritten by regular in-game saving, quick saving, or auto-syncing. Your normal save in save/file1.rpgsave is not touched.

The 50-Backup Limit

Each save slot keeps a rolling window of the 50 most recent snapshots (across both "before" and "after" entries). When a new backup would exceed 50, the oldest file is deleted automatically. This means you always have at minimum 25 full before/after pairs available.


How to Recover a Backup

Finding the Recovery Menu

  1. From the game's main menu, click Multiplayer.
  2. In the multiplayer home screen, you will see a button labelled "Recover Auto Backup".
  3. Click it to open the recovery scene.

The Recovery Scene

The recovery scene has three panels:

After Restoring

Restoring a backup overwrites your current file{N}.rpgsave with the selected snapshot. The recovery scene will confirm success in green, or show an error in red if something went wrong.

Important: After restoring, return to the main menu and use Load Game to actually load the restored save. Restoring only writes the file — it does not automatically load it into the game.


Tips & Best Practices

Which Backup to Choose?

Situation Which Backup to Restore
Game crashed during a battle before enemy (most recent one)
Desync happened mid-fight in multiplayer before enemy for the desynced battle
You won a battle but then something broke after enemy for the battle you won
Player died and wants to retry before enemy for the fatal battle
Wrong item was used and the battle ended before enemy for that battle

Backups and Multiplayer Saves

Backups are created using the host's active save slot. In multiplayer, the host's save slot is what determines which backup folder is used. Clients do not independently generate backups. When the host restores a backup, they should then load the game normally so the restored state syncs to all clients when a new session is started.

Manual Backup Access

Because backups are plain .rpgsave files in save/autobackups/, you can also manage them manually in Windows Explorer. You can copy them to a safe location before restoring, keep particular snapshots permanently by moving them out of the folder, or inspect them with RPG Maker MV save editors.

Known Limitations