Skip to content

4. Log Parser

merforga edited this page Jul 11, 2018 · 2 revisions

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

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

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

bossmetrics.py lists all tracked boss metric IDs as well as how each are identified for each encounter and handled.

buffs.py

buffs.py lists all tracked boons and buffs as well as uptime calculations.

Meow

Clone this wiki locally