Deleting Faces

-Psy-

Walking round in women's underwear
Joined
Mar 9, 2005
Messages
4,805
Reaction score
0
How do I delete faces off a brush?
 
i donno if thats possible actually but just slap on a "nodraw" (NOT the "nodraw_roof or something) the nodraw will act like that face isnt there
 
nodraw tells HL2 not to compile that face so it speeds up compile time and run time SO USE IT!!! (whenever it will not be seen)
 
i naturally make every new brush from nodraw and texture it seperatley.
Then i can make sure my map is very efficient, although it must be stated that over use of nodraw will cause problems.
Dont get lazy and start making usless geometry nodraw thinking it wont matter......

When i look at some other peoples maps i cringe when i see fully textured massive amounts of useless geometry.
 
Personally I map with dev/ textures, then I replace them every now and then with nodraw. It's more effective if you want to build areas before texturing and see how they look, geometrically, without having to texture.

Also, anything that's merged into something else won't have a face anyway (As if you put nodraw on it), however stuff hanging free will still be textured AND - stuff without nodraw takes compiletime. I replaced around 1500 faces from dev/somewalltexture to nodraw and took off around a minute in compiletime.
 
Skip is for the sides of HINT brushes, to prevent extraneous leaf cuts.
 
Back
Top