Work in progress warcraft combatlog parser. Exports all events per encounter as JSON.
-
Run
npm i
to install all the dependencies. -
Run
npm start "path-to-log-file"
. This will process the log file and save a JSON file per encounter to the./parsed
folder.