Th0rstenf / Rocksniffer-to-Streamer.bot-extension

A set of streamerbot actions interacting with the Rocksmith RSSniffer
MIT License
6 stars 1 forks source link

Track total notes hit and missed per stream #24

Closed BoomSoMuch closed 1 year ago

BoomSoMuch commented 1 year ago

We could probably do this in streamer.bot itself by just creating a variable as totalStreamNotesHit or something and continuously adding totalNotesHit to that new variable. But it would probably be cleaner to do it right in your code here and assign a global variable to it. We could that with totalStreamNotesMissed to calculate totalStreamAccuracy as well.

Th0rstenf commented 1 year ago

Interesting Idea. Let's add a variant for life time as well.

Th0rstenf commented 1 year ago

Created a separate issue for the lifetime variant, as I won't find the time to test the initialization properly