| Date uploaded | 11 months ago |
| Version | 1.0.0 |
| Download link | tony4twenty-Quick_Restart-1.0.0.zip |
| Downloads | 1807 |
| Dependency string | tony4twenty-Quick_Restart-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_PEAK
BepInEx pack for PEAK. Preconfigured and ready to use.
Preferred version: 5.4.75301README
Quick Restart π for PEAK (2025)
Author: tony4twenty
Version: 1.0.0
Requires: [BepInEx]
π§ Overview
Quick Restart adds the ability to quickly begin a new ascent without waiting at the airport or manually using the kiosk
Less downtime or menu-clicking. This mod is useful players who just want to jump straight into the next run.
π Features
- πͺ Skip the Airport Kiosk: Start your next ascent immediately without walking to or interacting with the kiosk.
- π Quick Restart After Wipe: Press a button after all players die to restart the island immediately β no need to press βNextβ or return to the airport.
- π Restart Mid-Ascent: Use the restart key at any time during an active run to return to the start.
- π§ Multiplayer Safe: Automatically waits for Photon network sync and player readiness to prevent desyncs and duplicate interactables.
- π§ Fully Configurable: Change the keybind and restart delay via BepInEx config.
βοΈ How It Works
When you press the Quick Restart key (F10 by default):
- π’ In the Airport: The mod simulates using the kiosk and immediately starts a new game. No need to actually use the kiosk!
- β°οΈ In the Game Over screen: It forces all players to close their end screen, transitions to the airport, then automatically starts the next run after a configurable delay.
- π During a run: Pressing the key forces a fresh start even from the beginning of the ascent.
Behind the scenes, the mod:
- Tracks scene transitions and player sync status
- Waits for all Photon players and Characters to load
- Calls the internal
kiosk.StartGame()method just like the game would
π Configuration
After the first launch, a config file will be generated at:
BepInEx/config/tony4twentys.quickrestart.cfg
π§ Config Options:
| Setting | Description | Default |
|---|---|---|
QuickRestartKey |
The key used to trigger quick restart | F10 |
RestartDelaySeconds |
Delay (in seconds) after arriving at the airport before automatically restarting after a wipe | 5 |
Edit this file with any text editor. Supported key names follow Unityβs KeyCode enum (e.g., F9, R, KeypadEnter).
π§ͺ Known Limitations/Issues
- Only the MasterClient (host) can trigger restarts.
- Potential for desync causing phantom duplicates of interactable objects on during the ascent
- Getting stuck in loading ascent (non-host players)
π§© Installation
- Download the .zip from Thunderstore.
- Extract it into your BepInEx/plugins/ folder.
- Launch the game. The mod auto-generates a config file.
- Edit the config file if desired and relaunch the game.
π₯ or use the thunderstore mod manager app π₯
π¬ Credits
Author: tony4twenty
Code powered by Photon PUN + BepInEx
Tested in PEAK (2025) multiplayer and solo runs
Happy looping, explorer. ππ₯
CHANGELOG
Changelog
[1.5.1] - 2025-09-16
- Upon request brought back the hotkeys
- by default F1-F5 do each the UI Menu does
- Config to enable hotkeys
- Config for each hotkey
[1.4.1] - 2025-08-30
- Added new configs
- true/false config for main menu skipping/auto clicking
- Config for which button to click on main menu
- Tracking the main menu being skipped for the first time so it can be returned to any other time without being skipped
[1.4.0] - 2025-08-29
- Added a UI menu instead of multiple hotkeys to select the quick start/restart options
- Added quick game launch that skips splash/pretitle and auto selects the Multiplayer Mode
- Added new option to open the UI to select new Ascents which is also in the new menu!
[1.3.0] - 2025-07-17
- Added new feature to go back to the airport at anytime during a run using F7 by default
- New Config option to change key for return to airport feature
[1.2.0] - 2025-07-16
- Added new key to toggle off random seed generation if using TerrainRandomiser (default F8) and start/restart daily seed
- Updated key for random seed start (default F9) to toggle back ON random seed generation before restarting/starting
- BIG THANKS TO Snosz (terrainrandomiser mod creator) for the help
[1.1.0] - 2025-07-16
- Added support for "TerrainRandomiser" mod
- If TerrainRandomiser mod is active, pressing F9 (default) will restart/start with a random seed
- If TerrainRandomiser mod is active, pressing F10 will restart/start the last selected random seed, not generate a new seed
- If TerrainRandomiser toggle is unchecked at kiosk, F9 and F10 will simply revert to restarting/starting the daily seed
- New config option added for new key added
- If solo (offline or alone in hosted lobby), the timer (default 5 seconds) is ignored
[1.0.0] - 2025-7-14
- Initial release.