You are viewing a potentially older version of this package. View all versions.
isimp-Hoard-0.2.0 icon

Hoard

Seal a single chest so container automation mods leave it alone.

Date uploaded 3 days ago
Version 0.2.0
Download link isimp-Hoard-0.2.0.zip
Downloads 29
Dependency string isimp-Hoard-0.2.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2350 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2350

README

Hoard

Seal a chest so that container automation mods leave it alone.

Mods that store items into nearby chests, craft from them or feed tames from them usually treat every chest you own the same way. Their own settings can at most exclude a whole chest type. Hoard lets you take one particular chest out of their reach.

A sealed chest in Hoard

AI notice

Most of Hoard was written by Claude Code (Anthropic), which did the heavy lifting on implementation and design. Heads-up so you can judge for yourself.

Using it

Look at a chest and press K to seal it, and press K again to unseal it. The chest's hover text shows whether it is sealed. The seal is stored on the chest itself, so it lasts across saves and is the same for every player. Inside a ward only players permitted on that ward can change it, and a personal chest can only be sealed by the player who built it.

Sealed chests carry a faint violet tint and a small shimmer above them, so they stand out without hovering. Both can be switched off in the settings.

Hoard finds supported mods on its own and does nothing if none are installed. Type /hoard in chat to see what it found. If a supported mod is updated in a way Hoard no longer recognises, Hoard tells you when you spawn, because that mod ignores seals until Hoard supports it again.

Tested with AzuAutoStore, AzuCraftyBoxes, GrabMaterials and PetPantry.

SeidrChest

SeidrChest keeps its bound chest loaded at its real position, so while you are at base the automation mods treat it as an ordinary nearby chest. Turn on AutoSealSeidrChest and Hoard seals the currently bound chest automatically. The seal lifts again when the chest is unbound. The setting is off by default.

Multiplayer

Hoard has to be installed on the server and by every player, and the server refuses players without it. Automation mods run on each player's own machine, so a single player without Hoard could still empty a sealed chest. The server's settings apply to everyone, while your key and hover text options stay your own.

Settings

All settings are in BepInEx/config/isimp.Hoard.cfg, each with a description. Every supported mod Hoard finds gets its own switch there.

More

Technical notes and build instructions are on GitHub at https://github.com/isimp/Hoard

CHANGELOG

Changelog

0.2.1

Sealing a chest now plays the shield generator's start-up sound, and unsealing it the shut-down sound. Players nearby hear it as well.

0.2.0

Sealed chests now stand out without hovering: they carry a faint, steady violet tint and a small shimmer above them. Both are on by default and can be switched off separately with ShowSealGlow and ShowSealEffect, and the tint's colour and strength are adjustable.

Hoard now warns when a mod it used to support is still installed but no longer recognised, which usually follows an update of that mod. The warning appears in the log, as a message when you spawn and in the /hoard list, since seals are not honoured by that mod until Hoard supports it again.

0.1.0

First release.