Hey,
My combat text is off. I have a 5040*1050 setup, and the combat text always appears one screen to the right of where it needs to be.
The file for that part of the hud is as follows:
"Resource/UI/HudDamageAccount.res"
{
"CDamageAccountPanel"
{
"fieldName" "CDamageAccountPanel"
"text_x" ""
"text_y" "0"
"delta_item_end_y" "0"
"PositiveColor" "0 255 0 255"
"NegativeColor" "0 255 0 255"
"delta_lifetime" "2.0"
"delta_item_font" "HudFontMedium"
"delta_item_font_big" "HudFontBiG"
}
}
What do I edit to fix it?
I had this same problem. The file you listed isn't at fault, though.
The culprit is the CDamageAccountPanel entry in hudlayout.res. Change the value xpos to 0 and that should fix it.
Delphium, you might want to add CDamageAccountPanel to the list of exceptions for your automated script.

