


XStorage lets you open multiple chests at once, rename them, and move items/stacks to the most suitable chest.
By pressing alt-interact (Shift + E by default), you can give your chests a name. This name is shown when you hover over the chest, and also in the panel above the inventory when a chest is opened.
To display multiple chests, XStorage creates a new panel in the UI. The panel will automatically expand to fit in as many chests as it can. You can restrict the width and height in XStorage's config.
When you open more chests than XStorage can display on the screen, this panel will become scrollable.
When you auto-move an item from your inventory (via Ctrl + Click), XStorage tries to find the most suitable chest to put the item/stack in. It does so by picking the chest containing the highest quantity of the item you are moving, from all opened chests that still have free space.
Ctrl + Click-ing an item or stack in any of the chests will always make it go to the player inventory (equal to vanilla behaviour).
In multiplayer games, all players need to have XStorage installed, or it will not work. If you play on a dedicated server, the server also has to have XStorage installed.
As of v1.1.3, XStorage can be stopped from opening nearby chests, if the chest being opened is marked with the XStorage "SkipMark". This allows other mods, such as Seidr Chest, to function as intended.
To do this, set the XStorage_SkipMark to true in the Container's ZDO, like so:
container.m_nview.GetZDO().Set("XStorage_SkipMark", true);
If you need assistance with this, reach out to me on XStorage's GitHub page.
There are a few things that, at this stage, XStorage does not do well, or at all:
XStorage looks best when playing at a 16:9 ratio with a UI scaling of 95% or smaller.
XStorage is a BepInEx plugin. As such, you must have BepInEx installed. Most other Valheim mods are also BepInEx plugins, so chances are you already have this.
XStorage makes use of the Jotunn library, so you must install that before installing XStorage. If you do not install Jotunn, XStorage will simply not be loaded by your game and it will not work.
I very strongly recommend using a mod manager such as Vortex or r2modman. They will take care of everything for you and you don't have to worry about which files go where. I recommend against manual installation.
To install XStorage on a dedicated server, copy all of the contents of the plugins\ directory found inside the .zip file download to the Valheim\BepInEx\plugins\ directory on your server.
To report a bug, please navigate to the Issues page, click New issue, choose Bug report, and fill out the template.
For feature requests, choose Feature request on the New issue page.
Please have a look at my other mod too! XPortal lets you select a portal destination from a list of existing portals, so that you don't have to match portal tags anymore.