Merge pull request #120 from DataBitz/patch-1
Fix risk-of-rain-2 user join/leave detection
This commit is contained in:
commit
d8c6b4f8c4
@ -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.steamId=(?<userid>\d+),.*$
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user