You are viewing a potentially older version of this package. View all versions.
nbusseneau-Colored_Food_UI-0.1.0 icon

Colored Food UI

Colors food UI backgrounds based on their dominant stat. Client-side, no configuration.

Date uploaded 5 months ago
Version 0.1.0
Download link nbusseneau-Colored_Food_UI-0.1.0.zip
Downloads 274
Dependency string nbusseneau-Colored_Food_UI-0.1.0

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

README

Colored Food UI

Very simple Valheim mod that colors food UI backgrounds based on their dominant stat. Client-side, no configuration.

But why?

Colored Food UI helps you visualize your diet mix at a glance so you can easily know what's running out soon or what's missing based on recognizable colored backgrounds. It uses the exact same colors as the ones used by Valheim for the fork symbol displayed on food icons in the inventory:

  • Red: health-dominant
  • Yellow: stamina-dominant
  • Blue: eitr-dominant
  • White: mixed

Compatibility with other mods

Colored Food UI recolors the vanilla food UI backgrounds and will conflict with any UI mod that touches them. It should work transparently with everything else, including mods that add new food items. Feel free to report any issue you find.

Install

This is a client-side mod. It does not need to be installed on the server.

Thunderstore (recommended)

  • [Prerequisite] Install r2modman.
  • Click Install with Mod Manager from the mod page.

Manually (not recommended)

  • [Prerequisites]
  • Download nbusseneau-Colored_Food_UI-0.1.0.zip.
  • Extract the archive and move everything to your BepInEx/plugins/ directory. It should look like this:
    BepInEx/
    └── plugins/
        └── nbusseneau-Colored_Food_UI/
            ├── CHANGELOG.md
            ├── icon.png
            ├── manifest.json
            ├── plugins/
            └── README.md
    

Special thanks

Colored Food UI is a reimplementation of a mod initially created by warpalicious. Check out their POI content mods, you won't regret it 👍

CHANGELOG

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.2.0 - 2024-10-31

Changed

  • Support for 0.219.13 (The Bog Witch).

0.1.1 - 2024-06-24

Added

  • Add video showcase to README.

Changed

  • Improve README, notably clarifications around compatibility.

0.1.0 - 2024-06-22

Fixed

  • Minor fixes to README and mod icon.

0.0.1 - 2024-06-21

  • Initial version.