You are viewing a potentially older version of this package. View all versions.
T3AM-FoodHighlighter-1.0.0 icon

FoodHighlighter

Outlines the fork icon of the best food in your inventory that you haven't eaten yet. Nothing highlighted when all food slots are full.

By T3AM
Date uploaded 2 days ago
Version 1.0.0
Download link T3AM-FoodHighlighter-1.0.0.zip
Downloads 7
Dependency string T3AM-FoodHighlighter-1.0.0

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

FoodHighlighter

Never squint at your food bar again. FoodHighlighter draws a bright outline around the fork icon of the best food in your inventory that you haven't eaten yet - so at a glance you know what to eat next.

The fork icon is the little food-type marker Valheim already shows on food items (healing / stamina / mixed-eitr, colored by type). This mod just outlines the one worth eating.

How it picks

  • It looks at every food in your inventory and ranks them by total value (health + stamina + eitr).
  • It highlights the best food whose type you don't currently have active.
  • Eaten your best already? It moves the outline to the next-best you haven't eaten.
  • All 3 food slots full? Nothing is highlighted - there's nothing new to eat.

Only your own inventory is highlighted - chests and other containers are left alone.

Config

Config file: BepInEx/config/FoodHighlighter.cfg

  • Enabled (default true) - master switch.
  • OutlineColor (default FFD54A) - hex RGB(A) color of the outline.
  • OutlineThickness (default 2.5) - outline thickness in pixels.

Notes

Requires BepInEx. Purely visual and client-side - it changes nothing about the game itself, just adds an outline in your inventory UI.

CHANGELOG

Changelog

1.0.2

  • Fixed: eaten foods weren't being detected, so the outline stayed on the food you'd already eaten instead of moving to the next-best. Now, once you eat a food, its type's highlight advances to the next-best food you haven't eaten.

1.0.1

  • Now highlights the best of each food type at once: best healing, best stamina, and best mixed food you haven't eaten - all lit at the same time.
  • Foods are bucketed by the same rule the game uses to color the fork icon (healing / stamina / eitr / mixed), so the buckets match the fork colors you see.
  • Outline color is now the photo-negative of each fork's own color, so a highlight always stands out against it.
  • Thinner default outline (1.5 px).
  • Removed the OutlineColor config (color is now derived automatically).

1.0.0

  • Initial release.
  • Outlines the fork icon of the best not-yet-eaten food in your inventory.
  • Skips foods whose type is already active; highlights nothing when all 3 food slots are full.
  • Config: Enabled, OutlineColor, OutlineThickness.