-
Notifications
You must be signed in to change notification settings - Fork 145
Description
I got a report that Stats's Warp Gate was too early in this replay by about 10 seconds
https://lotv.spawningtool.com/45980/
I looked at the replay and code, and it appears that spawningtool couldn't find the chronoboost events with this logic (that has worked int he past)
I thought it might be a data issue, so I went through and exported new balance data to capture events
https://github.com/ggtracker/sc2reader/blob/upstream/sc2reader/data/HOWTO.md
but I noticed that only "Wings of Liberty" was an export option, and the abilities file that I could generate was only 186 lines long (whereas the last one was 408 lines long) https://github.com/ggtracker/sc2reader/blob/329e044fecda0b6c090bdc16568314b8ae752bbc/sc2reader/data/LotV/70154_abilities.csv
and it was indeed missing chronoboost.
I guess my first ask is whether someone else can try the export process in the doc above to see if you can get more results than I can.
If not, then I'm open to ideas about what went wrong and how we fix this