#Is there any way to split inputs?

1 messages · Page 1 of 1 (latest)

fluid loom
#

I might need a thing where 1 input makes 2 inputs somehow

topaz kettle
# fluid loom I might need a thing where 1 input makes 2 inputs somehow

Executions: Basically, think of it as time being stopped, & CPU is how many circuits heat can be used before the frame draws to your screen anyways. So long as cpu dosent overheat, there will be essentially no delay. Thus only order matters, really.

Data: Use control flow circuits to switch around input, or events to just directly send the input from anywhere in a circuit

shadow wagon
# fluid loom I might need a thing where 1 input makes 2 inputs somehow

depends on task
use "if value" (checks bool and gives data depending on that, use when only 2 variants) or "value switch" (compares a value and give data depending on that, use when 3+ variants) to use multiple data options in 1 chip

if you're talking about exec (orange input) then you can just connect multiple outputs to 1 input

#1321098169693507604 some cv2 stuff (shameles add)

viscid sail
topaz kettle
viscid sail
#

I know it's bad, but sometimes I just have to 😥

topaz kettle
jolly bone
jolly bone
topaz kettle
topaz kettle
# fluid loom Is that a room 1.0?

rooms 2 is like cv2, but for objects.
cv2 is already updated/a v2. So it works both in r1 and r2

And like i said, executions basically like u stop time. Values update, bt visually, they update at the same time so long as they were updated within the same frame before the next was displayed

basically if your play a piston, after it played (not finished or met target, the "play" output), u play another piston, both will visually have activated at the same time

there is no delay unless run out cpu heat, u create one, or use the delay chip. Theres a reason sequence came out so late, it is not required. Its organizational.

fluid loom
topaz kettle
fluid loom
pliant salmon
#

What are you even trying to do

topaz kettle
# fluid loom I am bad at circuits and good at circuits so idk how to use a circuit board

its just a interface:

  • Edit it to build/paste circuits inside it
  • Configure to add port group(s) (purely visual, using only 1 group makes no difference, but u need at least 1 to add ports)
  • Add ports & set their type & label to something the circuit inside needs
  • Edit & connect the ports you made on the "In" & "Out" chips to the circuit inside just like normal chips
    And there. You have your circuit into 1 chip with more understandable port labels, & just the ports you need

& Remember:

  • You can add circuit boards inside eachother
  • Circuits boards dont truly make the circuit into 1 chip, you need to use events to interface with the board/circuits so you dont have to clone them. And if you do that, remember if the circuit has delays, you need special handling to return. Otherwise if it dont have delays, using the output from the event sender will work fine to continue (return) from
jolly bone
#

typo😔

fluid loom
pliant salmon
fluid loom
pliant salmon
#

What are the Ifs testing

fluid loom
pliant salmon
#

Most of the time you’d be able to just optimize it down instead of needing multiple inputs

pliant salmon
#

What’s convenient

fluid loom
pliant salmon
#

I mean it might seem like that but most of the time you wouldn’t really need it

fluid loom
pliant salmon
#

But why though