Skip to content

A fork of GW2 EI designed to run headless, and targeting .net core 2.2

License

Notifications You must be signed in to change notification settings

Lego6245/ThornParser

 
 

Repository files navigation

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

Our GitHub Page: https://baaron4.github.io/GW2-Elite-Insights-Parser/

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.

Contributors

Developers

  • baaron4
  • EliphasNUIT
  • cordbleibaum
  • QuiCM
  • amgine
  • Linus
  • Sejsel
  • Flomix
  • Stonos

Other stuffs

  • Linus (arena maps/ icons for combat replay)

About

A fork of GW2 EI designed to run headless, and targeting .net core 2.2

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 80.2%
  • JavaScript 13.3%
  • HTML 5.9%
  • CSS 0.6%