Added REGEX
Added regex for User Join, Leave, and Chat
This commit is contained in:
@@ -26,9 +26,9 @@ App.WorkingDir=403240
|
||||
App.UseRandomAdminPassword=True
|
||||
Console.AppReadyRegex=^(LogInit: Display: Starting Game\.)|(LogOnline: GotoState: NewState: Playing)$
|
||||
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
||||
Console.UserChatRegex=
|
||||
Console.UserJoinRegex=
|
||||
Console.UserLeaveRegex=
|
||||
Console.UserChatRegex=^\[Chat.*\] \[SteamID\:(?<userid>-?\d+)\] (?<username>.+?) \: (?<message>.+)$
|
||||
Console.UserJoinRegex=^(?<username>.+?) \(Steam ID\: (?<userid>-?\d+)\) has created Squad .*$
|
||||
Console.UserLeaveRegex=^LogSquad\: Warning\: Suicide (?<username>.+?)$
|
||||
Meta.Author=Shinynecrid,IceOfWraith
|
||||
Meta.ConfigManifest=squad-dedicated-serverconfig.json
|
||||
Meta.MetaConfigManifest=squad-dedicated-servermetaconfig.json
|
||||
|
||||
Reference in New Issue
Block a user