Update seven-days-to-die.kvp
Adjusted the AppReadyRegex to find the RCON connected message.
This commit is contained in:
parent
da07044e13
commit
d7464540d8
@ -63,7 +63,7 @@ App.TemplateMatchRegex={{(\$?[\w]+)}}
|
|||||||
Console.FilterMatchRegex=
|
Console.FilterMatchRegex=
|
||||||
Console.FilterMatchReplacement=
|
Console.FilterMatchReplacement=
|
||||||
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
||||||
Console.AppReadyRegex=^.*INF StartGame done$
|
Console.AppReadyRegex=^Logon successful.$
|
||||||
Console.UserJoinRegex=^.*INF PlayerSpawnedInWorld \(reason: JoinMultiplayer.*OwnerID='(?<userid>-?.*)'.*PlayerName='(?<username>.+?)'.*$|^.*INF PlayerSpawnedInWorld \(reason: EnterMultiplayer.*OwnerID='(?<userid>-?.*)'.*PlayerName='(?<username>.+?)'.*$
|
Console.UserJoinRegex=^.*INF PlayerSpawnedInWorld \(reason: JoinMultiplayer.*OwnerID='(?<userid>-?.*)'.*PlayerName='(?<username>.+?)'.*$|^.*INF PlayerSpawnedInWorld \(reason: EnterMultiplayer.*OwnerID='(?<userid>-?.*)'.*PlayerName='(?<username>.+?)'.*$
|
||||||
Console.UserLeaveRegex=^.*INF Player (?<username>.+?) disconnected after.*$
|
Console.UserLeaveRegex=^.*INF Player (?<username>.+?) disconnected after.*$
|
||||||
Console.UserChatRegex=^.*INF Chat \(from '(?<userid>-?.*)', entity id '.*', to '.*'\): .*'(?<username>.+?)': (?<message>.+)$
|
Console.UserChatRegex=^.*INF Chat \(from '(?<userid>-?.*)', entity id '.*', to '.*'\): .*'(?<username>.+?)': (?<message>.+)$
|
||||||
|
Loading…
Reference in New Issue
Block a user