Skip to content

Harchytek/HudStar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HudStar

Valheim mod that allows you to reposition and scale the enemy stars on the HUD.

HudStar

Features

  • Custom Position: Move stars (X, Y) to fit your UI.
  • Scaling: Make stars larger or smaller.
  • Performance: Lightweight script that only updates when necessary.

Installation

  1. Install BepInExPack Valheim.
  2. Place HudStar.dll in your BepInEx/plugins folder.
  3. Launch the game once to generate the config file.

Configuration

Edit the config file at BepInEx/config/harchytek.hudstar.cfg to adjust offsets and scale.

Version comparison

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

About myself

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

About

Valheim mod allowing modification of enemy stars on the HUD.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages