v3.0.1: simpleArcParse updates
This release is a minor update which only includes new functionality for simpleArcParse. The main scripts have not been modified.
The main motivation for this release is to enable extracting Guild UID values from the CBTS_GUILD events that ArcDPS now supports in the newest EVTC files. These values are extracted from the combat events section and match the values as used by the GW2 API. Currently these are not used by the main upload/format scripts, but that may happen in a future release. (As always, patches welcome!)
Changes to simpleArcParse since v3.0.0
- Update the nlohmann JSON parsing library
- Add encounter IDs for wing5 Rainbow Road and the three statue events
- Update the EVTC structure definitions from the ArcDPS website
- Refactor how simpleArcParse searches through combat events
- Zero-allocate a few structure to ensure they start from a clean state
- Add support for extracting Guild UID values from newer versions of ArcDPS EVTC files