#Help with gadgets please!

37 messages · Page 1 of 1 (latest)

lime crest
#

so I wanna add a pressed port so the button can connect to other things, is that possible?

hollow plaza
#

It doesnt make sense to trigger 2 things at the same time

It does make sense to chain 2 chips together

#

@lime crest

lime crest
#

@hollow plaza Yeah but im trying to make two things do something at the same time

knotty epoch
#

heat is there to make sure that chain isn't too long

lime crest
#

I'm confused

hollow plaza
hollow plaza
lime crest
#

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.

hollow plaza
#

You'll need:
Role Chip x2 (Cv1 component)
Add Role x2 (Cv2 chip)
Remove Role x2 (Cv2 chip)

lime crest
#

Alright now what

hollow plaza
# lime crest 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

lime crest
#

this is way to confusing for me

odd raft
#

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]

lime crest
#

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

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

lime crest
#

Ok so now what do I wire together and I'm wiring the orange ports on the top right? @odd raft

lime crest
#

Now where do I connect the suns?

#

@odd raft

odd raft
#

You don’t. If you’ve configured the sun chips correctly, as per the instructions, then you should be done.

lime crest
#

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??

lime crest
#

To what?

odd raft
#

You can’t connect cv1 to cv2 or vice versa.

lime crest
#

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

odd raft
#

I’d say keep things as they are. Stay with the two buttons.