Vexcenot / -Middle-Mann

the best hud in tf2 (probably)
https://gamebanana.com/mods/445578
44 stars 10 forks source link

Fix killfeed and chat position for ultrawides #118

Closed TheLetterZed closed 10 months ago

TheLetterZed commented 10 months ago

The killfeed and chat are positioned relative to the edges of the screen. This means that they are positioned pretty far away compared to the normal UI on a 1920x1080 screen:

1920x1080 3440x1440 3440x1440 with 16:9 highlighted
image image image

My PR makes them positioned relative to the center of the screen so that they maintain their position towards the middle regardless of the resolution/aspect ratio:

1920x1080 3440x1440 3440x1440 with 16:9 highlighted
image image image

I made sure to update each customization that referenced these two files too.

Note that the values I picked do slightly move them in the normal 1920x1080 view. Happy to edit the c- values if you'd prefer it to stay exactly the same.