RoanH / KeysPerSecond

A keys-per-second meter & counter. Written for osu! but should work for other rhythm games too.
https://osu.ppy.sh/forum/t/552405/
GNU General Public License v3.0
346 stars 28 forks source link

Stat Saver #25

Closed FappingAngel closed 3 years ago

FappingAngel commented 4 years ago

Hey, i am trying your program, to see how much I play Osu Mania. In general I liked your Setup with the Keyspresses for each Key, and all Keys in total, but I would have liked it, to save the Statistics automatically. Is there any possible way to Save the Keylogs in the Setup-file itself or have an extra file, which the program overwrites automatically when you close it? I just dont like the Stat saving in a certain interval creating a new File each time.

RoanH commented 4 years ago

Overwriting a file and loading the data from that on startup should be possible yeah. I'll look into adding the required functionality for that.

RoanH commented 3 years ago

This is now implemented (9d8baf321d0bf34ffed214616216186ecc3f5219) and will be included in the next release (v8.4). Ended up taking longer to implement that I'd have liked...