Search found 18368 matches: bots

Searched query: bots

by mrvn
Fri Apr 19, 2024 6:14 am
Forum: Modding help
Topic: How to make an inventory that incudes the exact contents (slot by slot) in blueprints?
Replies: 2
Views: 325

Re: How to make an inventory that incudes the exact contents (slot by slot) in blueprints?

... to preserve order. How would the user interact with that inventory? How would the blueprint include the contents of that inventory? How would bots place modules into that inventory after blueprinting? Creating an inventory is not the problem. The chest entity already has one. It's the contents ...
by kanorn
Thu Apr 18, 2024 12:11 pm
Forum: Mods
Topic: Magic Mod [0.1.56]
Replies: 1
Views: 736

Magic Mod [0.1.56]

... Features New Weapons: Enchant your arsenal with magical weaponry. New Tier of Buildings: Elevate your industrial prowess with advanced structures. Bots: Implement magical bots to automate various tasks. Please note that this mod is a work in progress, and more exciting features are on the horizon! ...
by Xorimuth
Wed Apr 17, 2024 9:51 am
Forum: Won't implement
Topic: Roboport on_built_entity
Replies: 4
Views: 835

Re: Roboport on_built_entity

BubstyBoy wrote:
Tue Apr 16, 2024 7:02 pm
If this event existed, I would use it for a mod I would like to make that gives construction bots personal shields/weapons.
I think you can get basically the same thing using a created_effect script trigger.
by BubstyBoy
Tue Apr 16, 2024 7:02 pm
Forum: Won't implement
Topic: Roboport on_built_entity
Replies: 4
Views: 835

Re: Roboport on_built_entity

If this event existed, I would use it for a mod I would like to make that gives construction bots personal shields/weapons.
by mmmPI
Sat Apr 13, 2024 8:22 pm
Forum: Railway Setups
Topic: High-Throughput Exact-Items Train Loader (w/o Bots)
Replies: 10
Views: 792

Re: High-Throughput Exact-Items Train Loader (w/o Bots)

... what is shown here. That is one (very) efficient way to do, but it uses robots so that wouldn't correspond to the definition of train loader (w/o Bots). "High" throughput is "subjective", OP could have staggered inserters 4 or 10 ticks aparts but that would have been against ...
by Tertius
Sat Apr 13, 2024 1:50 pm
Forum: Railway Setups
Topic: High-Throughput Exact-Items Train Loader (w/o Bots)
Replies: 10
Views: 792

Re: High-Throughput Exact-Items Train Loader (w/o Bots)

Why would this not apply for multiples wagons ? it would mean doing them 1 after the other ? or not possible at all ? i'm not sure what you mean. Ok, I looked more thoroughly. This implementation just loads what has been defined externally. It doesn't even look if there is already something of that...
by mmmPI
Sat Apr 13, 2024 12:48 pm
Forum: Railway Setups
Topic: High-Throughput Exact-Items Train Loader (w/o Bots)
Replies: 10
Views: 792

Re: High-Throughput Exact-Items Train Loader (w/o Bots)

Hopefully this makes a little more sense... It does make sense, but it's doesn't make it more intuitive for me x) There is an example for your loader. You mention you want multiple wagons for your trains in the end. But your current solution doesn't scale to multiple wagons. I don't mean the size a...
by Tertius
Sat Apr 13, 2024 11:58 am
Forum: Railway Setups
Topic: High-Throughput Exact-Items Train Loader (w/o Bots)
Replies: 10
Views: 792

Re: High-Throughput Exact-Items Train Loader (w/o Bots)

There was a moment where it dawned on me how much other infrastructure needs to be built out to actually use this. Keep this in mind. That's a vital consideration. From my own experience, it's fun to create a solution for some real problem in a controlled lab environment. However, when I start to p...
by Builder_K
Sat Apr 13, 2024 3:22 am
Forum: Railway Setups
Topic: High-Throughput Exact-Items Train Loader (w/o Bots)
Replies: 10
Views: 792

Re: High-Throughput Exact-Items Train Loader (w/o Bots)

Bitwise operations are often easier in programming for dealing with power-of-2 numbers. In this case 1<<30 is the same as 2^30, and is exactly 1/4th the range of the 32-bit integer (the full range is exactly 2^32). The particular bits being set here don't actually matter, addition or subtraction wo...
by mmmPI
Sat Apr 13, 2024 1:34 am
Forum: Railway Setups
Topic: High-Throughput Exact-Items Train Loader (w/o Bots)
Replies: 10
Views: 792

Re: High-Throughput Exact-Items Train Loader (w/o Bots)

