You are viewing a potentially older version of this package. View all versions.
Terramizer-EquipmentSheet-0.8.1 icon

EquipmentSheet

Adds a persistent nine-slot equipment and food panel beside the Valheim inventory, with weight, tooltips, durability, and death-drop support.

Date uploaded a day ago
Version 0.8.1
Download link Terramizer-EquipmentSheet-0.8.1.zip
Downloads 68
Dependency string Terramizer-EquipmentSheet-0.8.1

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 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.2333

README

EquipmentSheet

EquipmentSheet is a client-side Valheim mod that adds a dedicated equipment and food panel beside the vanilla player inventory. It gives important gear a consistent home without hiding its weight or bypassing Valheim's normal equip and death-drop behavior.

Features

  • Six dedicated equipment slots: Helm, Chest, Legs, Trinket, Back, and Belt.
  • Three persistent food slots for food and drink consumables.
  • Uses Valheim's real equipped-item state so armor values and character visuals work normally.
  • Includes sheet contents in carry weight.
  • Shows vanilla item tooltips and durability bars.
  • Moves sheet items into the normal tombstone flow before death drops are created.
  • Keeps equipment separate per character and clears stale data when switching characters.
  • Supports drag-and-drop, left-click pickup, food-stack refills, and right-click food use.

Installation

Install with a Thunderstore mod manager, or copy EquipmentSheet.dll into:

<Valheim>/BepInEx/plugins/EquipmentSheet/EquipmentSheet.dll

This is a client-side mod. Install it for each player who wants the extra panel.

Configuration

After the first launch, BepInEx creates:

BepInEx/config/r4v9n1.equipmentsheet.cfg

You can enable or disable the panel and adjust its horizontal gap and extra right offset for other UI mods or different UI scales.

Compatibility note

Equipment and food in the panel live in EquipmentSheet's own per-character saved inventory. The mod intentionally does not use hidden extra rows in the vanilla player inventory.

Created and maintained by R4V9N1.

CHANGELOG

Changelog

0.9.1

  • Fixes manually removing gear from the sheet after automatic equipment routing was added.
  • Dragging gear from a sheet slot into the bag now leaves it in the bag and unequipped instead of routing it straight back to the sheet.
  • Right-clicking an occupied equipment slot now unequips the item and returns it directly to the bag when a slot is available.
  • Keeps the 0.9.0 upgrade-list, in-slot upgrade, and automatic gear-replacement behavior.

0.9.0

  • Equipped sheet gear now appears in crafting-station Upgrade lists and can be upgraded without moving it into the bag first.
  • A successful upgrade returns the higher-quality replacement to the same equipment slot and equips it automatically.
  • Equipping supported gear from the bag now moves it into its matching sheet slot automatically.
  • Replacing equipped gear swaps the previous sheet item into the bag cell vacated by the newly equipped item, so the operation also works with a full bag.
  • Failed upgrade creation rolls the original sheet item back into its slot.

Updating from 0.8.1 or 0.9.0

  • Close Valheim completely before replacing the old DLL or updating the package.
  • You do not need to remove gear from the equipment sheet before updating. Version 0.9.1 uses the same saved equipment data and slot layout.
  • Keep BepInEx/config/r4v9n1.equipmentsheet.cfg. Deleting it only resets the panel-position settings to their defaults; it does not remove or reset saved sheet gear.
  • Move all sheet gear back into the normal bag only if you intend to uninstall EquipmentSheet entirely.
  • A character backup before updating mods is always a sensible precaution, but it is not required for this update.

0.8.1

  • Fixes food-slot removal: left-click picks up the stack and right-click consumes one item through Valheim's normal item-use path.
  • Packages EquipmentSheet for Thunderstore under the R4V9N1 creator identity.
  • Uses the r4v9n1.equipmentsheet.cfg BepInEx config filename.