You are viewing a potentially older version of this package. View all versions.
Ashx-REPOInstantSave-1.0.0 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.

Date uploaded 2 days ago
Version 1.0.0
Download link Ashx-REPOInstantSave-1.0.0.zip
Downloads 589
Dependency string Ashx-REPOInstantSave-1.0.0

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.

CHANGELOG

Changelog

1.0.0

  • Initial Thunderstore release.
  • F7 Instant Save with HUD toast confirmation.
  • Automatic cross-session restore (rebuilds the exact level layout, then restores world state).
  • Same-session restore engine retained internally for future use (not currently bound to a hotkey).
  • No-permadelete safety toggle to prevent auto-delete on team wipe / early leave.