Skip to content

Version 0.5.2 Beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@ROMaster2 ROMaster2 released this 18 Jan 03:13
· 14 commits to master since this release
  • Feature pausing fixed. You can temporarily disable scanning for images/watches/watchzones with feature["example"].pause(milliseconds). NaN is return whenever a feature is paused.

  • Names can now reference multiple features. Using features["WatchZoneName"] will reference all the images nested within it.

  • TimeSpan can be sent through start and split to offset the game timer. This is helpful if the actual start/split happened earlier.

  • Errors are now logged to disk to help with debugging. This may lag LiveSplit if errors are being spammed.

  • Scanner Start/Stop logic updated to hopefully crash less frequently.