A .NET library for parsing and analyzing EVTC logs generated by arcdps, an addon for Guild Wars 2. Built with integration in other projects in mind.
Currently has a somewhat unstable API, changes are to be expected. There is documentation available.
The library currently targets netstandard2.1
.
- Get raw agent, skill and combat item data from logs
- Get agents and processed events with structured data
- Get encounter results
Read the Getting Started guide for an introduction. You can also look at the sample project for an example.
See the contribution guide for common tasks (such as adding support for new encounters).
If you want to implement something new, it might be a good idea to ask first because some parts of the codebase are not quite stable yet.