topeterk / HitCounterManager

Free Hit Counter / Death Counter that is running in the background, so you can focus on your stream. No need to keep any windows open for a window capture any more. Initially designed for Dark Souls and similar games but supports any game.
MIT License
87 stars 19 forks source link

What about adding a graph with you statistics through the attempts? #24

Open wtrombone opened 3 years ago

wtrombone commented 3 years ago

Like here (below the Sum of Best segment): https://imgur.com/296Srq5

topeterk commented 3 years ago

Hmm, how does this work for the timer, after each complete run the time gets added to the graph? image (same image from the message above but just embedded that it will not be removed after a while)

I'm just curious how this would look for the hit counter... For no-death or simple-check-lists this graph would not have any data at all, so I guess it is only kind of useful for no-hit runs. But thinking about no-hit, one will start with very high numbers and fall down relatively fast into a sub 20 section. Further I think that a lot of people are about to reset below 5 hits but then there will be no more data available for the final sum any more. Keeping the numbers in the graph while resetting would end up in false positives. E.g. when PB is 5, when a reset on the 4th hit is done, the graph would show a 4 that has never reached.

Do you have something different in mind or how do you think, could this work?