Restrictive Transporter priority higher than Bin connected paths?
Opened this issue ยท 5 comments
Hello. I encountered a trivial phenomenon when using Restrictive Transporter and Bin.
Restrictive Transpoter's description is
Only used if no other paths available
But, I seems like to have been preferentially used than other Bin connected paths.
I Tried transport 27 stack items. there are screenshots of that time.
This is wrong my usage?
Thank you and sorry very bad english.
It appears you have Round Robin mode on. Because this is the case, the transporters will not put into account the priorities, and simply all the possible destinations instead.
This still appeared to be a problem in v8 (transporter cost was only taken into account in the A* algorithm, so the shortest path was chosen to each destination, but Destinations were sorted by number of transporters, not total cost). I've now fixed that, and the shortest path is now taken as the least-time path for normal transporters.