Page 1 of 1

set brush_model NULL

Posted: Mon Jul 30, 2007 4:34 pm
by Treasure
Hello there,

When I work around with funcs the game doesn't load my map and I get this error message very often but I don't no what it really is:

set brush_model NULL

I'm not sure this is the exact wording but i think this is pretty much what the error says. I think you can help me out with this !? :paranoid:

Posted: Mon Jul 30, 2007 5:36 pm
by Fjoggs
Fjoggs wrote:
Shallow wrote:SV_SetBrushModel: NULL

Caused by a brush entity such as a func_door or func_plat with no solid brushes, or a func_rotating with no origin brush. If you've added anything like that recently, check it, and add a solid brush if necessary. If you can't find anything, look though the entity list and see if you can find an entity that should have brushes but has somehow lost them. Note that a adding something like a clip brush is enough to make the entity qualify as having solid brushes, if you are using a model as a func_ entity.
This problem is easily solved using brush_cleanup from bobtoolz. :)
Tried that?