Skip to content

How to display full area name on server chat log?

swagswag Member Posts: 1
edited September 2023 in Builders - Toolset
(Not sure if this is the right forum!)

I run a PW and we have chat logging enabled (ClientChatLogging=1), but the logs output for every PC has a format like `Siegward Eyck (Cany...- Caves) [TK]: Excellent`, where the area name `Cany...- Caves` is truncated. Is there a way I can get those logs to print the full area name? Thank you!

Comments

  • MelkiorMelkior Member Posts: 204
    I don't know if there's a setting for that or not (I suspect not) but at worst you could always hook into the On Chat script and use scripting to obtain the person chatting, the area they're in, then that area's name before printing the full area name to the log.
Sign In or Register to comment.