-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Making showScoreboard() imitate the actual ingame scoreboard you see at matchend #19
Comments
Glad you like the example :) I will consider adding it, but have to admit that I am very time constrained at the moment, with a lot of backlog. So I won't be able to do this quickly. To implement this, I think you need more knowledge of where to find the data. If you wanna try, I recommend looking at yasps parser. |
Thanks for the quick replay. By looking at the yasp site you pointed me to, I now almost have everything I need (and more): Do you know how I can find what team that won? I would guess that it should be returned by the parser as a boolean value. |
There is an entity "GameRulesProxy", it has a property: "m_pGameRules.m_nGameWinner" 2 = Radiant iirc. On 02/18/2016 09:19 PM, Hareide wrote:
|
excuse me,do you know how I can find what team that won? |
Just checked, and |
Best to put it in some dropbox and share the link. |
I have sent you an e-mail,and i still have the following questions
|
Checked your replay: The property is there. It has value 5 up until tick ~56700, then changes to 2 (radiant). This code here |
I'm sure there are no changes elsewhere,because |
Found the problem. The So you can look it up via |
Thank you very much,i get it! |
Love that you can get the scoreboard from a replay in under a second just by building the example "Show stats at the end of the game" from https://github.com/skadistats/clarity-examples/
The ingame scoreboard also list additional detail such as:
Would you consider adding the above to the example?
If not, would it be fairly simple to extend the example for someone with limited programming experience?
The text was updated successfully, but these errors were encountered: