All Projects → gw2scratch → evtc

gw2scratch / evtc

Licence: MIT license
Analysis and management of Guild Wars 2 EVTC logs from arcdps.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to evtc

gw2raidar
A log parsing website for Guild Wars 2 combat logs
Stars: ✭ 19 (-55.81%)
Mutual labels:  guildwars2, gw2, arcdps
TehsTrails
A collection of xTeh.7146's marker packs.
Stars: ✭ 39 (-9.3%)
Mutual labels:  guildwars2, gw2
gw2treasures.com
Guild Wars 2 database
Stars: ✭ 15 (-65.12%)
Mutual labels:  guildwars2, gw2
arcdps healing stats
An addon for ArcDPS that shows personal healing stats
Stars: ✭ 16 (-62.79%)
Mutual labels:  guildwars2, arcdps
gixxcel
Decodes and archives Guild Wars 2 STRS files
Stars: ✭ 20 (-53.49%)
Mutual labels:  guildwars2, gw2
discretize-guides
This is the source repository for all https://discretize.eu markdown guides.
Stars: ✭ 19 (-55.81%)
Mutual labels:  guildwars2, gw2
GW2.NET
A user friendly wrapper around the official GW2 API
Stars: ✭ 18 (-58.14%)
Mutual labels:  gw2, gw2-api
GW2Bot
A GW2 Discord Bot
Stars: ✭ 46 (+6.98%)
Mutual labels:  guildwars2
GuildWars2 APIViewer
Guild Wars 2 API Viewer: An Android application used for viewing various Guild Wars 2 API endpoint responses. Developed utilizing MVVM architecture, in conjunction with Databinding, Dagger 2, Retrofit 2, and RxJava 2.
Stars: ✭ 53 (+23.26%)
Mutual labels:  guildwars2
gw2-ninja
A collection of Guild Wars 2 Tools.
Stars: ✭ 17 (-60.47%)
Mutual labels:  guildwars2
gw2craft
Driving force behind gw2crafts
Stars: ✭ 63 (+46.51%)
Mutual labels:  gw2
BuildPad
A build storage plugin for ArcDPS
Stars: ✭ 26 (-39.53%)
Mutual labels:  arcdps

Build and test (.NET Core) Discord

GW2Scratch EVTC Tools

This repository hosts multiple programs for analysis and management of EVTC logs generated by the arcdps addon for Guild Wars 2. All programs are available for Windows/Linux.

Dependencies

  • Running programs: .NET 6
  • Development: .NET 6 SDK or newer

Programs

Libraries

arcdps Log Manager

A manager for arcdps EVTC logs. Filter logs, upload them with one click, find fastest kills and interesting statistics.

  • Filter logs by time, encounter, success/failure
  • Quickly see the composition, players, encounter duration for any log
  • Upload to dps.report with one click, batch uploads
  • A table of all players in your currently filtered logs
  • A table of all guilds within your currently filtered logs

EVTC Inspector

A program for exploring EVTC logs. Handy when developing anything that analyzes logs.

  • browse through raw combat items
  • browse through raw agent data
  • browse through processed events, with filtering
  • browse through agents and events they are involved in

EVTC Analytics

The core library for parsing and analyzing EVTC logs. Built with integration in other projects in mind. Currently has a somewhat API, changes are to be expected.

  • get raw agent, skill and combat item data from logs
  • get agents and processed events with structured data
  • get encounter results
  • calculate statistics such as DPS, buff uptimes and similar (very work-in-progress)

There is documentation available.

Contributing

Reporting bugs is the most important way of contributing, it's hard to fix things you are not aware about. Either create an issue on GitHub or let us know in the #bug-reports channel in our Discord server.

Tiny fixes are always welcome, however do please discuss bigger changes first. Currently, most of the projects are very much in early development and significant changes are planned.

In the future, this repository may get split up into smaller ones for the individual projects.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].