Replies: 2 comments 2 replies
-
I know I'm not actually answering your question, but I'll say that it's known that there's a big difference in the granularity and linkage in the data between tracker events and everything else. Blizzard added tracker events after everything else with an eye towards analytics, whereas the other game events were just intended to make the replays work. As such, tracker events are more usable, whereas game events are more granular. Long way of saying that I don't know (maybe someone else does), and it's not obvious that it should be possible |
Beta Was this translation helpful? Give feedback.
1 reply
-
Agreed with Kevin. I dont know of a way to get this short of building a
full replay engine or hacking the sc2 client.
…On Sun, Jul 3, 2022 at 6:05 PM Kevin Leung ***@***.***> wrote:
I know I'm not actually answering your question, but I'll say that it's
known that there's a big difference in the granularity and linkage in the
data between tracker events and everything else. Blizzard added tracker
events after everything else with an eye towards analytics, whereas the
other game events were just intended to make the replays work. As such,
tracker events are more usable, whereas game events are more granular.
Long way of saying that I don't know (maybe someone else does), and it's
not obvious that it should be possible
—
Reply to this email directly, view it on GitHub
<#175 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAF7HKILX2FPW4J2DMEYXGDVSIFDNANCNFSM52PF7V7A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys,
I can only extract the player command of attack information from the 'game.py', but I want to get the specific attack events for each unit, just like the 'unit born event' from 'tracker.py'. So, is there any way I can get the 'unit attack event'?
Thank you,
Hanwen
Beta Was this translation helpful? Give feedback.
All reactions