You are viewing a potentially older version of this package. View all versions.
LengSword-BetterQuicksave-0.1.2 icon

BetterQuicksave

A mod that extends the quicksave feature in the game.

Date uploaded 2 weeks ago
Version 0.1.2
Download link LengSword-BetterQuicksave-0.1.2.zip
Downloads 3395
Dependency string LengSword-BetterQuicksave-0.1.2

This mod requires the following mods to function

BepInEx-BepInExPack_PEAK-5.4.2403 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.2403

README

BetterQuicksave

Enhances the game's quicksave features.

Game default quicksave file path: C:\Users\<YourUsername>\AppData\LocalLow\LandCrab\PEAK\quicksave.peak

Default quicksave backup path: C:\Users\<YourUsername>\AppData\LocalLow\LandCrab\PEAK\QuicksaveBackups

Features

  • Unlimited Load Quicksave: By default, the game deletes the quicksave file after loading a game. This config option allows you to keep the quicksave file intact after loading, enabling you to load the same quicksave multiple times if needed.
  • Quicksave Backup: When enabled, the plugin creates a backup of the quicksave file each time you save. Backups are stored in a separate folder and are named with a timestamp for easy identification. (e.g., quicksave_2024-06-01_14-30-00.peak).
  • Configurable Backup Limit: You can specify the maximum number of quicksave backups to keep. Older backups will be automatically deleted when the limit is exceeded. (Default is 3 backups).

CHANGELOG

Changelog

[0.1.2] - 2026-08-15

  • Fix compatibility issues for 2.0.a
  • Remove UnlimitedLoadQuicksave config option, as it is no longer needed due to changes in the game's save system.

[0.1.1] - 2026-04-14

  • Fix compatibility issues for 1.61.a

[0.1.0] - 2026-04-09

  • Initial Release