#Is there any way to split inputs?
1 messages · Page 1 of 1 (latest)
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
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)
sequence chip!
["dont make me catch u using sequence chip"](#circuits message)
omg ðŸ˜
I know it's bad, but sometimes I just have to 😥
nah 🥱
also i have dedicated crop now 
You mean the Sequence chip? Opon the input being activated all the outputs get activated
Im using sequence chips >:3
than you'll be forced into rooms 2 pugatory, with its crashrate amplfied even more
NOOOOO
whem rooms v3?
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.
Ok thanks but that's why I want it... for organization reasons. I can barely keep my circuits flat
u can also position your chips better. Like for if, Chips for "Then" should be right infront. Chips for "Else" should be below the "Then"'s chips
then space groups out from eachother
If you really cant do that, than i would use whats best like circuit board, instead of something halfway there like reroute or sequence.
I am bad at circuits and good at circuits so idk how to use a circuit board
What are you even trying to do
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
Yes, alos the post has a Rooms V1 tag why'd i post a R2 thing in a R1 post
typo😔
Just wanted it for organization on a project for a friend
How does splitting a input contribute to organization, what were you doing before
I can run multiple ifs without having to link them all up
What are the Ifs testing
Idk this is just hypothetical
Most of the time you’d be able to just optimize it down instead of needing multiple inputs
It's convenient tho
What’s convenient
Just having multiple inputs
I mean it might seem like that but most of the time you wouldn’t really need it
Exactly, I dont need it, but I want it.
But why though