Can someone tell me how to get models to be solid? I tried everything I could think of but nothing worked.
If you load it up as a misc_model, there should be a toggle for a spawnflag solid - though I don't remember what the number for the spawnflag actually is.
That's the easiest way... the other way is to make clip (or physics clip) brush(es) around the space the model resides.
IDLG is talking about the spawnflags 2 way of doing it, methinks. :)
He does, but fortunately it is included in the entity definition file as the solid sawnflag, just as he mentioned.
Unless the model is totally basic and you actually need to be able to walk across it, you should use physics clip brushes in the general shape of it otherwise you'll just create lots of invisible brushes the game has to process but are of no real value.
It is not hard to drag out a couple of boxes around a model....
You are right. However in that case the misc_model_static is which gives you the increased performance.
It handles only MD3s though so if you have an ASE (or other non MD3) model you still have to use misc_model which will be turned into map triangles by q3map2 so you can use the solid spawnflag bravely instead of creating those clip brushes.
Please correct me if I'm wrong which is possible!