faith plates

Avatar
tactical fluke
31 Posts
Posted May 16, 2011
hi. i'm making a map (my very first! :biggrin: ) but my faith plate won't launch physics objects. could you help me?
Advertisement
Registered users don’t see ads! Register now!
Avatar
msleeper
4,136 Posts
Admin
Posted May 16, 2011
Replied 9 minutes later
Do you have the "physics objects" Flag checked?
Avatar
p0rtalplayer
1,366 Posts
Posted May 16, 2011
Replied 12 hours later
Also, make sure the "correctly account for object mass" flag is checked.
Advertisement
Registered users don’t see ads! Register now!
Avatar
-niX-
23 Posts
Posted May 17, 2011
Replied 12 hours later
Hi,

I had the same problem too, when i put a cube directly on my catapult and when i tried to activate it using a simple button, the catapult reacted but the cube didn't move, it was stucked on the ground :/

I resolved this trouble with a func_toggle entity brush with invisible texture. I put it on my catapult, like the trigger brush. And when i push the button, the event "Toggle" of my func_toggle brush is raised and the cube fall on the catapult, and it worked fine :smile:

After 1 second, I call the event "Toggle" again to restore the func_toggle brush
Good luck :wink: