View on GitHub

GW2-Elite-Insights-Parser

Binary parser for the .evtc files that arcdps generates after a boss encounter. This will generate a .html file where the results can be easily reviewed.

Contact

For quick questions, discussions or other conversation that isn’t an issue feel free to join an open discord channel: https://discord.gg/dCDEPXx

GW2-Elite-Insights-Parser

Set Up

  1. Go to Code tab

  2. Go to Release section

  3. Download the GW2EI.zip file

  4. Extract all files anywhere you like

  5. Open GW2EI.exe (feel free to make a shortcut and move to desktop)

  6. gg

NOTE: .evtc files are currently located within “C:\Users<USERNAME>\Documents\Guild Wars 2\addons\arcdps\arcdps.cbtlogs”

Usage

program

  1. Drag and drop 1 or multiple .evtc or .evtc.zip files into program

  2. Click parse

  3. When done the .html will be located in the same location as the evtc as “samename_boss_result.html”

htmldisplay

Console Parsing

https://github.com/baaron4/GW2-Elite-Insights-Parser/blob/24df62abfec74446a07816524a98b9d97d87d966/LuckParser/Program.cs#L15-L22

how to

If you would like to have your logs parsed without the GUI pass the file location of each evtc file as a string.

Settings can be configured in the GuildWars2EliteInsights.exe.config file. You can also use a custom config file:

GuildWars2EliteInsights.exe -c [config path] [logs]

To disable windows-specific commandline magic you can use -p:

GuildWars2EliteInsights.exe -p [logs]

Note it may take some time for each file to parse and they will not be ready to open the moment they are created.

JSON Documentation

The Json documentation can be found here

Contributors

Developers

Other stuffs