Search found 535 matches
- Fri Nov 08, 2024 2:55 pm
- Forum: Duplicates
- Topic: [2.0.14] Parameterisation underflow
- Replies: 1
- Views: 40
[2.0.14] Parameterisation underflow
I tried to place a parameter with a -1 value to compare against in a combinator and the combinator underflowed to 2.1G, pretty sure this is a bug, I'm using "* > -1" in a combinator because the value is customisable and I have other things with 0 but the -1 is customisable. In some ways gr...
- Fri Oct 11, 2024 9:47 am
- Forum: News
- Topic: Friday Facts #375 - Quality
- Replies: 838
- Views: 196378
Re: Friday Facts #375 - Quality
doesn't look like anyone's brought this up but with quality assemblers, does this mean there's going to be overrides on productivity for some items? Generally speaking, the quality assemblers giving a small boost to the productivity of all recipes is a unique and powerful bonus but.... Fluid Barreli...
- Fri Nov 17, 2023 11:41 pm
- Forum: News
- Topic: Friday Facts #384 - Combinators 2.0
- Replies: 334
- Views: 69894
Re: Friday Facts #384 - Combinators 2.0
Now Imagine to have behind each output two check-boxes: "to red" and "to green", booth of them checked by default. No more. ... No - Just different outputs to different channels if ONE set of conditions is TRUE. Okay so set of conditions are true you send some things to red some...
- Fri Nov 17, 2023 9:05 am
- Forum: News
- Topic: Friday Facts #384 - Combinators 2.0
- Replies: 334
- Views: 69894
Re: Friday Facts #384 - Combinators 2.0
To me round number meant integers as opposed to decimal as is often used in comon langage and i thought it for the weights of item. The quote from #382 is This created some kind of rough base for testing, and we then modified many things a lot. Most non-intermediate utility stuff was cut to be at m...
- Tue Nov 14, 2023 2:34 pm
- Forum: News
- Topic: Friday Facts #384 - Combinators 2.0
- Replies: 334
- Views: 69894
Re: Friday Facts #384 - Combinators 2.0
Even knowing full well that it's not the case, every time I look at this, my brain thinks that decider will output a fixed value of "check 1, red circuit 8" when it's on. That's an intereting take, and I can see how you read it that way, for me it's saying it will output with the current ...
- Tue Nov 14, 2023 9:53 am
- Forum: News
- Topic: Friday Facts #384 - Combinators 2.0
- Replies: 334
- Views: 69894
Re: Friday Facts #384 - Combinators 2.0
Yes , i tend to think it would be a fun puzzle :) Give us access to raw value like stack size, number of slot, weight of one item, and then we could do the math with combinator, it's not super advanced maths, ideally when the research is done it auto-update the value, but there is room for differen...
- Mon Nov 13, 2023 2:09 pm
- Forum: News
- Topic: Friday Facts #384 - Combinators 2.0
- Replies: 334
- Views: 69894
Re: Friday Facts #384 - Combinators 2.0
"Rocket capacity" seems oddly specific to me too. Item mass seems like the most general property to output. Rocket capacity is tied very specifically to a single vanilla feature, but I imagine mods (like SE!) will start making use of weight/mass in other contexts. Mass makes more sense to...
- Sun Nov 12, 2023 11:25 pm
- Forum: News
- Topic: Friday Facts #384 - Combinators 2.0
- Replies: 334
- Views: 69894
Re: Friday Facts #384 - Combinators 2.0
I would like to have an option not only to select different outputs but also choose the channel (red or green) to output to. You select WHERE to output by the cable(s) you connect to the combinator You select WHAT to output by the tick boxes in the combinator menu If you want to output only from th...
- Sun Nov 12, 2023 10:12 pm
- Forum: News
- Topic: Friday Facts #384 - Combinators 2.0
- Replies: 334
- Views: 69894
Re: Friday Facts #384 - Combinators 2.0
I've attached a visual mock-up of this: sort_index_example2.jpg (EDIT: fixed output request order in example image - evaluating hypothetical circuits by hand is hard!) This might be doable with something comparable to each/every as the index.... though I can see a way of doing it manually without a...
- Sun Nov 12, 2023 8:32 pm
- Forum: News
- Topic: Friday Facts #384 - Combinators 2.0
- Replies: 334
- Views: 69894
Re: Friday Facts #384 - Combinators 2.0
I will personally never use the circuits as I have found them too complicated to use in-game and the tutorials on them, both in-game and outside it, have all been insufficient. Like one other person, this has led to me building multiple, small, simple, scaleable outpost-style bases for mining and d...
- Sun Nov 12, 2023 4:29 pm
- Forum: News
- Topic: Friday Facts #384 - Combinators 2.0
- Replies: 334
- Views: 69894
Re: Friday Facts #384 - Combinators 2.0
[*]Min/Max/Latch (of a particular signal over time) -> I think 2 combinators, if red >= green output red, if green > red output green, feed both back into either red or green (on both) and have the other side be data, and have a reset control signal too, I think you need 2 for min max cause you nee...
- Sun Nov 12, 2023 2:31 pm
- Forum: News
- Topic: Friday Facts #384 - Combinators 2.0
- Replies: 334
- Views: 69894
Re: Friday Facts #384 - Combinators 2.0
Something else I realized would be awesome to have in a single combinator: random numbers, possibly with a range. (Ab)using the random signal selector combinator needs signal input (which limits the range/resolution to the total number of different signals), and possibly folding the different possi...
- Sun Nov 12, 2023 2:08 pm
- Forum: News
- Topic: Friday Facts #384 - Combinators 2.0
- Replies: 334
- Views: 69894
Re: Friday Facts #384 - Combinators 2.0
I suggest adding a filter combinator. This combinator will take as a filter the types of signals from, for example, the green wire and pass these types from the red to the output. Or skip those that are not specified. This is possible with the 2.0 Decider if Control signal on Red != 0 then the Data...
- Sun Nov 12, 2023 2:01 pm
- Forum: News
- Topic: Friday Facts #384 - Combinators 2.0
- Replies: 334
- Views: 69894
Re: Friday Facts #384 - Combinators 2.0
It's great that it's possible , but that workaround feels cumbersome and considering that the new combinator is named the Selector it feels counter-intuitive to be performing an operation like this on the Decider. You're right I'd split the Selector as is to a Sorter Combinator and a LookUp Combina...
- Sun Nov 12, 2023 11:21 am
- Forum: News
- Topic: Friday Facts #384 - Combinators 2.0
- Replies: 334
- Views: 69894
Re: Friday Facts #384 - Combinators 2.0
Oh, that's an illustrative example! Picking the first item (in signal order - the order displayed in the tooltip) just takes one combinator. So if you move all of those to the train, and no more arrive, then that's easy: just repeat. Just separating them out in signal display order just takes 3 com...
- Sun Nov 12, 2023 2:05 am
- Forum: News
- Topic: Friday Facts #384 - Combinators 2.0
- Replies: 334
- Views: 69894
Re: Friday Facts #384 - Combinators 2.0
The function is indexing signals to process them one by one in some additional logic. Is there a problem in 1.1 that the selector combinator would solve? I don't understand what is meant by the above quote. If you want do do the same thing for every input signal, that's straightforward. If you want...
- Sun Nov 12, 2023 1:34 am
- Forum: News
- Topic: Friday Facts #384 - Combinators 2.0
- Replies: 334
- Views: 69894
Re: Friday Facts #384 - Combinators 2.0
Some time ago I was thinking about how to enumerate all non-zero signals in a circuit. I thought that I didn’t have enough knowledge about combinators, but it turned out that this is now almost impossible. But at least it will be like this until version 2.0 I'm curious what you mean by "enumer...
- Sun Nov 12, 2023 1:08 am
- Forum: News
- Topic: Friday Facts #384 - Combinators 2.0
- Replies: 334
- Views: 69894
Re: Friday Facts #384 - Combinators 2.0
Oooh more circuit stuff, this is amazing :D I have so many ideas popping into my head for how it could be used many of which others have mentioned: A cycling output from a memory cell -> with a handful of combinators, take a snapshot of signals, then output them one after another, when last signal i...
- Thu Sep 21, 2023 11:55 am
- Forum: Ideas and Suggestions
- Topic: Robot Recall Signals
- Replies: 2
- Views: 570
Re: Robot Recall Signals
completely missed that, never mind me XD
- Thu Sep 21, 2023 9:49 am
- Forum: Ideas and Suggestions
- Topic: Robot Recall Signals
- Replies: 2
- Views: 570
Robot Recall Signals
It'd be nice if it were possible to set certain roboports to request some robots to come back to them if they're not busy Having all your building robots defaulting to docking where they finished working rather than where they're most likely to be needed next would be nice Having logistic robots dis...