patchwerkTwo Questions: How do i add text (in my case the title of my hud) to the main menu, and two: how do i edit the loadouts page?
A bit late on this one, but you can just create a CExLabel, you're free to just create new HUD elements as long as you do it properly. The text in my HUD is a label i made from scratch:
"MyCustomText"
{
"ControlName" "CExLabel"
"fieldName" "MyCustomText"
"labelText" "YOUR TEXT HERE"
//font, xpos, ypos, wide, tall, color, alignment, etc...
}
As for the loadout, I believe that is handled in charinfopanel.res and charinfoarmorysubpanel.res
juniorScoutman-snip-still no luck with the bar's fgColor tho
I had mentioned this before, but in short make an ImagePanel with no image and a FillColor on top of the bar (and under the text if you want) to "tint" the white bar and create a pseudo colored bar. Just be careful of when the bar turns red from full banner/phlog/etc