You are viewing a potentially older version of this package. View all versions.
Smokes-SavePoint-1.0.3 icon

SavePoint

Adds manual checkpoint save (F5), teleport (F6), and return fallback (F7) functionality in PEAK.

Date uploaded 2 weeks ago
Version 1.0.3
Download link Smokes-SavePoint-1.0.3.zip
Downloads 15102
Dependency string Smokes-SavePoint-1.0.3

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

SavePoint

Save your current location and return to it later with a single keypress.

This mod adds a simple, lightweight checkpoint system to PEAK:

  • Press a configurable key (default: F5) to save your current location.
  • Press another key (default: F6) to teleport back to that saved location.
  • Press a third key (default: F7) to return to the location you were at before teleporting.
  • Saved location is overwritten each time.
  • Intended for quick testing, returning to locations, or creating manual checkpoints.

🔧 Configuration

After running the game once with this mod installed, a config file will be generated at:

BepInEx/config/com.peak.savepoint.cfg

You can edit this file to change your keybinds:

[General]
## Key to save current location
SaveLocationKey = F5

## Key to teleport to saved location
TeleportKey = F6

## Key to return to last location before teleport
ReturnKey = F7

You can set any key to a valid KeyCode (like T, Backspace, etc.).

💡 How It Works

  • Saves the local player's position when the save key is pressed.
  • Teleports you back to that position using the game’s built-in warp RPC.
  • Saves your previous position before teleporting so you can go back if needed.
  • Prevents teleporting if no location has been saved yet.
  • Blocks teleporting across different scenes to prevent invalid locations.

⚠️ Known Issues

  • None

📦 Installation

  1. Download BepInEx for PEAK from Thunderstore
  2. Extract the contents of that .zip into your game directory:
    C:\Program Files (x86)\Steam\steamapps\common\PEAK
  3. Launch the game once, then close it again — this completes BepInEx’s setup.
  4. Navigate to:
    ...\PEAK\BepInEx\plugins
  5. Copy SavePoint.dll from the mod release into that plugins folder.
  6. Run the game and test your new location saving tools.

🔗 Related Mods by Smokes

  • ReviveHotkey — Instantly revive yourself with a configurable hotkey when unconscious. Simple, fast, and frustration-free.
  • SettingsSaver — Automatically saves and reapplies your PEAK settings every session.

💖 Support My Mods

If you find this mod helpful and want to support my work, consider dropping a tip on Ko-fi:

https://ko-fi.com/smok3s

Your support helps keep these mods updated and encourages future development. Thanks!

CHANGELOG

Changelog

1.0.2

  • Reduced cooldown delay between teleport (F6) and return (F7) actions

1.0.1

  • Added cooldown between teleport (F6) and return (F7) to prevent spamming
  • Blocked input if cooldown is still active

1.0.0

  • Initial release
  • Added configurable keybinds for saving and teleporting to a player’s current location
  • Blocks teleporting if no location is saved
  • Automatically lifts player above ground when teleporting
  • Scene mismatch checks added to return teleport