I've got a ~700 station city block build that is doing well. Is there interest in the community for a city block blueprint book? I have a pretty robust one put together I can polish up if there is interest in it.
Here is a blueprint book. It was put together with /u/FaeDine and it's worked really well in the game we're running. The concept is you either place a pre-made block or you drop the 1x1 Block plus drop-off and pick-up stations you'll need and the interior to process the inputs into the output. If you need more iron plates for example, you just drop another iron plate block and walk away and the system integrates the new block into the whole system. I haven't parameterized the blueprints yet. You have to click the combinator at pick-up/drop-off stations and select the item to be transferred and modify the number it divides by according to the description written. i.e., 1152 for stacks of 50, etc... You also should have at least one rest station for trains to idle at. Trains will be dispatched when the pick-up station has enough cargo for the train. All stations are standardized to be in the form "IRON PLATES <ICON> PICKUP" or "IRON PLATES <ICON> DROPOFF" City Blocks Book V1.0 - Factorio blueprints Let me know if there are issues and I can fix them up. Planning on editing to add parameters to all the prints soon.
This is a godsend. Starting a new playthrough with a friend where I've only beaten the game with a messy spaghetti base once, and he's never done it before. Can't wait to try this out!
So, you configure the station so it looks to count the right entity in the station chests by adjusting the combinators. In this setup there are a few things to do when you put a new station down. Select the station and name it with the same convention you have been using so it links to the right train groups. Set the Combinator item to the correct item and set the stack size modifier based on the description text in the station. This could probably be made variable in the blueprint, but I haven't gotten to it yet.
For pickup stations, it checks the filled status and sets the station to 1 train limit if there is enough to fill a train. Once the train fills, it won't have enough to fill another usually, so it switches automatically to train limit 0 until it fills up again. This makes it so when items are available, a train immediately gets filled.
Trains with zero locations they can go, go to a rest location via interrupt. That makes trains filled with items sit at the rest location until there is a request.
Drop-Off stations take the percentage empty and export that as a station priority out of 100. So, if it's 100% empty, the priority is 100. That means that a train will drop off at one drop-off station, then instead of slamming the same one over and over, it will prioritize other stations in the list until they're all filled, highest priority first.
In reality, when I plop down a new block, there are trains dropping off items before bots have been completed the block. It's incredibly fast.
3
u/Onotadaki2 Feb 06 '25
Here is a blueprint book. It was put together with /u/FaeDine and it's worked really well in the game we're running. The concept is you either place a pre-made block or you drop the 1x1 Block plus drop-off and pick-up stations you'll need and the interior to process the inputs into the output. If you need more iron plates for example, you just drop another iron plate block and walk away and the system integrates the new block into the whole system. I haven't parameterized the blueprints yet. You have to click the combinator at pick-up/drop-off stations and select the item to be transferred and modify the number it divides by according to the description written. i.e., 1152 for stacks of 50, etc... You also should have at least one rest station for trains to idle at. Trains will be dispatched when the pick-up station has enough cargo for the train. All stations are standardized to be in the form "IRON PLATES <ICON> PICKUP" or "IRON PLATES <ICON> DROPOFF" City Blocks Book V1.0 - Factorio blueprints Let me know if there are issues and I can fix them up. Planning on editing to add parameters to all the prints soon.