MortenTobiasNielsen / Factorio-TAS-Generator

This is an attempt to create a helper tool for Tool Assisted Speedruns in Factorio. A guide of how to use the tool can be found here: https://www.youtube.com/watch?v=V9tuNoDqc0E&t
MIT License
13 stars 4 forks source link

No-order walking #353

Open theis999 opened 1 year ago

theis999 commented 1 year ago

Currently it is not possible to add no-order to walk steps.

My implementation idea is to have 2 list of no-order steps. One for steps that can be executed with DoStep() and one for those that can't.

The code for walking is fairly complicated and intertwined in the other step execution code. So this is likely not trivial.