You are viewing a potentially older version of this package. View all versions.
BellaModsGames-Backpack-1.0.2 icon

Backpack

Adds a backpack system for storing (Key: E) and retrieving(Key: Z) items on the go!

Date uploaded 8 months ago
Version 1.0.2
Download link BellaModsGames-Backpack-1.0.2.zip
Downloads 2118
Dependency string BellaModsGames-Backpack-1.0.2

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

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

  1. Install BepInEx
  2. Download and extract this mod
  3. Place the contents into your BepInEx/plugins folder
  4. Launch the game

Suggested Mods

  1. 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

Commissioned Mods

I take commissions for custom mods! If you have an idea for a mod you'd like to see created, feel free to contact me:

  • Discord: bellamodsgames

I can create custom gameplay mechanics or systems tailored to your specific requirements.

Version History

  • 1.0.0
    • Initial release
    • Simple two-button system
    • Last-in-first-out storage
    • Configurable settings