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.
You are viewing a potentially older version of this package.
View all versions.
ChestHelper
Item search bar with live 3D chest locator and one-click container sorting. Client-side, configurable.
By awuushy
| Date uploaded | 2 weeks ago |
| Version | 1.0.2 |
| Download link | awuushy-ChestHelper-1.0.2.zip |
| Downloads | 98 |
| Dependency string | awuushy-ChestHelper-1.0.2 |
This mod requires the following mods to function
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.2350README
ChestHelper
Client-side mod for Valheim that adds a live 3D chest locator, an item search bar, and one-click container sorting.
Features
Item Search Bar
- Adds a search input field directly above the player inventory window.
- Typing any item or material name (supports English and Russian) highlights all matching chests around your base and dims non-matching items in your inventory.
- Character movement (WASD, sprinting, jumping) and hotbar slots are paused while typing to prevent accidental inputs. Pressing Enter restores full movement while keeping the found chests highlighted.
- Clear the search at any time by pressing Escape or clicking the clear button.
Chest Locator (Hover Highlight)
- Hovering your cursor over any item in your inventory highlights all nearby chests containing that item.
- Found chests are marked with a rotating golden beacon and a subtle glow.
- Includes a soft line-of-sight check (
MaxWallObstacles = 1) so chests behind a door, beam, or partition are still visible, while chests buried deep behind multiple solid walls are filtered out. - Default search radius is 25 meters (configurable).
Container Sorting
- Adds a "Sort" button directly below the vanilla "Take All" and "Stack All" buttons in the chest UI.
- Merges incomplete stacks automatically.
- Groups items by category: Weapons & Tools -> Armor & Ammo -> Food & Potions -> Crafting Materials -> Trophies -> Misc.
- Secondary sorting orders items alphabetically by localized name, quality tier, and durability.
- Safe to use: does nothing while an item is actively being dragged.
Configuration
A config file is generated on first launch at:
Valheim/BepInEx/config/com.awuushy.chesthelper.cfg
| Section | Key | Default | Description |
|---|---|---|---|
| Highlight | HighlightRadius | 25.0 | Search radius in meters (5 to 60) |
| Highlight | CheckLineOfSight | true | Filter out chests blocked by multiple walls |
| Highlight | MaxWallObstacles | 1 | Number of wall/beam obstacles tolerated |
| Highlight | HighlightColor | #FFE600 | Color of the beacon and chest glow |
| Highlight | EnableChestBeacon | true | Show 3D beacon above matching containers |
| Highlight | EnableChestLight | true | Spawn point light above matching containers |
| Highlight | ChestSurfaceGlow | 0.55 | Surface glow intensity on the chest model |
| Features | EnableSearchBar | true | Show search bar above player inventory |
| Sorting | SortButtonText | Auto | Button text ('Auto' follows game language) |
Compatibility
- Multiplayer: 100% client-side. Works on dedicated servers and vanilla multiplayer without needing the server or other players to install the mod.
- Quick Stack Mods: Compatible with mods like TidyChests or QuickStackStore.
- Save Safe: Does not add custom items, prefabs, or world data. Safe to install or remove on existing worlds at any time.
Installation
Via Mod Manager (Recommended)
Install through r2modman or Thunderstore Mod Manager.
Manual Installation
- Install BepInExPack Valheim.
- Download this package and extract
ChestHelper.dllinto yourValheim/BepInEx/plugins/directory. - Launch the game.
CHANGELOG
Changelog
2.0.2
- Smooth Highlight Transitions:
- Chest highlights, shroud, and wisp now fade in and out with a smooth 120ms transition instead of popping instantly.
2.0.0
- Visual Redesign:
- Replaced the bright box highlight with an atmospheric misty shroud that conforms to the chest's shape.
- Replaced the floating crystal with a glowing Nordic wisp and orbiting embers.
- Highlighting now moves smoothly with ships and carts instead of detaching in the air.
- Improved Line of Sight:
- Chests on shelves or behind beams, doorframes, and partitions now stay properly highlighted.
- Multiplayer & Safety Fixes:
- Dragging items into an occupied chest no longer forcibly closes the other player's inventory.
- Added real-time warnings when hovering over chests, carts, or ships currently in use by others.
- Item deposits are now fully protected against item loss.
- Search Bar Fixes:
- Pressing 'E' or movement keys while typing in the search bar no longer closes your inventory or moves your character.
- Performance:
- Significant FPS optimizations for large bases with hundreds of containers.
1.2.0
- 3D Mirage Chest Preview:
- View storage contents in the 3D world without opening the container.
- Atmospheric semi-transparent smoky mist with soft organic animated edges.
- Displays item icons, stack counts, and star quality levels.
- Dynamically projects onto the closest vertical chest face with soft camera billboarding.
- Ward/key access protection and ethereal empty storage state.
- Toggle on/off with
Hkey (configurable to Hold or Always on).
- Multiplayer Drag & Drop Fixes:
- Prevented item loss by blocking deposit when a chest is in use by another player.
- Added network ZDO ownership claim and instant peer synchronization on deposit.
- Fixed font initialization error in deposit prompt.
- Search Bar Input Fix:
- Prevented 'E' (Use) and 'Tab' (Inventory) keys from closing inventory while typing in the search box.
1.1.0
- Added direct 3D drag-and-drop item deposit into chests without opening container UI.
- Added drag perspective scale animation (icon shrinks to 0.72x over nearby chests).
- Added contextual deposit prompt and floating feedback above chests (+X ItemName).
- Added full chest protection (keeps item held under cursor with warning text).
1.0.2
- Removed external repository link.
1.0.1
- Updated documentation and package description.
1.0.0
- Initial release.
- Item search bar above player inventory with live filtering and item dimming.
- Movement and hotbar input blocking while actively typing in search bar (Enter unlocks movement).
- 3D chest locator with beacon and glow on item hover.
- Line-of-sight obstacle filter (configurable wall tolerance).
- Container sort button with stack merging and category ordering.
- English and Russian localization.