[Steves carts] - multiple cargo mangers for 1 cart?

Vaupell

New Member
Jul 29, 2019
80
0
1
Hmm this forum doesnt allow me to change size of the image, so sorry..
2012-11-04_153932.png


However, as you can see i got a minecart, mining away but i need both to refill and empty the cart.

4 functions alone to refill = 1 cargo manager
--> Tourches, Brigdebuilding mat, rails, coal.
1-4 functions to empty cargo = 1 cargo manager

Does anyone has a solution that works, cause this dont ? :D
 

slay_mithos

New Member
Jul 29, 2019
1,288
0
0
In the interface of the cargo manager, you can set multiple of the 4 settings to the same color.

So you could have only the one on the right, and use 2 (or more) "blue" settings.

You can set multiple refill (like torches, coal and rails at the same time).

The other solution would be to have them offset a bit, with a loop in the rails, instead of just sending the cart back.

Hope it answers the question, I might have misunderstood the problem though.
 

Vaupell

New Member
Jul 29, 2019
80
0
1
In the interface of the cargo manager, you can set multiple of the 4 settings to the same color.

So you could have only the one on the right, and use 2 (or more) "blue" settings.

You can set multiple refill (like torches, coal and rails at the same time).

The other solution would be to have them offset a bit, with a loop in the rails, instead of just sending the cart back.

Hope it answers the question, I might have misunderstood the problem though.

Ok a loop it is then, because im refilling 4 different materials
- Brigebuilding mats
- Torches
- Coal
- Rails

And also need to empty the entire thing, will try with a loop ;)