Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
OdinStorage
Updated 2 days agoOdinStorage
A central storage terminal for Valheim. Build one terminal next to your chests and access them all as a single, searchable inventory — withdraw, deposit, consolidate, see how full your storage is, and locate where any item is stored.
OdinStorage doesn't replace your chests: it virtually aggregates the contents of all valid chests in range, so the chests stay your real storage and everything persists normally.
Getting started
- Install the dependencies (see below) on the host and all clients.
- Build the Odin Terminal: Hammer → Furniture. Cost: 10 Fine Wood, 5 Bronze, 1 Surtling Core (requires a Workbench nearby).
- Place it near your chests and interact with it (E) to open the storage view.
By default it gathers all valid chests within ~20 m. World/loot chests are ignored.
The interface
- Header: number of chests, item types, total items, plus a slot fill bar and a "nearly full" hint.
- Search & filters: a search box and category filters (All / Ore·Metal / Food / Materials).
- Withdraw: per item, pull
1, aStack, orAllstraight from the pool. - Deposit: dump your inventory into the surrounding chests in one click. Equipped items and QuickStackStore favorites are left untouched; anything that doesn't fit stays in your inventory (nothing is dropped).
- Consolidate: merge identical items across chests into fewer, fuller stacks. Unique items are handled carefully — EpicLoot magic items are never wrongly merged — and a safety net aborts the operation if item counts don't match, so nothing is ever lost.
- Find: click an item's Find button and the chest(s) holding it are marked in the world with a light beam (visible from afar) and an icon at the chest (precise, even for stacked chests). The markers stay for a while after you close the terminal so you can walk to them.
Configuration
Open the in-game config (F1 with ConfigurationManager installed) to adjust, among others:
- Scan range — how far the terminal gathers chests (default ~20 m).
- Find-marker duration — how long the locate markers stay (default ~30 s), and whether they're enabled.
Multiplayer
All write operations (withdraw, deposit, consolidate) route through MultiUserChest, so they're safe in co-op — no item loss or duplication when several players use the same chests.
Important: MultiUserChest must be installed on the host and every client. If it's missing, OdinStorage won't load.
Dependencies
- BepInEx, Jötunn — required.
- MultiUserChest — required (host and all clients).
- QuickStackStore — recommended; protects your favorited items when depositing.
Troubleshooting
- The terminal isn't in the build menu / the mod didn't load. MultiUserChest is missing — it's a hard dependency. Install it (and make sure the host has it too).
- Some items don't show up. They may be outside the terminal's scan range — increase the range in the config, or move the terminal closer.
- Crafting or building doesn't pull from my chests. That's handled by AzuCraftyBoxes, not OdinStorage — OdinStorage is the management terminal.
Note
This mod was built with AI assistance. Thanks to the teams behind Jötunn, MultiUserChest and QuickStackStore.