spheenik / clarity-analyzer

JavaFX-Application to interactively visualize the raw data of a Dota 2, CSGO, CS2 or Deadlock replay.
BSD 3-Clause "New" or "Revised" License
49 stars 19 forks source link

Printing gold and experience for each hero #8

Open DotaUw opened 6 years ago

DotaUw commented 6 years ago

I am looking for the players gold and experience per tick. I am looking at the players table "CDOTA_UNIT_HERO_CHEN" and I do not see gold or experience. Am I blind? Or does it print that information in another table? I see from another issue page form the clarity examples: m_iReliableGold, m_iUnreliableGold, m_iTotalEarnedGold, and m_iTotalEarnedXP. Is there a way for the analyzer to print out these or other entities?

spheenik commented 6 years ago

This is in CDOTA_DataRadiant and CDOTA_DataDire.

DotaUw commented 6 years ago

How do identify which player is which? for example 1/0/0 m_vecDataTeam.0000.m_iTotalEarnedGold 85 vs 1/1/0 m_vecDataTeam.0001.m_iTotalEarnedGold 85 How do I know who is 0000 vs 0001?

spheenik commented 6 years ago

Have a look at the matchend example. This should clear most things up.