Skip to content

Tags: ZephyrBlu/zephyrus-sc2-parser

Tags

v0.3.4

Toggle v0.3.4's commit message
Update parser for patch 5.0.7, protocol 84643

v0.3.3

Toggle v0.3.3's commit message
Fix game length + PlayerStatsEvent bugs

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Track Building Queues + ARCHITECTURE.md (#14)

This is an initial version of building queue tracking, will probably need changes in the future.

There's also a bug fix related to calculating the game length in this PR.

I also added an `ARCHITECTURE.md` document to try and explain some areas of the parser.

v0.3.1

Toggle v0.3.1's commit message
Update parser for patch 5.0.6, protocol 83830

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
More Game Stats + Versioned Balance Data (#1)

This update focuses in adding more capability to the parser by extracting more information from replays.

Game stats added (All to timeline and summary):

- Command Structure Energy Values
- Command Structure Energy Efficiency
- Command Structure Energy Idle Time (Time when Energy >50)
- Supply Block
- Warp Gate Efficiency
- Warp Gate Idle Time
- Average Idle Larva
- Resources Collected
- Screens Per Minute
- Inject Efficiency
- Creep Coverage (% and tiles)
- Creep Tumor Count

Other additions include:

- Simple Engagement Prediction using sc2-libvoxelbot
- Energy Calculation for Game Objects
- Ability Attribution for Game Objects
- Tile Calculation for Buildings (At the moment only for Creep, will be generalized to Vision as well)

I'm still working out the best way to distribute the Python extension for sc2-libvoxelbot, so for now engagements will return an empty list if the extension is not detected.

There is now also versioned balance data with the correct ability and unit ids.

v0.1.0

Toggle v0.1.0's commit message
Prod bug fixes + logging

Cherry picked more fixes from prod and added basic logging for debug purposes.

v0.0.1

Toggle v0.0.1's commit message
Initial version of parser. Features include showing a player's curren…

…t selection and control group tracking.