PDA

View Full Version : Walkable Invisable brush


AWESOME-O
04-20-2008, 06:06 AM
Does someone knows if there is an Walkable Invisable Brush?
And how to create them?

VelvetFistIronGlove
04-20-2008, 06:24 AM
Create a func_brush (http://developer.valvesoftware.com/wiki/Func_brush), leave it solid but set its rendermode to "None".

You could also texture a brush with the tools/clip, tools/invisible, or tools/playerclip textures.

YM
04-20-2008, 07:35 AM
or infact just a simple nodraw brush as invisible and both clips don't block bullets

Foreverkul
04-20-2008, 01:08 PM
Just use nodraw texture for a boundary you can shoot through but not walk through, or use invisible which you cannot shoot nor walk through.

Ze Inspector
04-20-2008, 01:36 PM
I'd recommend the player_clip texture. The nodraw can lead to graphic glitches if its butting up against another brush.

bob+M|M+
04-20-2008, 09:12 PM
If you want to be able to shoot through it, use clip texture. I don't know the difference between player_clip and clip texture, but clip texture worked fine for me.