Backpack
A simple mod that adds a backpack system to store and retrieve items while playing. Store items with one button and retrieve them with another!
Features
- Store any grabbable item in your backpack
- Simple two-button controls
- Last item stored is the first item dropped (LIFO system)
- Configurable maximum storage capacity
- Items are safely stored until you need them
- Visual feedback in console for storage/retrieval
Installation
- Install BepInEx
- Download and extract this mod
- Place the contents into your
BepInEx/plugins folder
- Launch the game
Suggested Mods
- REPOConfig to edit controls.
Controls
- E: Store currently held item in backpack
- Z: Drop most recently stored item
Configuration
You can adjust these settings in the config file:
- Store Key: Key to store items (default: B)
- Drop Key: Key to drop items (default: V)
- Max Items: Maximum number of items that can be stored (default: 10)
Tips
- Items are stored in a "Last In, First Out" order
- The most recently stored item is always the next one to be dropped
- Items drop directly in front of you
- You can't store more than the configured maximum items
- Console messages show how many items are stored
Credits
Created by BellaModsGames
Version History
- 1.0.0
- Initial release
- Simple two-button system
- Last-in-first-out storage
- Configurable settings