View Full Version : Through the pipe?
phatal
01-14-2008, 03:52 PM
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?
turn those nodraw brushes into func_detail and it should compile fine.
Armadillo of Doom
01-14-2008, 04:32 PM
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
01-14-2008, 04:42 PM
oooooo... quick doable solutions. Thanks guys! :D
phatal
01-14-2008, 08:01 PM
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?
A Boojum Snark
01-14-2008, 09:12 PM
NODRAW blocks light, if you are using that, use INVISIBLE instead.
phatal
01-14-2008, 09:51 PM
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.
A Boojum Snark
01-14-2008, 10:04 PM
Doesn't matter, a func_detail will still block light if the material is made to.
phatal
01-15-2008, 12:36 AM
Awesome! Func_detail and Invisible did the trick!! Thanks guys.
vBulletin® v3.8.2, Copyright ©2000-2013, Jelsoft Enterprises Ltd.