Ashx-REPOInstantSave icon

REPOInstantSave

Adds an F7 instant Save (with on-screen toast) on top of REPO's native progression save, plus an optional no-permadelete safety toggle. Restore happens automatically when a save with a snapshot is loaded.

Last updated 12 hours ago
Total downloads 230
Total rating 0 
Categories Mods Server-side
Dependency string Ashx-REPOInstantSave-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

REPO Instant Save

A BepInEx 5 / Harmony plugin for R.E.P.O. that adds an instant quicksave on top of the game's own progression save.

Features

  • F7 — Instant Save. Captures the current world state (players, valuables, carts, hinges, extraction points, haul/round accounting) and triggers the game's native save, then writes a snapshot alongside it. A HUD toast confirms the save completed.
  • Automatic cross-session restore. If you quit and reload a save that carries a snapshot, the mod rebuilds the exact same level layout and restores the captured state on top of it — no manual restore hotkey, it's handled for you.
  • No-permadelete safety toggle. Optionally prevents the game's automatic save-delete on team wipe / early leave, so a bad run doesn't erase your progress.

Requirements

  • BepInEx 5.4.x for R.E.P.O.
  • Host / singleplayer only — saving and restoring are host-authoritative.

Usage

Press F7 in a level to save. That's it — restore fires automatically the next time you load that save.

Configuration

Settings are exposed via the standard BepInEx config file (BepInEx/config/Ashx87.REPOInstantSave.cfg):

  • Instant Save hotkey (default: F7) and enable toggle
  • No-permadelete toggle

Notes

There is no reproducible level seed in R.E.P.O., so cross-session restore works by forcing the game to regenerate the identical tile layout from the snapshot before reapplying world state. See the project repository for full technical details.