I am using flawhud with custom fonts I added in and often text would be cut off but the worst contender would be the health and ammo doing this when theres more than three digits how to fix?
How to fix health and ammo being cut off by dots?
posted in
Customization
I am using flawhud with custom fonts I added in and often text would be cut off but the worst contender would be the health and ammo doing this when theres more than three digits how to fix?
[img]https://imgur.com/a/CSK4Lot[/img]
[img]https://imgur.com/a/CSK4Lot[/img]
without downloading the HUD im assuming it's this block in scripts/hudlayout.res
"CHealthAccountPanel"
{
"fieldName" "CHealthAccountPanel"
"xpos" "c-195"
"ypos" "c44"
"wide" "100" <- increase this value
"tall" "180"
"visible" "1"
"enabled" "1"
"PaintBackgroundType" "2"
}
just make the wide/tall value bigger until it works for you
without downloading the HUD im assuming it's this block in scripts/hudlayout.res
"CHealthAccountPanel"
{
"fieldName" "CHealthAccountPanel"
"xpos" "c-195"
"ypos" "c44"
"wide" "100" <- increase this value
"tall" "180"
"visible" "1"
"enabled" "1"
"PaintBackgroundType" "2"
}
just make the wide/tall value bigger until it works for you
"CHealthAccountPanel"
{
"fieldName" "CHealthAccountPanel"
"xpos" "c-195"
"ypos" "c44"
"wide" "100" <- increase this value
"tall" "180"
"visible" "1"
"enabled" "1"
"PaintBackgroundType" "2"
}
just make the wide/tall value bigger until it works for you
Please
sign in through STEAM
to post a comment.