TL;DR
New conditions for Trains::: If item count less / more for each wagon
:: If low on fuel
:: If other train is waiting
What ?
:: If item count less / more for each wagonatm. we have condition to check for full/empty or item amount in cargo... but its not enough :/...
Lets say that we have 1-2 and one wagon is empty but second is full... in this situation without balancer half of our smelters do nothing...
:: If low on fuel
In late i just build one / two "refuel" stations where Train stop on every loop to take fuel...
Because in early its fine to feed then on Stop / Start but in late where you have 50+ Train Stops?...
Yeee sure u can move Fuel with Bots... but i dont use bots... ( im using them only for MK2 eq and Power ( Uranium ) )
Actualy... Train should have "special" fuel stop, so we can pick Train Stop where Train can go when on low Fuel :c...
:: If other train is waiting
This might be little hard to do for Dev-s but it would be rly cool to have option to leave Train Stop if another train is already waiting
for example * condition for Train
if( empty_cargo )
or
if( ( Item < 2000 ) && ( TimePass > 30 || OtherTrainWaiting ) )
Why ?
Its very important :c...Look at this Train ( One_Wagon_Train SS ), one wagon is still pretty full and because of that one wagon my Train
will stop here for long time with 3 empty wagons and one full... ofc. its my bad because i could use Balancer...
but tbh. this design is just cut from my other factory where i produce 200.000 iron / minute
Just look at "Train" Screenshot, here i can't build balancer because its direct in/out from smelter to trains
and tbh. all my stops works to be FAST so not everything is always balanced... ( Loader SS )
with option to check amount of items in EVERY wagon INSTEAD of items in WHOLE TRAIN... this could work even faster ...
Plz new Train conditions for me T_T...