Igor
Igor
It's apparently a base game bug. Will have to wait for valve to fix (https://github.com/ValveSoftware/Source-1-Games/issues/5071)
Closing since this is a game bug that cannot be fixed in the HUD
This isn't a system-level issue. The itempanel property in the HUD files defines the item picture's size and position. Because those values are shared between skinned and non-skinned items -...
> @CriticalFlaw Is the fix for this issue present in your community HUD fixes on the Steam Workshop? Yes it is
This can be fixed by changing following values for `itempanel`: - model_ypos = 20 - model_wide = 80 - model_tall = 50  `itempanel` can be found in a few...
Which hud did you change it on?
> I've copied these changes to my (mostly Vanilla) HUD and am still running into this issue at 3840 x 2160 res Try increasing those values by little until it...
Linux tends to render fonts larger than they are supposed to so it's likely because of that because I use a similar resolution. Will try adding tags to see if...
Can you try copying the following into your `flawhud/resource/scheme/clientscheme_icons.res` file and let me know if that helps ``` Scheme { Fonts { "LargeIcons" { "1" { "name" "TF2Icons" "tall" "50"...
Oops forgot the font declarations because I took the file from the dev branch. Try this instead ``` Scheme { Fonts { "LargeIcons" { "1" { "name" "TF2Icons" "tall" "50"...