Bitwise operations are often easier in programming for dealing with power-of-2 numbers. In this case 1<<30 is the same as 2^30, and is exactly 1/4th the range of the 32-bit integer (the full range is exactly 2^32). The particular bits being set here don't actually matter, addition or subtraction wo...
by Builder_K
Fri Apr 12, 2024 11:59 pm
Forum: Railway Setups
Topic: High-Throughput Exact-Items Train Loader (w/o Bots)
Replies: 10
Views: 792

Re: High-Throughput Exact-Items Train Loader (w/o Bots)

It's not clear for me how you fill and refill the chests. In your video, you just insert a few items manually and completely ignore this aspect. But that's vital for practical and automated use. It seems you intend shuffling items with some splitter contraption, then insert them into the chests by ...
by Illiander42
Thu Apr 11, 2024 9:15 pm
Forum: Ideas and Suggestions
Topic: Let construction robots place items that were just deconstructed nearby
Replies: 15
Views: 889

Re: Let construction robots place items that were just deconstructed nearby

Maybe by having the bots pausing for some seconds after deconstructing, to see if you paste the items you've just cut? I don't think those extra seconds before they head back to the mall to drop their load if you don't paste the recently ...
by nethus
Thu Apr 11, 2024 5:19 pm
Forum: Ideas and Suggestions
Topic: Let construction robots place items that were just deconstructed nearby
Replies: 15
Views: 889

Re: Let construction robots place items that were just deconstructed nearby

... a (yellow) storage chest, and placing one of each item that I expect to be deconstructed in it (belts, inserters, AM's, power pole,...). All bots will dump the deconstructed items in the chest and go wait in a nearby roboport, and once you start reconstructing, both bots and items are nearby. ...
by Qon
Wed Apr 10, 2024 6:31 pm
Forum: Ideas and Suggestions
Topic: Let construction robots place items that were just deconstructed nearby
Replies: 15
Views: 889

Re: Let construction robots place items that were just deconstructed nearby

If when placing a blueprint, instead of just provider and buffer chests being queried for available items, bots in the air on their way to dump their inventory were also queried within a smaller distance than the found item. And with some max radius to speed up the bot search ...
by BLucky
Wed Apr 10, 2024 2:45 pm
Forum: Ideas and Suggestions
Topic: Let construction robots place items that were just deconstructed nearby
Replies: 15
Views: 889

Re: Let construction robots place items that were just deconstructed nearby

... would be if there's no items stored in the logistics network for that, making the deconstructed item the only option, or if there isn't enough bots to fulfill all the tasks, making it possible that both a construction and deconstruction order exist at once when a bot gets around to it, but ...
by mmmPI
Tue Apr 09, 2024 8:44 pm
Forum: Railway Setups
Topic: High-Throughput Exact-Items Train Loader (w/o Bots)
Replies: 10
Views: 792

Re: High-Throughput Exact-Items Train Loader (w/o Bots)

Thoughts? 1) That has to be one of the most convoluted way to solve this problem i've ever seen 2) i think for long videos of explanations like those, people sometimes make several cuts and/or bullet points on a list to look at to avoid skipping something or saying another thing twice. 3) It's cool...
by Koub
Tue Apr 09, 2024 7:51 pm
Forum: Implemented in 2.0
Topic: Roboports may request bots
Replies: 8
Views: 4760

Re: Roboports may request bots

[Koub] Moved to implemented in 2.0. Source : https://factorio.com/blog/post/fff-374
by BLucky
Tue Apr 09, 2024 6:17 pm
Forum: Ideas and Suggestions
Topic: Let construction robots place items that were just deconstructed nearby
Replies: 15
Views: 889

Let construction robots place items that were just deconstructed nearby

... improvements didn't mention anything like this, so I decided to make a post TL;DR Make moving buildings better by making it so that construction bots don't have to travel all the way to a storage chest to store a deconstructed building just for another bot to immediately grab it and carry it ...
by Qon
Tue Apr 09, 2024 3:07 pm
Forum: Railway Setups
Topic: High-Throughput Exact-Items Train Loader (w/o Bots)
Replies: 10
Views: 792

Re: High-Throughput Exact-Items Train Loader (w/o Bots)

I agree with Tertius, and would like to add some: Why? Is this supposed to be a solution to a problem? Because what kind of train has only a single wagon (and no room to expand solution) and high throughput requirements and also carries multiple items in arbitrary configurations? I can't find a use ...
by Tertius
Tue Apr 09, 2024 1:14 pm
Forum: Railway Setups
Topic: High-Throughput Exact-Items Train Loader (w/o Bots)
Replies: 10
Views: 792

Re: High-Throughput Exact-Items Train Loader (w/o Bots)

It's not clear for me how you fill and refill the chests. In your video, you just insert a few items manually and completely ignore this aspect. But that's vital for practical and automated use. It seems you intend shuffling items with some splitter contraption, then insert them into the chests by u...

Go to advanced search