Simple Questions and Short Answers
Re: Simple Questions and Short Answers
If a train has a choice between two routes of the same length and one has a waystation, will the to route with the waystation get the pathfinding penalty?
Re: Simple Questions and Short Answers
Yes, When the path includes a train stop that is not the destination -> Add a penalty of 2000. from https://wiki.factorio.com/Railway/Train_path_finding there are more calculations when there is a train waiting at this waystation.
Re: Simple Questions and Short Answers
That's the expected behavior, sometimes things doesn't go as expected
In this case, the waypoint station add more than 2000 rail penalty depending on what is messed up.
Was your question about 2 routes that would be the same lengh, after the penalty is applied ?
Re: Simple Questions and Short Answers
Thanks everyone! This answers my questions.
-
- Fast Inserter
- Posts: 141
- Joined: Wed Feb 03, 2016 7:16 pm
- Contact:
Re: Simple Questions and Short Answers
was there a change in 0.17 compared to 0.16 for curved rails (how wide they are) ?
Blueprints that worked in 0.16 don't work in 0.17 anymore as the curve uses 1 tile extra (yes, i just started with 0.17, search didn't gave answer).
Screen for explanation:
Blueprints that worked in 0.16 don't work in 0.17 anymore as the curve uses 1 tile extra (yes, i just started with 0.17, search didn't gave answer).
Screen for explanation:
-
- Fast Inserter
- Posts: 141
- Joined: Wed Feb 03, 2016 7:16 pm
- Contact:
-
- Filter Inserter
- Posts: 587
- Joined: Sun Jun 09, 2019 10:40 pm
- Contact:
Re: Simple Questions and Short Answers
So, something that you will have to adapt to, and a result of deliberate choices. Not intended in the sense that specifically breaking those blueprints was the goal.
-
- Burner Inserter
- Posts: 7
- Joined: Sat Aug 18, 2018 12:55 am
- Contact:
Re: Simple Questions and Short Answers
Hey, I haven't found this anywhere, so sorry if it has been asked before.
Is there a way for an inserter too look up a value in a circuit network based upon what it is holding?
Is there a way for an inserter too look up a value in a circuit network based upon what it is holding?
Re: Simple Questions and Short Answers
At the beginning of my main bus, I've placed some chests (store houses from a mod, actually) from where inserters take the required items and load them on the belts. Inserters have one disadvantage, though: they only load the belt on one side. Usually, I would use a belt balancer in such cases -- but on the bus, there are multiple lanes carrying different items close to each other, so this is not practical. I therefore thought of a way to load both sides of the belt in a way requiring less space. The clever way seemed to be to place an inserter each on two opposite sides of the chest that load onto underground belts:
I expected that to work because inserters place items on the far side or on the right lane of a belt. It doesn't work though, and I've found the reason on the wiki:
I expected that to work because inserters place items on the far side or on the right lane of a belt. It doesn't work though, and I've found the reason on the wiki:
The result is, that both inserters load the same lane of the belt. Does anybody have an idea how to load multiple adjacent belts on both sides without using too much space?Inserters place the item on the furthest lane. If a belt is in the same orientation as the inserter, the item will be placed on the right-hand lane, from the belt's perspective. In curves the inserter always places on the far side.
A good mod deserves a good changelog. Here's a tutorial (WIP) about Factorio's way too strict changelog syntax!
- BlueTemplar
- Smart Inserter
- Posts: 3109
- Joined: Fri Jun 08, 2018 2:16 pm
- Contact:
Re: Simple Questions and Short Answers
Damn, I was certain that it was from the inserter's perspective ?
Do we anthropomorphise them too much ?
Awesome mod !
https://mods.factorio.com/mod/inserters-with-eyes
Do we anthropomorphise them too much ?
Awesome mod !
https://mods.factorio.com/mod/inserters-with-eyes
BobDiggity (mod-scenario-pack)
Re: Simple Questions and Short Answers
I would say "yes", you can use "read content" on an inserter, either pulse or hold from memory.TheChucklesStart wrote: ↑Sat Aug 24, 2019 3:05 am Hey, I haven't found this anywhere, so sorry if it has been asked before.
Is there a way for an inserter too look up a value in a circuit network based upon what it is holding?
You can also use a condition on the inserter based on circuit signal.
This should make it able to react to his own content. I am not sure this is what you meant. It seems weird to me , but so many things are too hopefully that was the question !
Re: Simple Questions and Short Answers
@Pi-C:
Does this qualify as "not to much room"?
Does this qualify as "not to much room"?
- eradicator
- Smart Inserter
- Posts: 5207
- Joined: Tue Jul 12, 2016 9:03 am
- Contact:
Re: Simple Questions and Short Answers
If it gets too wide you'll have to add some extra space for electricity:
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
- eradicator
- Smart Inserter
- Posts: 5207
- Joined: Tue Jul 12, 2016 9:03 am
- Contact:
Re: Simple Questions and Short Answers
At more than 20 parralell lanes you'll have to leave some space for power :p
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
-
- Burner Inserter
- Posts: 7
- Joined: Sat Aug 18, 2018 12:55 am
- Contact:
Re: Simple Questions and Short Answers
This isn't what I meant, sorry, I should have been more clear. What I am wanting is a way to use what the inserter is holding in the enabled condition.mmmPI wrote: ↑Sat Aug 24, 2019 10:45 amI would say "yes", you can use "read content" on an inserter, either pulse or hold from memory.TheChucklesStart wrote: ↑Sat Aug 24, 2019 3:05 am Hey, I haven't found this anywhere, so sorry if it has been asked before.
Is there a way for an inserter too look up a value in a circuit network based upon what it is holding?
You can also use a condition on the inserter based on circuit signal.
This should make it able to react to his own content. I am not sure this is what you meant. It seems weird to me , but so many things are too hopefully that was the question !
For instance, if I have a circuit network with 100 different item types in it, I want to be able to look up the item the inserter is holding to make sure there aren't already too many of that item type in the circuit network. Then, if there are too many of that type, then I want to stop the inserter until there are no longer too many of that item on the circuit network.
Re: Simple Questions and Short Answers
I think you mean the logistic network?
And yes, you can connect the inserter directly.
And yes, you can connect the inserter directly.