Ok for you guys that want boxes around health bars. I cobbled this together. It's a little Edit that you must make to a file.
Find File:
Fallout3/Data/Menus/Prefabs/hudtemplates.xml
Go down to where the '<template name="template_left_bracket">' Section is.
Now select that whole Template Left Bracket section which is approximately 11 lines, then paste this over it:
Code:
<template name="template_left_bracket">
<image name="left_bracket">
<depth>-1</depth>
<width>220</width>
<height>10</height>
<x>10</x>
<y>50</y>
<filename>interface\HUD\glow_hud_right_seperatorglow.dds</filename>
<texatlas> Interface\InterfaceShared.tai </texatlas>
</image>
</template>
It won't give you a Box, but it will give you a bar that you can use to see how much health you have left.
If you also want the same for action points, then play around with the template Right Bracket section.
Edit/
Oh and on the font sizes. Like I said I included several unused font sizes with the mod. Get the Readme, look at the font sections. See the Fallout12 and Fallout10 fonts?
All the 'Fallout' named fonts are ones that I placed in the mod. They are Fallout8, Fallout10, Fallout12 and Fallout14.
You can just replace the number 10 with the number 14 for example. Simple.
Just so you know, If you decide to change all the fonts then this will happen much more often :
.....to get it working I normally had to start the game twice.
The more fonts that get changed the worse it seems to get.
@ Nirok... Yeah its pretty shit eh? No I don't know how to fix it, it's the one really bad thing about changing the fonts. I'm sorry you were unlucky enough to have to go through that ( 10 restarts ) I've had it happen to me too. But
normally it works first go for me.
It shouldn't get worse though. It's just the total randomness of how it happens.