Valheim mod that allows you to reposition and scale the enemy stars on the HUD.
- Custom Position: Move stars (X, Y) to fit your UI.
- Scaling: Make stars larger or smaller.
- Performance: Lightweight script that only updates when necessary.
- Install BepInExPack Valheim.
- Place
HudStar.dllin yourBepInEx/pluginsfolder. - Launch the game once to generate the config file.
Edit the config file at BepInEx/config/harchytek.hudstar.cfg to adjust offsets and scale.
Version 2.0.0 is much more stable and performs better. It uses Harmony to intervene only when necessary, whereas version 1.0.0 constantly scanned the game.
| Version | v1.0.0 (Scan) | v2.0.0 (Harmony) |
|---|---|---|
| CPU Impact | Medium (Regular hierarchy scans) | Very Low (Event-based) |
| RAM Usage | Temporary object creation | Static & Optimized |
| Compatibility | Potential conflicts | Native (Isolated group) |
| Reliability | May miss stars depending on timing | Captures 100% via m_gui |
This is my first mod for Valheim, maybe I did something wrong.
So if you have any advice, I'm open to suggestions. Ping me on the Valheim modding Discord.
Discord: Harchytek#5056
