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.

Hikers Hunger
Watch out! There is a 'Cannibalistic Psychosis' taking over the Scouts! Can you Hide from the Hysteria?
By tony4twenty
Date uploaded | 2 weeks ago |
Version | 2.0.0 |
Download link | tony4twenty-Hikers_Hunger-2.0.0.zip |
Downloads | 1518 |
Dependency string | tony4twenty-Hikers_Hunger-2.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.75301
Snosz-PhotonCustomPropsUtils
Helps modders easily synchronize room/player properties across all connected clients through Photon's Custom Properties.
Preferred version: 1.1.0README
ðĪŠ Hikers Hunger - A cannibal game mode!
Hikers Hunger is a 'Cannibalistc Psychosis' that plagues the island. A hysteria sometimes passed from 1 individual to the next! The only safe place is the campfire! ðïļ Gamemode made best played with a full group! For Questions, Concerns, Bugs, Appreciation Head over to the Peak Modding Discord
ð§ Features
- some time after the start of a run (configurable) a cannibal is chosen, either at random or by the host (configurable), to be a cannibal.
- The cannibal enters their pyschosis after 20 seconds (configurable).
- The cannibal will see EVERYONE else as nice yummy roasted chicken and cant eat them all!
- When a campfire is reached they enter the safe zone and cannot eat anyone within it.
- When a campfire is lit, if manual selection is enabled, then the host will chose the next cannibal; if its random selection then a new cannibal is chosen or maybe even the same player will be chosen again.
- Try and survive all the way to the PEAK without being eaten!
NEW SETTINGS
-
CustomEatTime: instead of having to press and hold the interact button for 3 seconds to eat the player, you can change the amount of time. Allowing you to make it shorter, longer or practically instant. The default config is for instant eating. This setting must be enabled with EnableCustomEatTime for it to work.
-
ConstantCannibal: the player chosen after run start will be cannibal forever!
-
ManualCannibalSelection: now allows the host to use a GUI to manually click on a players name in the list to choose who the cannibal will be.
âïļ Configuration
The plugin generates a configuration file at /PEAK/BepInEx/config/tony4twentys.Hikers_Hunger.cfg
with the following options:
ðŊ General Settings
Setting | Default | Description |
---|---|---|
ManualCannibalSelection | false |
When enabled, the host can manually select who becomes the cannibal using a GUI instead of random selection |
InitialSelectionDelay | 20 |
The initial delay (in seconds) before the game starts attempting to select a cannibal |
PostSelectionDelay | 120 |
The delay (in seconds) after selecting a cannibal before actually giving them cannibal powers |
ConstantCannibal | false |
When enabled, the first person chosen as cannibal remains cannibal for the entire game until a new run starts |
ð Eating Mechanics
Setting | Default | Description |
---|---|---|
EnableCustomEatTime | false |
When enabled, allows hosts to customize how long it takes to eat players |
CustomEatTime | 0.01 |
The time (in seconds) it takes to eat a player. Lower values = faster eating. 0.01 = almost instant |
ðïļ Safe Zone Settings
Setting | Default | Description |
---|---|---|
SafeZoneDelay | 30 |
The delay (in seconds) after leaving a safe zone before cannibal powers are restored |
ðŪ Future Plans
- Earning Badges
ðĶ Installation
- Download via Thunderstore or manual install
- Place the
.dll
file in: /PEAK/BepInEx/plugins/ - Launch game to generate config
ðĨ or use the thunderstore mod manager app ðĨ
ðĻâðģ Credits
- Author tony4twenty
- Assistance from Snosz with the dependency!
CHANGELOG
Changelog
[2.0.0] - 2025-09-01
ð Major Features
- Complete Plugin Rebuild: Entire plugin rebuilt from scratch for optimal performance
- Manual Cannibal Selection: Host can now use a GUI to manually select who becomes the cannibal
- Constant Cannibal Mode: Option to keep the first selected cannibal for the entire run
- Custom Eat Time: Configurable eating duration (default: 0.01s for instant eating)
- Enhanced Safe Zone System: Improved campfire safe zones with configurable delay
- Host Configuration Sync: All host settings automatically synchronized to clients
ðŪ Gameplay Improvements
- Smart Cannibal Reselection: Prevents safe zone delay bypass when same cannibal is reselected
- Curse Prevention: Cannibals no longer get cursed when eating players
⥠Technical Optimizations
- No Reflection: Eliminated all reflection usage for better performance
- No Per-Frame Overhead: Optimized to avoid heavy operations every frame
- Efficient Safe Zone Monitoring: Smart detection system for all campfires
- Robust State Management: Improved handling of complex game state scenarios
- Enhanced Logging: Comprehensive debug logging for troubleshooting
ð§ Configuration Options
- ManualCannibalSelection: Enable/disable manual selection GUI
- InitialSelectionDelay: Delay before initial cannibal selection (default: 20s)
- PostSelectionDelay: Delay before granting initial cannibal powers (default: 120s)
- EnableCustomEatTime: Toggle custom eating duration
- CustomEatTime: Configurable eating time in seconds
- ConstantCannibal: Keep first cannibal for entire run
- SafeZoneDelay: Delay after leaving safe zone (default: 30s)
ðą User Interface
- Cannibal Selection GUI: Clean, user-friendly interface for host selection
- Cursor Management: Proper cursor handling during GUI interaction
- Player List Display: Shows all valid players as clickable buttons
- Cancel Option: Random selection fallback if manual selection is cancelled
ð Safety & Stability
- Disconnection Handling: Robust handling of player disconnections
- State Persistence: Proper preservation of game state across events
- Error Handling: Comprehensive error handling and logging
- Memory Management: Proper cleanup of coroutines and resources
[1.0.0] - 2025-08-02
- Initial release.