Author Topic: How to make "man-cannons"  (Read 1738 times)

Andy of the Sheikah

  • PGP
  • Posts: 4
How to make "man-cannons"
« on: June 30, 2008, 10:39:56 AM »
Hi all!

I was wondering how to turn a brush into an object that launches the player into the air, i.e. like the cannons in Grenade Wars. Cheers!

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: How to make "man-cannons"
« Reply #1 on: June 30, 2008, 10:48:07 AM »
Search the forums for trigger_push, you should find what you need :-)

Laged

  • 68 Carbine
  • Posts: 374
Re: How to make "man-cannons"
« Reply #2 on: June 30, 2008, 11:27:12 AM »
I hope you don't make too many of those cannons in a map :)

Andy of the Sheikah

  • PGP
  • Posts: 4
Re: How to make "man-cannons"
« Reply #3 on: June 30, 2008, 11:37:17 AM »
Nah just one which allows easy access from the bottom of the map to the top. I'm having trouble with selecting targets for the trigger_push. I've tried using info_notnull like a topic I found suggested but it didn't work. Any solutions?

Laged

  • 68 Carbine
  • Posts: 374
Re: How to make "man-cannons"
« Reply #4 on: June 30, 2008, 11:45:25 AM »
The trigger_push should have "target" "cannon1".
The info_notnull should have "targetname "cannon1"

You can replace the "cannon1" with something else if you want to, just make sure it's the same word in both.

Also, what kind of map is it?

Andy of the Sheikah

  • PGP
  • Posts: 4
Re: How to make "man-cannons"
« Reply #5 on: June 30, 2008, 11:50:59 AM »
Just straight forward deathmatch. It's my first map so I'm not taking it too seriously.

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: How to make "man-cannons"
« Reply #6 on: June 30, 2008, 11:50:59 AM »
Quote
Also, what kind of map is it?

pssst: I bet it's going to be a jump map.......

Andy of the Sheikah

  • PGP
  • Posts: 4
Re: How to make "man-cannons"
« Reply #7 on: June 30, 2008, 11:56:11 AM »
YAY! It worked. Thanks for the help guys.

Laged

  • 68 Carbine
  • Posts: 374
Re: How to make "man-cannons"
« Reply #8 on: June 30, 2008, 11:57:59 AM »
Yep that's what I thought - why would have I asked if not?
Anyway not to go offtopic:

I made this little map with a working trigger_push, check it.

EDIT: Oh well, I made this map for nothing. I hope the other new mappers who want to make a cannon check this thread instead of making a new one..