Update seven-days-to-die.kvp
Adjusted the AppReadyRegex to find the RCON connected message.
This commit is contained in:
		@@ -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='(?<userid>-?.*)'.*PlayerName='(?<username>.+?)'.*$|^.*INF PlayerSpawnedInWorld \(reason: EnterMultiplayer.*OwnerID='(?<userid>-?.*)'.*PlayerName='(?<username>.+?)'.*$
 | 
			
		||||
Console.UserLeaveRegex=^.*INF Player (?<username>.+?) disconnected after.*$
 | 
			
		||||
Console.UserChatRegex=^.*INF Chat \(from '(?<userid>-?.*)', entity id '.*', to '.*'\): .*'(?<username>.+?)': (?<message>.+)$
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user