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.

BagsForEveryone
Automatically spawns backpacks for all players when starting a game. No more forgetting your bags!
CHANGELOG
Changelog
[1.1.0] - 2025-07-30
Changed
- Updated game level validation logic: now accepts any scene whose name starts with
Level_
, instead of restricting toLevel_0
throughLevel_13
. - Simplified
IsInValidGameLevel()
method for improved maintainability and flexibility.
Technical changes
- Removed numeric parsing and range checks from the level validation code.
- The method now returns
true
for all scenes with names beginning withLevel_
.