So I've been trying to make car belts more efficient, and in order to do that I had to work out how to make cars change belts via signals.
This video is just a proof of concept. I'm not sure how efficient it could be, but it is fun to work with. It is entirely possible to use many stocking depots on the same belt system.
*edit* Because cars have filterable inventories, you can configure cars for specific factories. The car in the video is configured to deliver iron plates and copper coils in a 2:3 ratio.
http://dodgy.website/carbelts.mp4
Lane changing car belts
Lane changing car belts
Last edited by buckplug on Wed Oct 11, 2017 7:22 pm, edited 1 time in total.
Re: Lane changing car belts
I love how many crazy random mechanics there are in this game to take advantage of.
Re: Lane changing car belts
Who needs compression mods when you have vanilla ?
epicly well played, sir
epicly well played, sir
Koub - Please consider English is not my native language.
Re: Lane changing car belts
Now I want to see someone create a base with a main bus of cars, with cars splitting off the main bus when they're needed. It would be insanely high throughput, although the car loading facility would have to be quite large.
There are 10 types of people: those who get this joke and those who don't.
Re: Lane changing car belts
Cool. I didn't know you could redirect cars by forcing them off a belt by another car.
Using an item, like your electric pole, as routing token seems to limit the complexity though unless you can put it back in. You could then use a combination of multiple tokens and their amount (0-12 with stack filter inserters) to encode a destination in a base 13 system. With 4 token types you could encode 28561 destinations.
Using an item, like your electric pole, as routing token seems to limit the complexity though unless you can put it back in. You could then use a combination of multiple tokens and their amount (0-12 with stack filter inserters) to encode a destination in a base 13 system. With 4 token types you could encode 28561 destinations.
Re: Lane changing car belts
You can modularize the loading depots so they're spread out more and can service more cars at the same time.Jap2.0 wrote:Now I want to see someone create a base with a main bus of cars, with cars splitting off the main bus when they're needed. It would be insanely high throughput, although the car loading facility would have to be quite large.
The key items (or routing tokens) are put back into the car when it's finished unloading and ready to go back into the main loop. While the key hasn't been returned yet, no new cars can enter the sidetrack. That way you can have multiple groups of factories producing the same item, and cars will be assigned only to empty stations. This allows car belting to scale nicely.mrvn wrote:Cool. I didn't know you could redirect cars by forcing them off a belt by another car.
Using an item, like your electric pole, as routing token seems to limit the complexity though unless you can put it back in. You could then use a combination of multiple tokens and their amount (0-12 with stack filter inserters) to encode a destination in a base 13 system. With 4 token types you could encode 28561 destinations.
Because I can't read the contents of cars, it's not possible to directly detect if a car is full or empty. Instead, I created countdown timers that are reset every time an inserter servicing a car is activated. When the countdown timer finishes, it means the car is full or empty, or that the factories are full.
Re: Lane changing car belts
Thanks much!Koub wrote:Who needs compression mods when you have vanilla ?
epicly well played, sir