Add ProjectZomboidUserLog (user.txt)

Two row variants: low-level Connection events and player join/disconnect
events. The LINE regex accepts both shapes; analysers route via
CONNECTION (action/index/guid/id) and PLAYER_EVENT (steamid/player/event)
named-group regexes. Detectors: filename match plus content signatures
on either variant.
This commit is contained in:
2026-04-30 20:42:19 +00:00
parent 7b3342b3d2
commit d7c36ffc07
4 changed files with 136 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[29-04-26 18:35:41.512] Connection add index=0 guid=144118788000000001 id=null.
[29-04-26 18:35:42.802] 76561198000000001 "Player1" attempting to join.
[29-04-26 18:35:42.804] 76561198000000001 "Player1" allowed to join.
[29-04-26 18:37:14.645] 76561198000000001 "Player1" attempting to join used queue.
[29-04-26 18:39:23.923] Connection disconnect index=0 guid=144118788000000001 id=76561198000000001.
[29-04-26 18:40:00.100] Connection add index=1 guid=144118788000000002 id=null.
[29-04-26 18:40:01.225] 76561198000000002 "Player2" attempting to join.
[29-04-26 18:40:01.500] 76561198000000002 "Player2" allowed to join.
[29-04-26 18:50:30.010] Connection disconnect index=1 guid=144118788000000002 id=76561198000000002.