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:
IceOfWraith
2022-08-06 12:33:05 -05:00
committed by GitHub
parent ccbaac7f73
commit 9bb37f2618
2 changed files with 2 additions and 2 deletions

View File

@@ -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