LegoFigure11 / RaidCrawler

Raid Viewer for Pokémon Scarlet and Violet
GNU General Public License v3.0
168 stars 59 forks source link

progress bar timing based loosely on calculation of timings in settings #95

Closed jnovack closed 1 year ago

jnovack commented 1 year ago

The timing is now (loosely) based on the delays. Can you try it with your own settings and see if it's close?

I'm not looking for exact (that will be difficult because I refuse calculate the duration of reading raids averaged over time to get it near perfect). I'm just looking for it to be very close (1 or 2 ticks away) from the end before it recycles.

Please test.

Closes #85

pifopi commented 1 year ago

Wouldn't it be easier to start a timer for when starting to skip and resetting once done ? Then, for next iteration, you use previous iteration data ?

jnovack commented 1 year ago

Wouldn't it be easier to start a timer for when starting to skip and resetting once done

You would be absolutely right. Occam's razor.