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
|
||||
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
|
||||
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user