Improved D-man Delivery to Builder
pmardle opened this issue · 8 comments
Comment from one of my YouTube Channel Subscribers..
Can you make it so that Deliveryman would fetch items to the Builder hut when they are in the queue for building, but not begged by the builder yet. It's annoying how slow the process of building might sometimes be)
Sounds like a reasonable thing to me.. Any chance we can do this?
Thanks :)
Not as far as I am aware.. the D-man will deliver materials when the builder calls for them, but wont "look ahead" as to what is required for the current build and deliver them. means builder is sitting idle each time until the d-man fetches and delivers the item
The problem at the moment is that the builder does only know what he currently need but not what he will need next.
the list of needed item is not:
- complete, place holder are not taken into account which is why the builder may ask for dirt which is not in the list
- ordered
If we do implement that I suggest that the builder request depending of the hut level:
- level 0 only the current item
- level 1 current item + next item
- level N current item + the Nth next one
In a similar fashion, the dman should deliver Nth +1 stack with N being the dman hut level