Merge pull request #120 from DataBitz/patch-1

Fix risk-of-rain-2 user join/leave detection
This commit is contained in:
PhonicUK 2022-05-23 13:21:34 +01:00 committed by GitHub
commit d8c6b4f8c4
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.steamId=(?<userid>\d+),.*$
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