[4k display] Larger chatbox & turn off name headers
agiantwhale opened this issue · 1 comments
agiantwhale commented
Hypnootize commented
Hey!
For the chat font you should be able to change that from Resource/ChatScheme.res > "ChatFont"
make sure you use the fifth definition as that's the one that should cover 4K, precisely this line:
https://github.com/Hypnootize/hypnotize-hud/blob/master/resource/chatscheme.res#L383
To turn off the teammates names on respawn you can simply navigate to Scritps/Layouts/Layout_Default.res > HudSpectatorExtras
and set both wide
and tall
to 0
, right there:
https://github.com/Hypnootize/hypnotize-hud/blob/master/scripts/layouts/layout_default.res#L1465-L1466