icza / screp

StarCraft - Brood War replay parser
Apache License 2.0
80 stars 21 forks source link

Is there any way to track scores of players? #45

Closed kbj1213 closed 1 year ago

kbj1213 commented 1 year ago

Is there any way to track scores of players?

I also wonder whether it is possible to parsing killing events (ex: dragon kills scv).

icza commented 1 year ago

Replays do not store this information. This requires the game engine to recalculate the game based on the commands recorded in replays.

kbj1213 commented 1 year ago

I see. Thank you for answer!