Combinators 101
-
- Inserter
- Posts: 29
- Joined: Sun Dec 28, 2014 10:01 am
- Contact:
Re: Combinators 101
The blueprint string is most likely based on the old mod, which is incompatible with the new in-game BP strings. Unfortunately I don’t have access to the game right now. In the mean time you could try and install the old blueprint strings mod.
- Baile nam Fonn
- Inserter
- Posts: 22
- Joined: Sun Sep 17, 2017 4:48 am
- Contact:
Re: Combinators 101
Thanks.BlaatMekker wrote:The blueprint string is most likely based on the old mod, which is incompatible with the new in-game BP strings. Unfortunately I don’t have access to the game right now. In the mean time you could try and install the old blueprint strings mod.
That was my first time installing a mod for Factorio.
I won't lie: the additional Factorio-specific account registration + Steam sync was a vexing hurdle --but the mod works as advertised and served my want perfectly.
I'll be crafting a clearly labelled screenshot of the circuit in question to post here soon.
-
- Inserter
- Posts: 29
- Joined: Sun Dec 28, 2014 10:01 am
- Contact:
Re: Combinators 101
Ah cool!Baile nam Fonn wrote:Thanks.BlaatMekker wrote:The blueprint string is most likely based on the old mod, which is incompatible with the new in-game BP strings. Unfortunately I don’t have access to the game right now. In the mean time you could try and install the old blueprint strings mod.
That was my first time installing a mod for Factorio.
I won't lie: the additional Factorio-specific account registration + Steam sync was a vexing hurdle --but the mod works as advertised and served my want perfectly.
I'll be crafting a clearly labelled screenshot of the circuit in question to post here soon.
Could you also post an updated blueprint string from the vanilla blueprint book?
-
- Inserter
- Posts: 29
- Joined: Sun Dec 28, 2014 10:01 am
- Contact:
Re: Combinators 101
https://imgur.com/a/eY54y
can you handle this? I do not know how to do it
can you handle this? I do not know how to do it
Please consider English is not my native language.
-
- Burner Inserter
- Posts: 17
- Joined: Tue Aug 15, 2017 7:53 am
- Contact:
Re: Combinators 101
If you wait a week this functionality will be added to splitters in-game. https://www.factorio.com/blog/post/fff-225CzeJacob wrote:https://imgur.com/a/eY54y
can you handle this? I do not know how to do it
-
- Inserter
- Posts: 29
- Joined: Sun Dec 28, 2014 10:01 am
- Contact:
Re: Combinators 101
It's available through 0.16.17
Re: Combinators 101
Has there been any looking into binary switches? Like, input use, switch activation, repeat.
Re: Combinators 101
As of now 16.51, the mentioned 1 combinator RS-Latch is not working exactly as advertised, because when feeding both R and S signals in the latch doesn't reset, and stays on. It's because when latched it feeds 2 S signals into itself, it resets when R is at least 2, but I haven't seen that written in the post.
Re: Combinators 101
That's how a RS works.AlexAegis wrote: ↑Tue Jan 22, 2019 10:39 pm As of now 16.51, the mentioned 1 combinator RS-Latch is not working exactly as advertised, because when feeding both R and S signals in the latch doesn't reset, and stays on. It's because when latched it feeds 2 S signals into itself, it resets when R is at least 2, but I haven't seen that written in the post.
You need a SR latch. The last letter is dominant.