mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-05-04 01:35:31 +00:00
Minor refactor on the regex to make the event more obvious
This commit is contained in:
parent
fe565b1abd
commit
69ef954d58
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ $prefixes = @(
|
|||
$killPattern = "<Actor Death> CActor::Kill: '(?<EnemyPilot>[^']+)' \[\d+\] in zone '(?<EnemyShip>[^']+)' killed by '(?<Player>[^']+)' \[[^']+\] using '(?<Weapon>[^']+)' \[Class (?<Class>[^\]]+)\] with damage type '(?<DamageType>[^']+)'"
|
||||
$puPattern = '<\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z> \[Notice\] <ContextEstablisherTaskFinished> establisher="CReplicationModel" message="CET completed" taskname="StopLoadingScreen" state=[^\s()]+\(\d+\) status="Finished" runningTime=\d+\.\d+ numRuns=\d+ map="megamap" gamerules="SC_Default" sessionId="[a-f0-9\-]+" \[Team_Network\]\[Network\]\[Replication\]\[Loading\]\[Persistence\]'
|
||||
$acPattern = "ArenaCommanderFeature"
|
||||
$loadoutPattern = 'adam: (?<ShipName>.*.) in'
|
||||
$loadoutPattern = '<Jump Drive State Changed>.*.adam: (?<ShipName>.*.) in'
|
||||
$shipManPattern = "^(" + ($prefixes -join "|") + ")"
|
||||
# $loginPattern = "\[Notice\] <AccountLoginCharacterStatus_Character> Character: createdAt [A-Za-z0-9]+ - updatedAt [A-Za-z0-9]+ - geid [A-Za-z0-9]+ - accountId [A-Za-z0-9]+ - name (?<Player>[A-Za-z0-9_-]+) - state STATE_CURRENT" # KEEP THIS INCASE LEGACY LOGIN IS REMOVED
|
||||
$loginPattern = "\[Notice\] <Legacy login response> \[CIG-net\] User Login Success - Handle\[(?<Player>[A-Za-z0-9_-]+)\]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue