Setting max pool size (max mesages)
Pool size basically stands for the maximal amount of something, in that case - chat messages. It can be crucial and benefit players to save some GPU rendering.
Headover to the /shared/ui_cfg/config_chat.lua
and set in that file maximal amount of messages that can appear in chat by setting:
Config.Chat.MaxPoolSize = MY_AMOUNT
Last updated