Game mode: Online private
Type of issue: Feature request
Server type: All
Region: EU
Administrators of our servers are reading in-game chat with our outside service.
Chat messages are performed by log parser of ConanSandbox.log file realtime but the problem is: we cannon determine which chat was it - Global, Local or Clan. every chat type has same annotation in log file:
[2021.01.19-16.15.15:652][263]ChatWindow: Character Ramer said: blablabla
So i think that it’s very easy and helpful to determine chat type in logs like this:
[2021.01.19-16.15.15:652][263]GlobalChatWindow: Character Ramer said: blablabla
[2021.01.19-16.15.15:652][263]LocalChatWindow: Character Ramer said: blablabla
[2021.01.19-16.15.15:652][263]ClanChatWindow: Character Ramer said: blablabla
Thank you for understanding…
PS. Another my question about RCON KickPlayer / BanPlayer is still relevant.