-
Hey there! As a hobby sideproject, I'm currently developing a UI for R6 match replays using your library as part of the backend. I am currently trying to figure out a way to find out who won a round based on the output the library provides. With this as a usecase, I struggle to find a reliable solution.
Thanks for reading thus far, do you have any idea how to find out if the observing player won a round? Thanks a lot for this library @redraskal , I'm looking forward to any ideas! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hey @stnokott, The two ways you describe are the current methods for determining the winner. I will add the winning team to the header whenever I figure out a reliable method for pulling that information. I'm currently working on fixing some problems with Year 8 replays and will hopefully get a solution on that soon.
|
Beta Was this translation helpful? Give feedback.
-
The solution is likely an algorithm similar to your second idea with additional data. |
Beta Was this translation helpful? Give feedback.
The solution is likely an algorithm similar to your second idea with additional data.