Sons of the Forest: Update Regex (#427)
* Update Regex Update regex for app ready, user join, and user leave * Update sons-of-the-forest.kvp Minor adjustments --------- Co-authored-by: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com>
This commit is contained in:
parent
694ade5345
commit
0ef5503aaa
@ -73,9 +73,9 @@ App.TemplateMatchRegex={{(\$?[\w]+)}}
|
||||
Console.FilterMatchRegex=
|
||||
Console.FilterMatchReplacement=
|
||||
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+|Couldn't create a Convex Mesh from source mesh.*|No mesh data available for mesh.*|ALSA lib.*|\[FMOD\] Error \(ERR_INVALID_HANDLE\): An invalid object handle was used\.$
|
||||
Console.AppReadyRegex=^Game Activation Sequence step 7 : End of Sequence|\[Self-Tests\] Please restart the server.$
|
||||
Console.UserJoinRegex=^ValidateAuthTicketResponse success for (?<userid>.+?)$
|
||||
Console.UserLeaveRegex=^Unregistering client 2 with steam id (?<userid>.+?)$
|
||||
Console.AppReadyRegex=^#DSL Dedicated server loaded.|#DSE \[Self-Tests\] Please restart the server.$
|
||||
Console.UserJoinRegex=^#DSL Steam auth successful for client \d+ with steam id (?<userid>.+?). username (?<username>.+?)$
|
||||
Console.UserLeaveRegex=^#DSL Unregistering client \d+ with steam id (?<userid>.+?). username (?<username>.+?)$
|
||||
Console.UserChatRegex=^$
|
||||
Console.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$
|
||||
Console.MetricsRegex=
|
||||
|
Loading…
Reference in New Issue
Block a user