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