I started designing parking/driving systems using belts because I am a horrible Factorio driver.
Artillery Ammo-Loader Parking Space Assist
Cross-Base Driveway
Gate Drive-Through Assist
Ultimately, this is what I ended up with: The video below shows a loop for demo purposes. The idea is to build a chain of similar inputs to put some standard core-base items in the trunk of an [unattended] vehicle. Players can go off and do other things while their vehicles are loaded up. This seems like it might be particularly useful in mmo games; players could jump into fully-loaded cars, drive out to new base sites and start building out-of-the-box. Walls are used in this example, the next step in the chain could be turrets, ammunition, assembly machines, belts, inserters, and whatever else to build a remote base. Tanks can be filled up as well. I added a fuel loader here, but you wouldn't want one at every stop.
In the example, a player can park an [empty] car on the three belts up-top. The belts guide the vehicle into position for filling, which is pretty forgiving so almost any angle will work.
We can't read the contents of the vehicle, so a counter logic circuit is used to put roughly 200 walls into the vehicle, then the vehicle moves-on automatically via the belts - like an automated car-wash system. Finally, while I used blue belts for this demo, the concept can be implemented early-game - as soon as cars and circuits are available, of course.
Logic controller blueprint:
A few logistics notes:
1) Ammunition and fuel will fill up the vehicles' ammunition and fuel slots first, then fill up the trunk space.
2) Fill-amounts are approximate, so it's a good idea to leave at least a few buffer slots or leave some stack space. For example, in this demo I set the wall counts to 200, but 185 would probably be a better value leaving room for a +15 overfill error.
3) The logic needs to be jump-started by pulling a few walls off the end of the line. I'll work on a better solution if folks seem to like this idea.
4) Vanilla-friendly. I'm using the Creative Mod (Fix for 0.16) to run the simulator, but nothing else.
Video: https://youtu.be/te9uPbRPzcI
Mobile Crates
-
- Smart Inserter
- Posts: 1161
- Joined: Sat Mar 17, 2018 1:20 pm
- Contact:
Re: Mobile Crates
I agree that cars are too hard to drive. I have up on them and instead use trains. I even have a passenger rail system to take me around the base.
Cool concept though. I can see how it can make driving easier.
Cool concept though. I can see how it can make driving easier.
-
- Filter Inserter
- Posts: 320
- Joined: Wed Jun 08, 2016 10:51 pm
- Contact:
Re: Mobile Crates
Most people suck at driving the car at first. It gets easier if you don't give up...
More Mobile Crates Stuff
These mobile crates are "mobile" like mobile homes are mobile in that they could move, but they usually just stay in one place.
Here's an example of an early easy recipe. One thing to notice is, unlike regular chests, mobile chests can support more than four in/out ports. Placed correctly, a car can support up to 10 in/out ports. This also means that a mobile chest can send and receive materials from the same Assembly Machine, unlike chests.
Also, unlike chests, cars can have filtered slots and hold a lot more stuff. This is useful for directing materials to where they are needed. Using the natural buffers (same as chests, but belts don't have much of a buffer), the maximum production capacity is easily maintained. 90/minute is 75% (Assembly Machine 2 speed) of 120/minute or 2/second. Mobile chests aren't the end-all solution in Factorio but are intended to add some options that aren't otherwise available.
Advantages
Here's an example of an early easy recipe. One thing to notice is, unlike regular chests, mobile chests can support more than four in/out ports. Placed correctly, a car can support up to 10 in/out ports. This also means that a mobile chest can send and receive materials from the same Assembly Machine, unlike chests.
Also, unlike chests, cars can have filtered slots and hold a lot more stuff. This is useful for directing materials to where they are needed. Using the natural buffers (same as chests, but belts don't have much of a buffer), the maximum production capacity is easily maintained. 90/minute is 75% (Assembly Machine 2 speed) of 120/minute or 2/second. Mobile chests aren't the end-all solution in Factorio but are intended to add some options that aren't otherwise available.
Advantages
- Up to 10 in/out ports
- Larger capacity
- Filtered slots
- Can be driven away
- Can not be read by a network
- Not easy to block off excess space (I put wood in the empty slots to block them off)
- Can be driven away
- Expensive
Re: Mobile Crates
More car fun: Extra-fast train unloader. I was able to squeeze in an extra line of output using Long Inserters sharing some of the same space as the cars.
The Stack Inserters can load 12 items at a time while the Long Inserters are loading 3, so this should roughly increase the unloading speed by 25%.
Video: https://youtu.be/RVCSomSXKSI
*Edit: Updated video link
The Stack Inserters can load 12 items at a time while the Long Inserters are loading 3, so this should roughly increase the unloading speed by 25%.
Video: https://youtu.be/RVCSomSXKSI
*Edit: Updated video link
Last edited by RiiDii on Sat May 19, 2018 6:38 am, edited 1 time in total.
Re: Mobile Crates
Interesting idea - it can't be placed via blueprint, but otherwise quite neat.RiiDii wrote:More car fun: Extra-fast train unloader. I was able to squeeze in an extra line of output using Long Inserters sharing some of the same space as the cars.
The Stack Inserters can load 12 items at a time while the Long Inserters are loading 3, so this should roughly increase the unloading speed by 25%.
Video: https://youtu.be/SSA3QPxyd0Q
There are 10 types of people: those who get this joke and those who don't.
Re: Mobile Crates
Not entirely -everything but the cars can be in a blueprint. There are only 16 cars... but placing them can be a bit tricky until you get the hang of it.Interesting idea - it can't be placed via blueprint, but otherwise quite neat.
I can post a blueprint if people like, but this is more conceptual than practical (at this point anyway).
Re: Mobile Crates
I clearly was incorrect: The maximum in/out ports for cars is not 10 (listed as an Advantage earlier), but the new record is now 19 (so far):
The production is a bit slow - just less than half-speed at about 44.44%, or ~40/minute. Copper Cables are the choke-point, but there simply is no more room.
- 12 Inserters (any not-Long Inserters)
- 7 Long Inserters
The production is a bit slow - just less than half-speed at about 44.44%, or ~40/minute. Copper Cables are the choke-point, but there simply is no more room.
Re: Mobile Crates
I love it! if only they would allow a blueprintable version it would be great. The advantages are clearly there. We just need the cars to autoalign, support disconnectable circuts, removable wheels (so you can disable driving)
Re: Mobile Crates
I love these ideas