Pineapple-BackPackRedux icon

BackPackRedux

v0.8.0 by aedenthorn from NexusMods. A rewrite of Backpack mod, providing the player with a customizable portable container, optionally requiring an actual backpack item to be equipped.

Last updated 4 months ago
Total downloads 3711
Total rating 1 
Categories Client-side Utility
Dependency string Pineapple-BackPackRedux-0.8.0
Dependants 9 other packages depend on this package

README

Introduction

My name is DrPine. I am uploading a couple of mods that are only over at NexusMods so that everyone can use them in the Thunderstore Mod Manager with ease. Below is the description from Nexus Mods.

Developed by aedenthorn

Description

So, the original backpack mod was a terrible hack that didn't really work well.

This mod is a less-terrible hack that should probably work better, in theory, as the inventory is saved inside the mod, not the world.

This is not an upgrade of the original Backpack mod, please empty your backpack and uninstall that mod before trying this one.

Usage

To open and close the backpack, press the configurable hotkey (default b).

The weight of the items in the backpack are added to the weight of your player's inventory, after applying a weight multiplier (default 0.5, meaning things in the backpack weigh half as much as they normally would).

On death, you can choose whether the backpack drops all its items on the ground, creates a second tombstone, or keeps its items.

You can customize the following in the config file:

  • The hotkey (default b)
  • The backpack name (default Backpack)
  • The backpack size (default 6x3)
  • The backpack weight multiplier (default 0.5)
  • Whether the backpack drops its items on death (default true)
  • Whether dropped items are placed in a tombstone on death (default true)
  • The spawn name of an item you must have equipped in order to open the backpack (default none)

Note that the mod doesn't come with an equippable backpack item, I don't know how to add items to the game, maybe someone else who knows how can create one.

Backpack contents are saved in a file tied to your profile name in BepInEx\Plugins\BackpackRedux

Please note that this is a new mod and you might want to back up your save before trying it out. I provide no warranty for this product.

Config

A config file BepInEx/config/aedenthorn.BackpackRedux.cfg is created after running the game once with this mod).

You can adjust the config values by editing this file using a text editor or in-game using the Config Manager.

To reload the config from the config file, type backpackredux reset into the game's console (F5).

Installation

  • Automated

    • Suggested to use the R2ModMan Mod Manager
  • Manual

    • Copy the BackpackRedux.dll to your /Valheim/BepInEx/plugins directory

If you want to complain or ask for help or help me test my mods, you can visit my Discord server.

Click here for a list of all my mods for Valheim.

Source Code

https://github.com/aedenthorn/ValheimMods

Change Log

v0.8.0

  • Fix for 0.217.14

v0.7.0

  • Update for new version

v0.6.0

  • Update for new version

v0.5.1

  • This change was to update the Manifest and Readme files to make them more complete and uniform with the rest of the packages I have reuploaded

v0.5.0

  • Original reupload from NexusMods