Through the pipe?

phatal

L6: Sharp Member
Jan 8, 2008
259
21
I'm using a prop_dynamic with the mdl of the stack of 3 concrete pipes. They are set for Vphysics, but you cannot shoot through the hollow of the pipes. I had previously had the pipes with not solid and had nodraw/nobullet brushes making up the outline so you could shoot through them, but this caused portalflow problems that would not allow it to compile. Is there any alternative to be able to do this?
 

YM

LVL100 YM
aa
Dec 5, 2007
7,135
6,056
turn those nodraw brushes into func_detail and it should compile fine.
 

Armadillo of Doom

Group Founder, Lover of Pie
aa
Oct 25, 2007
949
1,228
Another alternative is to simply create the pipes by hand. If you have trouble with that, simply take the pipe tunnel from 2fort and shrink it.
 

phatal

L6: Sharp Member
Jan 8, 2008
259
21
I changed the brushes to func_detail but still had problems, so I removed the no bullets clips and it compiled just fine. :D

Now my problem is that the concrete pipes are very dark. I'm still somewhat new to hammer so it's probably something easy to fix. Could it be they are dark because they are not solid?
 

phatal

L6: Sharp Member
Jan 8, 2008
259
21
NODRAW blocks light, if you are using that, use INVISIBLE instead.

I changed the brushes to func_detail. They have the nodraw texture still. I'll see if I can make the func_detail brushes nodraw texture invisible until I get another suggestion. Hopefully that will work.