
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.Details
v0.2.13
- clamp fuel meter to 0-1 because some mods do silly things like increase the fuel without increasing the max fuel. Therefore, you end up with percentages greater than 100% for fuel remaining, which is silly.
- add an option for showing the shield generator power level meter (default: true)
- change Smelter meters to width 10 instead of 5.
- changed some config defaults.
v0.2.12
- fix: incorrect config defaults for FuelMeter, SmelterFuel should be off because it's redundant with the icon on.
v0.2.11
- cleanup config options for fuel meter and fuel icon. fixed up icons on windmill.
v0.2.10
- cleanup hover icon UI, it was drawing with a very faint gray background rect. It's been removed.
v0.2.9
- update readme to fix images not loading.
v0.2.8
- improved fuel icon info and made the config on by default.
- Add fuel meter and hover icon updates for more things.
v0.2.7
- add a fuel meter to fireplaces.
- add compatibility with Seasons for displaying correct fireplace burn time when computing days of fuel remaining if Seasons has fireplaceDrainMultiplier burn rates defined per season.
v0.2.6
- add option to automatically adjust the burn rate of fireplaces to display easily recognizable max days when full. Eliminates the need to adjust the day length via ZenWorldSettings to get accurate metrics (although you can still do that if you want)
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