DeerUwU / deerhud-tf2

screenshots:
https://imgur.com/a/Ko2z8sl
2 stars 5 forks source link

improved & rewritten resolution overrides + gitfiles #8

Open tekunotri opened 5 months ago

tekunotri commented 5 months ago

this mostly improves the resolution overrides so you don't have to copy a resource folder from hud customizations, files will now #base upon the selected resolution override if available and use the x/ypos from those, while taking everything else from the original file afterwards. (filename_base.res)

implementation was inspired by how hypnotize hud does it: https://github.com/Hypnootize/hypnotizehud/tree/master/customizations/resolutions https://github.com/Hypnootize/hypnotizehud/blob/master/resource/ui/charinfoloadoutsubpanel.res

i also went and added 5:4 and 16:10 support and loadout improvements to 4:3 and 5:4 by decreasing class_xdelta so the scout doesen't appear next to the background, along with shrinking the spacing for the icons below the classes for said resolutions

as for gitfiles, .gitattributes to change the repo's language from ReScript to Valve Data Format and to not export both .gitfiles and make viewing updates on resource/chat_english.txt possible .gitignore to ignore the sound.cache file, as it isn't needed

5:4 preview (1280x1024): 5x4 16:10 preview (1680:1050): 16x10

currently in draft form as i have not finished the readme improvements. i was told it wasnt needed