Update V Rising and Satisfactory Chat Regex (#173)
* Update V Rising Chat Regex V Rising has no chat regex, so AMP was populating a default which caused the output to appear as chat anytime there was a `:` in the line. * Update satisfactory.kvp
This commit is contained in:
parent
ccbaac7f73
commit
9bb37f2618
@ -27,7 +27,7 @@ Console.FilterMatchRegex=^\[.+?\]\[.+?\]
|
||||
Console.FilterMatchReplacement=
|
||||
Console.AppReadyRegex=^LogWorld: Bringing up level for play took: [\d\.]+$|^LogInit: Display: Starting Game\.$
|
||||
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
||||
Console.UserChatRegex=^(?<username>.+?): (?<message>.+)$
|
||||
Console.UserChatRegex=
|
||||
Console.UserJoinRegex=^User (?<username>.+?) \((?<userid>-?d+)\) connected from \[::ffff:(?<endpoint>.+?)\]$
|
||||
Console.UserLeaveRegex=^User (?<username>.+?) \((?<userid>-?d+)\) disconnected\. Reason: (.+?)$
|
||||
Meta.Author=CubeCoders Limited
|
||||
|
@ -71,7 +71,7 @@ Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
||||
Console.AppReadyRegex=^Server is ready.$
|
||||
Console.UserJoinRegex=^User '{Steam (?<userid>\d+)}' '\d+', approvedUserIndex: \d+, Character: '(?<username>.+?)' connected as ID '\d+,\d+', Entity '[\d,]+'.$
|
||||
Console.UserLeaveRegex=^User '{Steam (?<userid>\d+)}' disconnected. approvedUserIndex: \d+ Reason: (.+?) (.+?)$
|
||||
Console.UserChatRegex=^(?<username>.+?): (?<message>.+)$
|
||||
Console.UserChatRegex=
|
||||
Console.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$
|
||||
Console.MetricsRegex=
|
||||
Console.SuppressLogAtStart=False
|
||||
|
Loading…
Reference in New Issue
Block a user