Please or Register to create posts and topics.

Multiple Sphere Droppers Don't Work

Page 1 of 2Next

Hey guys!

I'm using instances to created two sphere droppers.

I have them both connected to different buttons, and when there is only one, it works, however when I introduce a second, it doesn't work!

I am using the instances sphere_dropper_multiple.vmf
They are named sphere_dropper1 and sphere_dropper2

I followed the tutorial on the Valve Developer Community, as a result, my outputs on the buttons are:

OnPressed
sphere_dropper1
instance:cube_dropper;Trigger

OnPressed
sphere_dropper1
instance:cube_dropper_autorespawn;Enable

and also

OnPressed
sphere_dropper2
instance:cube_dropper;Trigger

OnPressed
sphere_dropper2
instance:cube_dropper_autorespawn;Enable

Any help would be appreciated!
Thanks!

Looks like instances are becoming a big nuisance. I still prefer making it myself or using a prefab I made, no matter how easy they make it seem 0,0

It is weird that if there is only one it works but if there is 2 it doesn't. Maybe the instances are colliding I/O? I really can't think of anything else.

?????????????????????????????TWP Releases | My Workshop

Are you sure you are using the "_multiple" version? Nacimota had a problem with using multiple cube dropper instances, and it was because there was colliding I/O. He fixed it by using the "_multiple" version of the instance.

I haven't used the ball dropper at all, it's possible the I/O in it isn't correct. I can do some testing on my own later.

[Important Threads] Forum Rules | Welcome to the new Thinking With Portals
Please do not Private Message me for assistance. Post a thread if you have questions or concerns.
If you need to contact the staff privately, contact the Global Moderators via Discord.

I'm not sure if this tutorial will help you, but he goes over putting multiple droppers in it.

http://www.youtube.com/user/SolarChronu ... a5hw91MP9A

Hey ! :) Managed to get it working with the boxes, but not spheres!
Obviously a problem with the multiple spheres instances, get on it Valve! :D

Thanks Sleepless Mickey! :)

Has anyone managed to fix the problem with multiple sphere droppers? I have two sphere_dropper_multiples in my map and one of them keeps dropping two balls and jamming up.

Winner of the Nobel Prize for Being Immune to Neurotoxin

Thanks for over 1,000 downloads: The Cold Shoulder

If you want to fix it simply, just take the cube_dropper_multiple instance and replace the cube with a ball.
Cave Johnson. We're done here.

My Maps:
[spoiler][SP] Alternate[/spoiler]

[Oops, Double Post...]

I need to try this, I have a map I've been sitting on because I couldn't make both a ball dropper and box dropper work in the same level.

Vordwann wrote:
If you want to fix it simply, just take the cube_dropper_multiple instance and replace the cube with a ball.
Cave Johnson. We're done here.

I did this, but it won't drop anything now. Not sure if I did something wrong. I changed nothing except the cube type.

Winner of the Nobel Prize for Being Immune to Neurotoxin

Thanks for over 1,000 downloads: The Cold Shoulder
Page 1 of 2Next