Projectile-proof walls

Kopenich

L1: Registered
Mar 6, 2013
1
0
Hey guys, first time poster.

I have already successfully built a couple of maps that are up and running perfectly, so I know the basics.

Problem: Making rocket jump section of my main map, and I need walls that prevent projectiles (ie. rockets) from exploding on them, while allowing the player to collide with them like a normal wall. Any way to do that thats simple? All I need is some sections that don't allow projectiles to collide with the wall while allowing the players to collide.

Thanks in advance.
 

A Boojum Snark

Toraipoddodezain Mazahabado
aa
Nov 2, 2007
4,775
7,670
To expand on that, playerclip is the invisible barrier used to keep players from going out of bounds. If you want the wall to be visible as well as allow rockets through, make a normal looking wall and turn it into a func_illusionary, then put a playerclip in the same location.