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

Health Stamina Eitr Manager

Health, Stamina and Eitr configuration for Valheim. Set custom base values, add extra regeneration, enable infinite resources, and get a compact fixed-size HUD. Server-authoritative in multiplayer, fully local in single-player.

Date uploaded 3 days ago
Version 1.0.0
Download link Valesthor-Health_Stamina_Eitr_Manager-1.0.0.zip
Downloads 9
Dependency string Valesthor-Health_Stamina_Eitr_Manager-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
ValheimModding-Jotunn-2.29.2 icon
ValheimModding-Jotunn

Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.

Preferred version: 2.29.2

README

Health, Stamina & Eitr - Manager

Health, Stamina and Eitr Manager for Valheim

License Latest Release Valheim Requires Jotunn Thunderstore downloads

Tired of choosing between a modded save and Valheim actually feeling like Valheim? HSE Manager lets you set your own Health, Stamina, and Eitr, without touching anything else the game already does well.

Your food still matters. Your Comfort still matters. Your skills still level up the same way. HSE Manager sits quietly on top of the systems you already know, and only changes the numbers you tell it to change.

What you get

  • Set your own base Health, Stamina, and Eitr, then let food bonuses stack on top exactly like vanilla.
  • Turn on extra regeneration for any of the three, independent of food and Comfort, if you want it.
  • Go infinite on Stamina or Eitr without losing a single vanilla action, skill gain, or animation.
  • Keep your HUD bars compact, even at high values, with the fixed-width option.
  • Ask the Stamina or Eitr bar to just stay on screen, instead of fading in and out.
  • On a server, the server decides. HSE Manager keeps everyone on the same rules for as long as they are connected, and gives your own settings back the moment you disconnect.

See it in action

Base health, stamina and Eitr values combined with vanilla food bonuses
Fixed-width HUD bars staying compact at high resource values
Infinite stamina and Eitr during combat

Requirements

Installation

With a mod manager (recommended)

Install through r2modman or the Thunderstore Mod Manager. Both dependencies come along automatically.

By hand

  1. Install BepInExPack Valheim and Jötunn.
  2. Download the latest release of HSE Manager.
  3. Drop HSEManager.dll into BepInEx/plugins/.
  4. Start the game once so the configuration file gets created.

Making it yours

Everything lives in five sections, whether you are editing the .cfg file directly or using the in-game Configuration Manager:

Section What it controls
01. Health Your base health
02. Stamina Base stamina, infinite stamina
03. Eitr Base Eitr, infinite Eitr
04. Regeneration Extra Health, Stamina, and Eitr regeneration per second
05. HUD Fixed-width bars and always-show options for Stamina and Eitr

Sections 01 through 04 are gameplay: on a server, they follow the server's rules for as long as you are connected. Section 05 is yours alone, on every server, every time.

Playing with others

HSE Manager checks, through Jötunn, that everyone joining has the mod installed before letting them in, and keeps every connected client on the same gameplay settings as the server. If you run the server, your configuration file is the one that counts. Regular players connecting to it cannot override your rules while they are on your world.

Keep it going

HSE Manager stays free, but staying maintained and up to date with every Valheim update takes real time. If it earns a place in your modlist, a small donation goes a long way toward keeping it there.

The bees need you to be happy. Donate now.

Tap the banner or scan the QR – Odin approves!

Qr-code: Buy Me a Coffee.

Found a bug?

If something is not working as expected, whether it looks like a bug, a conflict with another mod, or an incompatibility with a Valheim update, please open an issue on GitHub. Include what happened, what you expected instead, and your LogOutput.log if possible.

Every report is investigated and tested. Confirmed bugs, regressions, or incompatibilities are fixed and released as soon as they are verified.

Changelog

Every change, big or small, is tracked in CHANGELOG.md.

License

Released under the MIT License.

Author

Developed and maintained by Valesthor.


Copyright (c) 2026 Valesthor. HSE Manager is an independent, fan-made modification and is not affiliated with, endorsed by, or sponsored by Iron Gate AB or Coffee Stain Publishing. Valheim is a trademark of Iron Gate AB.

CHANGELOG

Changelog

All notable changes to this project are documented in this file.

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

[1.0.1] - 2026-08-15

Fixed

  • README images and GIFs not rendering on Thunderstore: replaced relative docs/... paths with absolute raw.githubusercontent.com URLs, since the published package does not include the docs/ folder.

[1.0.0] - 2026-08-14

Added

  • Configurable base Health, Stamina, and Eitr values, fully compatible with vanilla food bonuses.
  • Optional extra regeneration for Health, Stamina, and Eitr, independent of food and Comfort.
  • Optional infinite Stamina and infinite Eitr, without disabling vanilla actions, skills, or animations.
  • Fixed-width HUD bars for Health, Stamina, and Eitr.
  • Always-show option for the Stamina and Eitr bars.
  • Server-authoritative gameplay settings in multiplayer, synced through Jötunn.
  • Enforcement of matching mod and version between server and clients through Jötunn's network compatibility check.
  • Local, per-player HUD preferences that are never synced from the server.

Verified before release

  • Single-player: all settings apply locally, with no server involved.
  • Dedicated server, as a regular player without admin rights: gameplay settings correctly follow the server, both when raised and lowered relative to the client's own configuration.
  • Dedicated server, disconnect and reconnect: local settings return immediately on disconnect and are correctly overridden again on reconnect.
  • Clients missing the mod are blocked from joining a modded server, with a clear in-game message naming the missing mod.
  • HUD settings stay local to each player in every multiplayer scenario tested, regardless of the server's own HUD configuration.
  • Vanilla food bonuses, food decay, food-based regeneration, and skill experience gain all behave as in an unmodded game.
  • No measurable performance impact: all patches piggyback on existing game update cycles, with no per-frame polling and no per-frame allocations.