More Regex Work.
More Regex Work
This commit is contained in:
parent
4b431d3887
commit
991a70bc4b
@ -27,8 +27,8 @@ App.UseRandomAdminPassword=True
|
|||||||
Console.AppReadyRegex=^(LogInit: Display: Starting Game\.)|(LogOnline: GotoState: NewState: Playing)$
|
Console.AppReadyRegex=^(LogInit: Display: Starting Game\.)|(LogOnline: GotoState: NewState: Playing)$
|
||||||
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
||||||
Console.UserChatRegex=^\[Chat.*\] \[SteamID\:(?<userid>-?\d+)\] (?<username>.+?) \: (?<message>.+)$
|
Console.UserChatRegex=^\[Chat.*\] \[SteamID\:(?<userid>-?\d+)\] (?<username>.+?) \: (?<message>.+)$
|
||||||
Console.UserJoinRegex=^(?<username>.+?) \(Steam ID\: (?<userid>-?\d+)\) has created Squad .*$
|
Console.UserJoinRegex=
|
||||||
Console.UserLeaveRegex=^LogSquad\: Warning\: Suicide (?<username>.+?)$
|
Console.UserLeaveRegex=
|
||||||
Meta.Author=Shinynecrid,IceOfWraith
|
Meta.Author=Shinynecrid,IceOfWraith
|
||||||
Meta.ConfigManifest=squad-dedicated-serverconfig.json
|
Meta.ConfigManifest=squad-dedicated-serverconfig.json
|
||||||
Meta.MetaConfigManifest=squad-dedicated-servermetaconfig.json
|
Meta.MetaConfigManifest=squad-dedicated-servermetaconfig.json
|
||||||
|
Loading…
Reference in New Issue
Block a user