Scaling chat

For now only option available to determine chat size is via config file which is set globally across the players. In order to do that, find /shared/ui_cfg/config_chat.lua and set:

Small

Config.Chat.Size = 'small'

Medium

Config.Chat.Size = 'medium'

Big

Config.Chat.Size = 'big'

Or if you'd like to allow user change you can set

Config.Chat.AllowUserChangeSize = true

Last updated