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

Color walk differently #246

Closed theis999 closed 1 year ago

theis999 commented 1 year ago

If it is the same X or same Y.

MortenTobiasNielsen commented 1 year ago

Good idea. It would be nice to know if it is a same X/Y, diagonal or a "normal" walk - I am though not really sure how to indicate it, given that all of the distinct color I have been able to find are already used.

theis999 commented 1 year ago

I think we can use the same GUI space as intermediate walks if you out of reach. Since those can only be applied to non-walk tasks and this can only be applied to walk task. It would also make sense since it is effectively the same type of information. Then we would only need distinct colors between these.

We would need to make sure that intermediate walk steps don't color using the same X / same Y. But that should be manageable.

MortenTobiasNielsen commented 1 year ago

That sounds like a way to do it, but I would probably need to see it. :)