Update risk-of-rain-2.kvp

Updated regex for current log entries.
e.g. 
User Join is
SteamworksServerManager.OnAuthChange(steamId=11111197969451111, ownerId=11111197969451111, status=OK)
User Leave is
Log: connection {1} has been disconnected by timeout; address {::ffff:192.168.1.111:54586} time {126493}, last rec time {124158} rtt {13} timeout {2000}
Attempt to send to not connected connection {1}
This commit is contained in:
DataBitz 2022-05-20 00:06:12 +12:00 committed by GitHub
parent 71a2907494
commit 63dd70e3c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,8 +30,8 @@ App.UniversalSleepSteamQueryPort=2
App.WakeupMode=Any
Console.ThrowawayMessageRegex=^((WARNING|ERROR): Shader.+)|((Filename:.*))$
Console.AppReadyRegex=^.*Press Enter to chat.*$
Console.UserJoinRegex=^.*GameNetworkManager.AddPlayerInternal.*$
Console.UserLeaveRegex=^.*(.*Log: connection .* has been disconnected by timeout.*).*|.*(.*Kicking client on connection.*).*$
Console.UserJoinRegex=^.*SteamworksServerManager.OnAuthChange.*$
Console.UserLeaveRegex=^.*Log: connection .* has been disconnected by timeout.*
Console.UserChatRegex=^.*\[\d\d:\d\d:\d\d\] \[CHAT\] <(?<username>.+?)> (?<message>.+)$
Meta.Author=IceOfWraith
Meta.ConfigManifest=risk-of-rain-2config.json
@ -42,4 +42,4 @@ Meta.DisplayImageSource=steam:632360
Meta.DisplayName=Risk of Rain 2
Meta.EndpointURIFormat=steam://connect/{ip}/{GenericModule.App.ApplicationPort2}
Meta.OS=3
Meta.URL=https://store.steampowered.com/app/632360/Risk_of_Rain_2/
Meta.URL=https://store.steampowered.com/app/632360/Risk_of_Rain_2/