The BepInEx console will not appear when launching like it does for other games on Thunderstore. This is normal (and helps prevent crashes during startup). You can turn it back on in your BepInEx.cfg file.

Everest
Everest saves your death location and populates your world with skeletons where others have fallen. This mod creates a shared experience, potentially marking dangerous areas and connecting you to other adventurers in death.
Last updated | a day ago |
Total downloads | 7661 |
Total rating | 2 |
Categories | Mods Misc World Client Side |
Dependency string | Steven-Everest-0.1.1 |
Dependants | 4 other packages depend on this package |
This mod requires the following mods to function

BepInEx-BepInExPack_PEAK
BepInEx pack for PEAK. Preconfigured and ready to use.
Preferred version: 5.4.2403
Cysharp-UniTask
Provides an efficient allocation free async/await integration for Unity.
Preferred version: 2.5.0README
🏔️ Everest
Everest is a mod for PEAK that creates a shared experience of failure and discovery. When you die, your location is saved to a server. As you play, your world will be populated with the skeletons of other fallen players, marking the dangerous places where they met their end.
✨ Features
- Shared Deaths: Automatically uploads your death location to a central server.
- Persistent Skeletons: Downloads the death locations of other players and spawns skeletons in their place, showing you where others have perished on their arduous climb to the top.
- UI Toasts: Provides easy confirmation that the mod is working as expected and informs you when it isn't.
- Configurable: A detailed configuration file lets you adjust the experience to your liking.
📋 Requirements
Before installing Everest, please ensure you have the following installed:
- BepInEx: The modding framework required to load the mod.
- UniTask: A library used to better handle async operations in Unity.
- Simply drop the UniTask dll files into
BepInEx/core
to install.
- Simply drop the UniTask dll files into
🛠️ Installation
- Make sure you have successfully installed both BepInEx and UniTask.
- Download the latest
Everest.dll
from the releases page. - Place the
Everest.dll
file into yourBepInEx/plugins/
folder. - That's it! The mod will be active the next time you launch the game.
⚙️ Configuration
The first time you run the game with Everest installed, it will generate a configuration file located at BepInEx/config/Everest.cfg
. You can open this file with any text editor to change the settings.
Here are the available options:
-
Enabled
- Toggles the entire mod on or off.
- Values:
true
/false
- Default:
true
-
MaxSkeletons
- Sets the maximum number of skeletons that can be spawned in your world at one time.
- Values: Any whole number (e.g.,
10
,25
,50
) - Default:
100
-
AllowUpload
- Determines if the mod will upload your own death location to the server. Set to
false
if you only want to see other players' skeletons without contributing your own. - Values:
true
/false
- Default:
true
- Determines if the mod will upload your own death location to the server. Set to
-
ShowToasts
- Enables or disables the small UI popups that notify you of mod activity (e.g., "Your death has been recorded" or "Skeletons have been summoned").
- Values:
true
/false
- Default:
true