Mekanism

Mekanism

111M Downloads

Restrictive Transporter priority higher than Bin connected paths?

Opened this issue ยท 5 comments

commented

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.

v7.1.2
start
v7 1 2-start

result
v7 1 2-finish

v8.0.1
start
v8 0 1-start

result
v8 0 1-finish

This is wrong my usage?

Thank you and sorry very bad english.

commented

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.

commented

Thank you fast response!
But, that test is Round Robin mode is off.

v7.1.2 is not different result Rount Robin mode on/off.
v8.0.1 is change result. this is Round Robin mode is on.
2015-03-25_02 49 57

sorry if I wrong understanding of English.

commented

Ah, yes - I actually fixed this for v8. :)

commented

Huh, strange.

commented

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.