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:
@@ -30,8 +30,8 @@ App.UniversalSleepSteamQueryPort=2
|
|||||||
App.WakeupMode=Any
|
App.WakeupMode=Any
|
||||||
Console.ThrowawayMessageRegex=^((WARNING|ERROR): Shader.+)|((Filename:.*))$
|
Console.ThrowawayMessageRegex=^((WARNING|ERROR): Shader.+)|((Filename:.*))$
|
||||||
Console.AppReadyRegex=^.*Press Enter to chat.*$
|
Console.AppReadyRegex=^.*Press Enter to chat.*$
|
||||||
Console.UserJoinRegex=^.*GameNetworkManager.AddPlayerInternal.*$
|
Console.UserJoinRegex=^.*SteamworksServerManager.OnAuthChange.*$
|
||||||
Console.UserLeaveRegex=^.*(.*Log: connection .* has been disconnected by timeout.*).*|.*(.*Kicking client on connection.*).*$
|
Console.UserLeaveRegex=^.*Log: connection .* has been disconnected by timeout.*
|
||||||
Console.UserChatRegex=^.*\[\d\d:\d\d:\d\d\] \[CHAT\] <(?<username>.+?)> (?<message>.+)$
|
Console.UserChatRegex=^.*\[\d\d:\d\d:\d\d\] \[CHAT\] <(?<username>.+?)> (?<message>.+)$
|
||||||
Meta.Author=IceOfWraith
|
Meta.Author=IceOfWraith
|
||||||
Meta.ConfigManifest=risk-of-rain-2config.json
|
Meta.ConfigManifest=risk-of-rain-2config.json
|
||||||
|
|||||||
Reference in New Issue
Block a user