#Help with gadgets please!
37 messages · Page 1 of 1 (latest)
Chain your circuits
It doesnt make sense to trigger 2 things at the same time
It does make sense to chain 2 chips together
@lime crest
@hollow plaza Yeah but im trying to make two things do something at the same time
they will, they chain instantly, so the whole chain will happen on the same frame
heat is there to make sure that chain isn't too long
When executing a chain of circuits in Cv2, everything executes in the same frame
what do you want to do?
When I click the button I want the audio player to play and the sun to go on, then when I turn the button off I want the other sun to go on and the audio player to stop.
You cant connect Cv2 to Cv1 or vice versa
What you can do is have the sun chips be permanently on, but only show to people with a certain role
Then, when you play the audio player, you can add the role for sun A, and remove the role for sun B
When you stop the audio player, you can add the role for sun B, and remove the role for sun A
You'll need:
Role Chip x2 (Cv1 component)
Add Role x2 (Cv2 chip)
Remove Role x2 (Cv2 chip)
Alright now what
What you can do is have the sun chips be permanently on, but only show to people with a certain role
Then, when you play the audio player, you can add the role for sun A, and remove the role for sun B
When you stop the audio player, you can add the role for sun B, and remove the role for sun A
this is way to confusing for me
Here, I’ll try to word it in a way that follows how you would wire the chips in-game:
Button pressed -> player add role (A) -> player remove role (B) -> audio player play
Button released -> player add role (B) -> Player remove role (A) -> audio player stop*
A is the role that shows the first sun
B is the role that shows the 2nd
Each sun chip should be exclusive to one of those roles.
*[or use audio player pause if you don’t want to restart the song]
how do I connect the whole A and B roles to the add and remove chips @odd raft ??
this is what I have so far @odd raft
See those purple boxes on the left side of the add/remove role chips? That’s where you manually type A or B
Ok so now what do I wire together and I'm wiring the orange ports on the top right? @odd raft
@lime crest
Yes
You don’t. If you’ve configured the sun chips correctly, as per the instructions, then you should be done.
it worked but now the first sun isn't where I want it and it won't move back
Wait nevermind its all good
one more thing
So I have light bulbs spread all over the map and connected to a system that turns them on and off with a button, is it possible to turn the lights off with the button I just made @odd raft??
yes, chain the signals
You can’t connect cv1 to cv2 or vice versa.
Ok so say I got rid of the light switch system how could I make the lightbulbs turn off when the button is pressed and on when the button is off? @odd raft
I’d say keep things as they are. Stay with the two buttons.