
1 / 1
–
Rating
0 Ratings
33
Downloads
0
Thanks
The UI renderer foundation of the Realistic Farming mod ecosystem. Master HUD is the third mod in the load order. It manages the single draw loop that renders every companion mod’s overlay, using a pull model: companions set a dirty flag instead of rebuilding HUD strings every frame, and Master HUD calls their fetch callback only when the data has actually changed. Additionally, it handles menu suspension, corner stacking, and unload cleanup for all of them. There are no settings or configurations required. Simply install it, keep it loaded, and let the companion mods utilize it.
Comments
You must be logged in to comment.
No comments yet.