From f7d7e2fa312a364132483a0365791f6ed655859c Mon Sep 17 00:00:00 2001 From: James Manker Date: Tue, 7 Jun 2022 12:23:52 -0500 Subject: [PATCH] Adjust Project Zomboid Regex Again There is an issue with the system parsing the character for a certain locale. Simplified the regex to find anything in that section as it's useless info anyways. --- project-zomboid.kvp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project-zomboid.kvp b/project-zomboid.kvp index bcc5b0d..9754dc0 100644 --- a/project-zomboid.kvp +++ b/project-zomboid.kvp @@ -51,9 +51,9 @@ App.TemplateMatchRegex={{(\$?[\w]+)}} Console.FilterMatchRegex= Console.FilterMatchReplacement= Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$ -Console.AppReadyRegex=^LOG\s+: Network\s+, \d+> [\d,.\s]+> \*+ SERVER STARTED \*+$ -Console.UserJoinRegex=^LOG\s+: Network\s+, \d+> [\d,.\s]+> Connected new client (?.+?) ID # (?.+?) and assigned DL port (?.+?)$ -Console.UserLeaveRegex=^LOG\s+: (Network|General)\s+, \d+> [\d,.\s]+> (Disconnected player "(?.+?)" |\d+ znet: Disconnecting client #(?.+?) SteamID=)\d+$ +Console.AppReadyRegex=^LOG\s+: Network\s+, \d+>.*> \*+ SERVER STARTED \*+$ +Console.UserJoinRegex=^LOG\s+: Network\s+, \d+>.*> Connected new client (?.+?) ID # (?.+?) and assigned DL port (?.+?)$ +Console.UserLeaveRegex=^LOG\s+: (Network|General)\s+, \d+>.*> (Disconnected player "(?.+?)" |\d+ znet: Disconnecting client #(?.+?) SteamID=)\d+$ Console.UserChatRegex= Console.UpdateAvailableRegex= Console.SuppressLogAtStart=False