Vizaruthis is as much as i know: i have to change the xpos of hp, dmg indicator, ammo, ammo reserve, and shadows. my guess (based on file names) is i need to edit HudPlayerHealth and HudAmmoWeapons.
You don't need to change all of those element positions individually, just the parent containers. In the case of health, it would be the first block in HudPlayerHealth.res. For ammo, it would be HudWeaponAmmo in hudlayout.res. Damage text is not in such a block, so you would move the value and the shadow in HudDamageAccount.res.
hanbroloHey Omp, just tried out your hud and i love it, the only reason I'm not using it ATM is that some of the fonts are cut off (i have a mac, and I'm used to it.) I was just wondering if you knew of a font editing software that i could get for free. I've tried type tool 3 demo, font forge, and font constructor and haven't had much success, but if you know of some software, I'll edit the fonts so they align properly on macs (I know how just don't have the software), and if I get it working I could upload my edited fonts so you could integrate a working health font for other mac users. thanks :)
I know what the problem is and I've fixed it to a certain extent. To explain it in detail, the fonts are placed higher vertically than they should be. As a result, they were getting cut-off because the containers were not large enough to account for this misalignment.
I recently made these containers larger for all the important elements, so they should no longer be clipped on Mac systems. However, the misalignment issue is still present, so the text will be placed slightly higher vertically than where it is intended to be.
That said, if the misalignment bugs you enough for you to make a modified font (where each glyph is moved down some amount), I will include it for other Mac users.
Unless such a font is created, you'll probably still get clipping in some HUD elements, such as the scoreboard. I will not be fixing this for reasons I'm too tired to explain right now.