
WorldItemDropDisplay
A client-side Valheim mod that shows floating UI markers above dropped items in the world, giving you at-a-glance info of items in range.
CHANGELOG
Version |
Update Notes |
---|---|
1.1.0 | - Remove Subtract Camera Offset and Data Interval configuration options. You will need to delete your config file and let it regenerate on next game boot! - Re-code the data interval to be more event based, increasing performance when there are a lot of item drops on the ground and eliminating the need for the configuration option. - Add a configuration option to show the localized name of the item drop above the icon (Default Off). - Default all toggle options to off for a cleaner UI to start. Toggle back on to add the information you wish to see. - Max Display Distance is now default to 10 (doubled) - World Item Offset is now 0, 0.5, 0 and not 0, 1.2, 0 to be a little closer to the item for accuracy reasons.- Fish outside of water are ignored if they are jumping, and only when not jumping from land. Fish in water are still ignored. - Add a hotkey to be able to toggle off the world item drop display (saves to character for persistence). The display is defaulted to on in order to not confuse people. Toggle off as you wish. (LeftAlt = F are default keys) - Refactor some code - Update README to reflect changes, update mod icon to show more a updated display of the mod. |
1.0.5 | - Add configuration options to disable the amount, quality, durability, and food on the item drop display even if it would normally show. Request by ZenDragon to have a cleaner UI and only show the icon. Defaulted to On for all of them. |
1.0.3/1.0.4 | - Add a configuration option to disable the background on the item drop display. (Version 1.0.4 is a README file fix) |
1.0.2 | - Previously added configuration value is now defaulted to Off. Use scaled screen points and fix the pivot, anchorMin, and anchorMax for the cloned object I'm using to make it more centered above the item on higher screen resolutions. |
1.0.1 | - Add a configuration option to subtract the Game camera's offset from the world item display position, might help it look more centered on the object. Defaulted to On |
1.0.0 | - Initial Release |