-
Notifications
You must be signed in to change notification settings - Fork 14
4. Log Parser
The below files are the primary files used when parsing log files in GW2Raidar. Finer details about the construct of the EVTC file can be found on the ARCDPS Website
Analyser.py
is the primary function used to analyse EVTC files. It is used to construct the data frames used for analysis and also handles version control for mismatched EVTC and game versions. it also marks the encounter as success or fail.
bosses.py
lists the format of each boss encounter and classification (Raid / Fractal /Golem). Phases are also defined here as well as any boss metrics tracked.
A dynamic list of bosses used for menu population is also managed here.
bossmetrics.py
lists all tracked boss metric IDs as well as how each are identified for each encounter and handled.
buffs.py
lists all tracked boons and buffs as well as uptime calculations.
Meow