Skip to content

Releases: TheTalkingMime/ResetTracker

Version 1.1 Multi

04 Sep 16:46
Compare
Choose a tag to compare

Tracker Changes:

  • Added support for multi instance
    • Can track any number of instances with just one exe
  • Filter added to stats to remove times with significantly more RTA than IGT
    • Macro could commonly bypass the previous filter that would handle RTA and cause RTA to track in multi while you are playing a different instance
    • Filter is customizable in settings.json
    • Filter checks if the run violates the mult or static filter, and will then replace the RTA with the IGT if it violates either condition.

Settings Changes

  • Path is now a list in order to store the different saves directories of instances
  • New variables
    • instances
      • Default: N/A
      • Number of instances being used
    • threshold
      • Default: 5
      • If a pause occurs and igt (in ticks) is less than the threshold then the RTA timer will not start
      • This was the original solution to multi instances where the macro would pause upon world load, and then the first pause would occur fast enough so the RTA timer didn't start. Newer macros often bypass this and pause the instance too late causing the RTA timer to start without the player playing the world. increasing this threshold too much will cause runs that are insta resets to not get timed properly.
    • filter_mult
      • Default: 1.5
      • Filters stats before pushing to the sheet, if the RTA is 1.5 times greater than the igt, then the RTA is replaced by the time in IGT.
    • filter_static
      • Default: 90
      • Filters stats before pushing to the sheet, if the RTA is 90 seconds greater than the igt, then the RTA is replaced by the time in IGT.

Version 1.0.2

11 Jun 03:56
Compare
Choose a tag to compare

Tracker Changes:

  • Fixed a bug that was causing a lot of runs to be skipped, some still may be skipped but much rarer now.
  • Added stats:
    • Distance Swam
    • Deaths
    • Time Since Last Death
    • Traded With Villager
    • Endermen Killed
    • Shields Crafted
    • Buckets Crafted
    • "Eyes Thrown"
      • In reality it's the number of eyes picked up so it won't be a good estimator of eyes thrown during triangulation until there's lots of data
  • Seed will now be tracked in Raw Data:
    • If you are worried about run validity, I have discussed with mods about this in a ticket. The only way for your run to become invalid is if you were to leave the world, start a new world, and then go back to the previous world and try to play it out. So don't do that. The reason that invalidates your run is that the sheet will update after you start your next world, making the seed available to see.
  • Prevented program from immediately closing if it crashed

Template Changes:

  • Session stats now include Structure #1, Structure #2, instead of Bastion, Fortress
  • Playtime now includes the time it takes to reset
  • Fixed an overflow issue with the cell that showed playtime in hrs (Thanks fe666)
  • Displays the time it takes to reset in seconds
  • Added Nethers/Hr to session and lifetime stats
    • To further elaborate, Nethers/Hr is more specifically a measure of nether entries per hour spent in the overworld, all time spent after entering the nether is filtered out in order to focus purely on overworld reset efficiency (Thanks Weakforced)
  • Added appropriate columns for all the new stats
  • Renamed 'Playtime' column to 'RTA'

v0.2.1

11 Mar 22:24
61e8cd7
Compare
Choose a tag to compare

Fixed rare underflow bug that could happen when tracking times.

ResetTrackerV0.2.1One-File.zip
ResetTrackerV0.2.1.zip

For general usage download using the above links, don't download the source code unless you want to make edits or know what you're doing.