You are viewing a potentially older version of this package. View all versions.
ZenDragon-ZenHoverItem-0.1.4 icon

ZenHoverItem

Show hover icons on the cursor. Quickly identify things via the inventory item icon. The human brain recognizes images much faster than it recognizes text.

Date uploaded a week ago
Version 0.1.4
Download link ZenDragon-ZenHoverItem-0.1.4.zip
Downloads 372
Dependency string ZenDragon-ZenHoverItem-0.1.4

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202
ValheimModding-Jotunn-2.23.2 icon
ValheimModding-Jotunn

Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.

Preferred version: 2.23.2

README

ZenHoverItem

Show item icons on the cursor because the human brain recognizes images much faster than it recognizes words. Quickly identify things via the inventory item icon.

NOTE: Fireplaces and torches show remaining fuel as number of days left, not hours minutes and seconds because the game uses days as a unit of time, not clocks. However, this requires the day length to be 2000 seconds instead of 1800 for accurate round number measurements. Install the ZenWorldSettings mod to set the day length to 2000 seconds.

  • Containers
  • Smelters
  • Dropped Items & Pickables
  • Armor and Item Stands
  • Beehives
  • Fermenters
  • Sap Collectors
  • Ovens
  • Cooking Stations
  • Fireplaces
  • Etc.

Containers (With Item Counts)

Screenshot Containers

Fuel Remaining In Days

Screenshot Fuel Remaining

Smelters Queue

Screenshot Smelters

Dropped Items (and Pickables)

Screenshot Item Drop

Beehive Honey

Screenshot Beehive

Armor Stands

Screenshot Armor Stand

Item Stands

Screenshot Item Stand

Fermenters

Screenshot Fermenter

Extend Functionality with Additional ZenMods

  • ZenTargeting: Target lock is awesome! :)
  • ZenCombat: Dedicated dodge button.
  • ZenRedecorate: Move chests around without destroying them.
  • ZenSign: Assign items to signs to show the amount in nearby chests.
  • ZenItemStand: Item Stands and Armor Stands behave like containers. Quickly swap your gear.
  • ZenBeehive: Make beehives behave like containers.
  • ZenRecycle: Obliterators return a randomly selected ingredients from the items.

Check out the whole collection of ZenMods. Lots of good stuff!

Sample Config File

## Settings file was created by plugin ZenHoverItem v0.1.1
## Plugin GUID: ZenDragon.ZenHoverItem

[Armor Stand]

## [Admin] Display the hover icons for armor stands
# Setting type: Boolean
# Default value: false
Show Hover Icons = false

## [Admin] Display the hover text for armor stands
# Setting type: Boolean
# Default value: true
Show Hover Text = true

[General]

## [Admin] Display hover icons on the crosshair for important pieces such as containers? (Global)
# Setting type: Boolean
# Default value: true
Show Hover Icons = true

## [Admin] Should the hover icon for fuelable things such as fireplaces, torches, and smelters be shown?
## Typically hover icons are for things you can consume or pickup.
# Setting type: Boolean
# Default value: false
Show Hover Icon For Fuel = false


Like My Mods? Donations Welcome

Bitcoin: bc1q34lrc82dp73jhv9ylefz0gvmeqfn96e938p4pf

Donation QR

CHANGELOG

Changelog

  • v0.1.2 - initial release
  • v0.1.3 - Update README, no code changes.
  • v0.1.4 - fixed typo.