Helper mod for developing a TAS in Factorio, by printing the state of the game every few ticks allowing the TAS-developer to pin-point when changes start to cascade.
Lua libraries for use by other mods and submods that are parts of a larger mod.
Version: 0.1.5
Date: 2023-04-13
Bugfixes:
- Prevented a crash related to running the game in editor mode
Version: 0.1.4
Date: 2023-03-21
Changes:
- Preparation for next tas generator release
- Changed print file to tas_state/<tas name>/<filename>_<timestamp>.txt
Version: 0.1.0
Date: 2023-03-13
Changes:
- Added Settings [filename, frequency, reset, position, inventory, tech, craft]
- Added listener for TAS step change
- Added State print
- Added method to reset file on load