Sphere Droppers + Cube Dropper

Avatar
Mog
52 Posts
Posted May 29, 2011
I've run into a problem with the sphere and cube dropper instances. I have one of each in my room. They are both activated by different buttons. However when I push one button, a sphere AND a cube are stuffed into one dropper and it becomes a traffic jam in the dropper. Meanwhile, spheres are flying in random directions out the other dropper. I've already tried using the sphere_multiple, but it still persists. The instances I'm using are:

instances/gameplay/sphere_dropper_normal.vmf
instances/gameplay/cube_dropper_normal.vmf

Advertisement
Registered users don’t see ads! Register now!
Avatar
msleeper
4,136 Posts
Admin
Posted May 29, 2011
Replied 50 minutes later
You definitely need to use the "_multiple" version. I'm not sure if the sphere_multiple instance is broken though, so that might be part of the problem. Try using the "_multple" cube dropper and don't change the sphere dropper.
Avatar
Mog
52 Posts
Posted May 29, 2011
Replied 3 hours later

msleeper wrote:
You definitely need to use the "_multiple" version. I'm not sure if the sphere_multiple instance is broken though, so that might be part of the problem. Try using the "_multple" cube dropper and don't change the sphere dropper.

Awesome, that works. Thanks.