Igor
Igor
The July 3, 2020 update added a new Mute Player panel which allows for sorting player names alphabetically. 
@PazerOP It doesn't, it still seems to sort them by an ID. Sorry, I didn't notice that a default sort was the desired behavior. Please disregard.
@feikname Should this stay opened? The ability to sort alphabetically has been added a while ago and while that's not the default sort, the user can do so themselves by...
For custom HUDs what you should do it edit `scripts/chapterbackgrounds.txt` to only use the background you're overwriting with your custom one. So if your custom background is replacing **background_upward** then...
Could you post a screenshot of this please?
This has been fixed in the [August 11, 2022 Update](https://www.teamfortress.com/post.php?id=141793). This was also reported with a fix in https://github.com/ValveSoftware/Source-1-Games/issues/4125.
In `Resource/UI/ItemModelPanelCollectionCosmeticItem.res` the element **paint_icon** does not respond to the set x and y coordinates set for it. The janky solution is to use an anchor element to force the...
This can be fixed by updating `resource/ui/huditemeffectmeter_killstreak.res` with the values in the below file. https://raw.githubusercontent.com/CriticalFlaw/TF2HUD.Fixes/community/resource/ui/huditemeffectmeter_killstreak.res This will move the counter out of reach of the overheal animation, MvM money counter...
The changes needed to fix the label so it's displayed in full, aligning the stock items checkbox and increasing the side of the search bar in full can be found...
The changes to add back the passive attributes and moving the buttons to the side can be found here: https://github.com/CriticalFlaw/TF2HUD.Fixes/blob/community/resource/ui/classloadoutpanel.res#L260 