[FEEDBACK] Resize Chat HUD

Joop

Veteran XX
I didn't see a keybind to resize the chat HUD, but I might have missed it.

Please add the option to do so. It helps out a lot with reading pre-match chat and catching something that scrolled up too fast.
 
Incidentally, if you want some different custom sizes, you can add them to your user.ini without too much effort. The defaults are 4, 6 & 12, and they are found in the [Gameplay.PlayerCharacterController] section, near the bottom of the file. The ChatWindowSizeIndex is the zero based index into this array for your default (it's saved out if you cycle the sizes in the game though).

Just add a line to the ChatWindowSizes array:
Code:
[Gameplay.PlayerCharacterController]
...
ChatWindowSizeIndex=1
...
ChatWindowSizes=4
ChatWindowSizes=6
ChatWindowSizes=12
Cheers.
 
Back
Top