
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.
CHANGELOG
V0.2.5
- update for Zen.ModLib v1.1.0
v0.2.4
- fixed for compatibility with jewelcrafting and epic loot graphics.
v0.2.3
- recompile for compatibility with internal changes to Zen.ModLib
v0.2.2
- fixed config sync
v0.2.1
- removed BepInEx from dependency, Zen.ModLib handles it.
v0.2.0
- use Zen.ModLib
v0.1.14
- improved error message when handling missing items from mods that were removed. Explain to the user why there is an error. (run world_clean to purge old items from removed mods)
v0.1.13
- update logging and configs subsystem
v0.1.12
- Add hovertext for beehives to display their status: happy, sleeping, etc.
v0.1.11
- UPDATE FOR VALHEIM v0.220.3
v0.1.10
- set container max icons to 0 if all icons are disabled. fixes the display text to be correct when no icons are shown.
v0.1.9
- add config option to set the number of icons on containers.
v0.1.8
- no code changes.
- update readme with instructions for mod devs to display hover icons for their custom objects.
v0.1.7
- minor fix: turn off an error log that was left on by accident in the last build.
v0.1.6
- add config option to add item description to hovertext for items on the ground or on stands. (on by default)
- tweak container hovertext to show the delta of extra items in the containers beyond the 5 on the hover icons. Example: Instead of "7 Items" it would now say "+2 More items..." since the hover icons show the first 5.
- no longer can be used in peer to peer games, connect to a vanilla dedicated server if you want mixed clients to be able to use it.
v0.1.5
relaxed server checks so that it can be run as host in peer to peer games without a dedicated server.
v0.1.4
- fixed typo.
v0.1.3
- Update README, no code changes.
v0.1.2
- initial release