Skip to content

Releases: ZephyrBlu/zephyrus-sc2-parser

More Game Stats + Versioned Balance Data

14 May 08:21
a1d8455
Compare
Choose a tag to compare

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)

Robust Parsing with Logging and Internationalization

16 Dec 10:10
Compare
Choose a tag to compare

Parser does not crash due to errors anymore, logs important events and has translations for multiple races.