The BepInEx console will not appear when launching like it does for other games on Thunderstore (you can turn it back on in your BepInEx.cfg file). If your PEAK crashes on startup, add -dx12 to your launch parameters.

PEAK Item Randomizer
Randomizes all item spawns in PEAK - any item can appear anywhere! Works with luggages, trees, bushes
By Safron
Date uploaded | 3 weeks ago |
Version | 1.2.1 |
Download link | Safron-PEAK_Item_Randomizer-1.2.1.zip |
Downloads | 10413 |
Dependency string | Safron-PEAK_Item_Randomizer-1.2.1 |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
‼️IMPORTANT‼️
Ancient Statue revive does NOT work!
Instead, Scout Effigy spawns when lighting a campfire.
PEAK Item Randomizer
A mod that completely randomizes all item spawns in PEAK - any item can appear anywhere! This makes every playthrough unique and unpredictable.
Features
- Complete Randomization: Every item spawn location can spawn any item from the game. The only spawn locations not randomized are mushroom spawn on the mountain and bananas on vines.
- Network Compatible: Works in multiplayer games //YOU HAVE TO BE THE HOST!
- BepInEx Compatible: Uses the latest BepInEx framework
Installation
Prerequisites
Steps
- Install BepInEx if you haven't already
- Download this mod
- Extract the
PEAKItemRandomizer.dll
file to yourBepInEx/plugins/
folder - Start the game
How It Works
This mod uses Harmony patches to intercept the game's item spawning system:
- LootData.GetRandomItem/GetRandomItems: Replaces the original loot pool selection with random items from the entire item database
- BerryBush.SpawnItems: Randomizes items on trees and bushes
- Spawner.SpawnItems: Randomizes items from general spawners
- Luggage Spawn: Randomizes items in chests/luggages
What Gets Randomized
- Chests (Luggages): Any item can appear in any chest
- Trees & Bushes: Random items spawn on trees and berry bushes
- All Other Spawners: Any spawner using the standard loot system gets randomized
Technical Details
- Framework: BepInEx 5.4+
- Harmony: Uses Harmony for method patching
- Networking: Fully compatible with Photon networking
- Performance: Minimal performance impact
Version History
1.0.0
- Initial release
- Complete item randomization for all spawn types
- Network compatibility
- Duplication prevention
1.1.0
- Added revive possibility through scout effigys
1.2.0
- Removed torn pages from spawn pool
Troubleshooting
Items disappear when picked up from chests:
- This was fixed in version 1.0.0 - make sure you're using the latest version
Items respawn when revisiting areas:
- This was fixed in version 1.0.0 - the mod now prevents duplicate spawning
Mod doesn't load:
- Make sure BepInEx is properly installed
- Check that the DLL is in the correct folder:
BepInEx/plugins/
- Verify you're using BepInEx 5.4.2100 or later
Support
- If you encounter any issues, please check the BepInEx logs in
BepInEx/LogOutput.log
for error messages. - Contact me about bugs or anything about the mod on Discord: minzy_
- My patreon https://patreon.com/SafronMinzy
Enjoy your randomized PEAK experience! 🎲
CHANGELOG
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.0] - 2025-07-15
Added
- Complete item randomization for all spawn types
- Support for chests (luggages), trees, bushes, and mountain mushrooms
- Network compatibility with Photon
- Duplication prevention when revisiting areas
- Harmony patches for LootData, BerryBush, Spawner, and Luggage classes
Fixed
- Items disappearing when picked up from chests (Photon networking issue)
- Items respawning when revisiting areas
- Missing UnityEngine.PhysicsModule reference
Technical
- BepInEx 5.4+ compatibility
- Harmony method patching
- Physics-based spawn detection
- Master client spawn validation
[1.1.0] - 2025-07-15
Added
- When lighting a campfire, now 3 Scout Effigy items will spawn around the campfire. The effigies are evenly distributed around the fire.
- Thanks for Mako Shironari for finding out Ancient Statue's revive doesn't work.
[1.2.0] - 2025-07-16
Changed
- Upon popular demand removed the torn pages from the spawn pool.