PeakBackpackAlt
Reduces the weight of items stored in your backpack by a configurable percentage.PeakBackpackAlt
Items stored in your backpack weigh less than items carried in your hands or hotbar. This mod makes backpacks meaningfully more useful without needing to babysit your stamina bar.
Features
- Configurable weight reduction percentage for backpack contents (default: 50%)
- Optional verbose logging for troubleshooting mod conflicts
- Works out of the box, no setup required
Configuration
After running the game once with the mod installed, edit:
BepInEx/config/com.example.peakbackpackalt.cfg
BackpackWeightReductionPercentage(0-100, default 50) — how much lighter backpack items feel.VerboseLogging(true/false, default false) — logs which weight calculations were adjusted, useful for debugging.
If you have ConfigurationManager installed, you can also change these values in-game (default hotkey F1) without editing files or restarting.
Compatibility
Implemented via a targeted Harmony patch on the game's own weight-calculation method, so it should be compatible with most other mods. If the game updates and this mod stops applying the weight reduction, a warning will appear in BepInEx/LogOutput.log — please report it as an issue so the patch can be updated.
Credits
Independent reimplementation, not affiliated with or based on the source of any other backpack-weight mod.
