From d7464540d82ae34d54736c400dad5bd08af5e035 Mon Sep 17 00:00:00 2001 From: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com> Date: Mon, 4 Jul 2022 11:25:00 -0500 Subject: [PATCH] Update seven-days-to-die.kvp Adjusted the AppReadyRegex to find the RCON connected message. --- seven-days-to-die.kvp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seven-days-to-die.kvp b/seven-days-to-die.kvp index fd5fd2a..368917f 100644 --- a/seven-days-to-die.kvp +++ b/seven-days-to-die.kvp @@ -63,7 +63,7 @@ App.TemplateMatchRegex={{(\$?[\w]+)}} Console.FilterMatchRegex= Console.FilterMatchReplacement= Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$ -Console.AppReadyRegex=^.*INF StartGame done$ +Console.AppReadyRegex=^Logon successful.$ Console.UserJoinRegex=^.*INF PlayerSpawnedInWorld \(reason: JoinMultiplayer.*OwnerID='(?-?.*)'.*PlayerName='(?.+?)'.*$|^.*INF PlayerSpawnedInWorld \(reason: EnterMultiplayer.*OwnerID='(?-?.*)'.*PlayerName='(?.+?)'.*$ Console.UserLeaveRegex=^.*INF Player (?.+?) disconnected after.*$ Console.UserChatRegex=^.*INF Chat \(from '(?-?.*)', entity id '.*', to '.*'\): .*'(?.+?)': (?.+)$