You are viewing a potentially older version of this package.
View all versions.
BagsForEveryone
Automatically spawns backpacks for all players when starting a game. No more forgetting your bags!
| Date uploaded | a year ago |
| Version | 1.0.1 |
| Download link | Nozz-BagsForEveryone-1.0.1.zip |
| Downloads | 32119 |
| Dependency string | Nozz-BagsForEveryone-1.0.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
BagsForEveryone
Automatically spawns backpacks for all players when starting a game. No more forgetting your bags!
Installation
- Install BepInEx 5.4.2100+
- Place
BagsForEveryone.dllinBepInEx/plugins/ - Launch PEAK
Features
- Automatic backpack for each player
- Works on game levels (Level_0 to Level_13)
- Mid-game joining players also get bags
- Multiplayer compatible
- No configuration needed
Configuration
Optional config file: BepInEx/config/com.nozz.bagsforeveryone.cfg
- ModEnabled (default: true) - Enable/disable the mod
dotnet build --configuration Release
Create a Release
git tag BagsForEveryone-v1.0.0
git push origin BagsForEveryone-v1.0.0
🤝 Contributing
Feel free to submit issues or pull requests on GitHub.
📄 License
MIT License - See LICENSE file for details.
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_0throughLevel_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
truefor all scenes with names beginning withLevel_.