This is a mod for Single Player Tarkov.
Make backpacks bigger while staying in-line with vanilla gameplay balance based on price, rarity, and weight.
- Increases backpack grid sizes across all tiers, with buffs scaled by rarity/availability.
- Boss backpack have been made significantly larger to fit their status.
- The backpack grid system has been modified to allow for multi-grid backpacks to be resized properly.
- Decompress the contents of the download into your root SPT directory.
- Start the game and enjoy better backpacks.
If you experience any problems, please submit a detailed bug report.
This project has two components built with different .NET SDKs:
- Client — A BepInEx plugin targeting
netstandard2.1 - Server — An SPT server mod targeting
net9.0
To build the project locally:
- Clone the repository.
- Run
.\build.ps1in the project root. - The distributable zip will be created at the project root.
Thanks to Josh Mate for the original mod that inspired this project.