Optera
Optera
Alert duration is hard coded to 10s. Mods can only refresh alerts every 10s to show them longer.
That's some interesting interaction between alerts and some 3 year old code. If I didn't update delivery with train inventory during stop update LTN will not see overloaded shipments in...
Best solution would be if you built a station loading only requested amount without removing items.
Would require either: 1. rounding fluid values internally 2. printing different messages for fluids and items Neither option seems worth it to me.
No need for special designs. Just place multiple stops with same request and LTN will balance them better than vanilla pathfinder.
> Having 2 stops with halved requests may lead to 2 half-full trains being scheduled even though one train was sufficient. With request threshold>= train capacity it won't > In...
> would you even need to specify the number of locked slots anymore, or would it just become a boolean signal? Building stations overloading several stacks in one tick is...
> So you just create a requester that requests say iron plates and copper, and a provider providing both of the same, and it'll create a single delivery with both...
> Until this has a more elegant solution, could a setting be added to just disable the creation of merged deliveries? Don't provide and request multiple items. > I have...
Automatic scaling of locked slots has a circular dependency: 1) (merged) deliveries are reduced to fit train capacity using locked slots 2) locked slots should be set according to reduced...