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
86 stars 20 forks source link

Ability to save each run to compare progress #14

Open ghost opened 5 years ago

ghost commented 5 years ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Some way to export each run in order to import into another application or show a graph of progress.

Describe alternatives you've considered Screenshotting the individual runs, or manually entering the data into a CSV file externally.

Additional context The application already tracks what number attempt someone may be on. I would simply like to see the progress outside of just the PB. Say run 4 is a PB but 5 and 6 are worse, I find value in still seeing this. It will help see if one split is getting worse or the run overall.

Thanks for the hard work on this, especially the Linux compatibility.

topeterk commented 5 years ago

Hi, yes I think this could be a great idea to keep track of the personal progress. The only difficulty I'm seeing is the split modification: In case one adds/move/remove splits (or even just edit the split name) it is hard to tell which split corresponds to which (previous) split in order to maintain a comparable history. Would be pretty nice to have a solution for this, otherwise the graphs are less accurate. However one may start by ignoring this, so someone who is not editing the splits will see a comparable history anyway. And when the run gets changed then there is a "break" in the history but that eventually may not matter at the end of the day.

ghost commented 5 years ago

Yeah I did some thinking on this and you are right. Each split might be too much so perhaps just keeping the totals for each run would be fine.