Skip to content

Releases: veger/TLBE

v2.2.0

17 Nov 19:51

Choose a tag to compare

  • Add a new Cube Tracker to track the Ultracube.

v2.1.1

13 Nov 23:52

Choose a tag to compare

Bugfixes:

  • New cameras/trackers will use player surface instead of hardcoded first surface.
  • Area markers are now searched for on the set surface of the Area Tracker (#72)

v2.1.0

19 Feb 20:55

Choose a tag to compare

QoL improvements (#70):

  • Add (per player) setting to automatically activate recording with main camera on new game (Thanks @thephluxer)
  • Add (per player) setting to save screenshots in map seed named subdirectories (Thanks @thephluxer)
  • Add (per player) setting to change screenshot format (png/jpg) (Thanks @thephluxer)

Bugfixes:

  • Fix main camera producing screenshot files with wrong camera name (Thanks @thephluxer)
  • Remove left-over debug messages

v2.0.4

07 Nov 21:19

Choose a tag to compare

  • Fix race condition with StatsGUI (#67)

v2.0.3

29 Oct 20:18

Choose a tag to compare

  • Fix changing camera dimensions (#66, thanks @balukin)

v2.0.2

29 Oct 12:07

Choose a tag to compare

  • Make sure camera zoom is not lower than minimal allowed zoom when smooth tracking is disabled. (#65)

v2.0.1

22 Oct 10:24

Choose a tag to compare

  • Replace missing sprite for Area and CityBlock trackers (#62)

v2.0.0 - Support Facorio 2.0

21 Oct 14:37

Choose a tag to compare

I did not check with Space Age playthrough, so there might be bugs!

v1.5.2

21 Oct 14:32

Choose a tag to compare

  • Try to fix missing player data in order to be more flexible to unexpected situations
  • Add (per player) setting to use intervals (milliseconds) between frames instead of speed gain (factor). (#59)
  • Fix optional dependency on StatsGui

v1.5.1

13 Nov 11:48

Choose a tag to compare

What's Changed

  • Fixed small grammar mistakes in locale.cfg by @Adix-null (#57)
  • Fix migration error when loading existing saves with TBLE being newly installed (#58)

New Contributors