Hello, I'm new to modding, and I have a few questions regarding the HUD:
First, I know I can intercept the RenderGameOverlayEvent and cancel it to disable a portion of the HUD. My question is: Can I change the location of the element being drawn (moving the hot bar to the bottom right corner of the screen, for example)
Second, I wish to draw a few gauges:
A circular pie chart to replace the health bar that I've canceled.
and
A horizontal gauge to display the food meter.
I have no idea where to start, so if anyone could point me in the right direction, I would greatly appreciate it.