Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Model help

Page: 1 of 1
 DeViLPhISh
01-05-2004, 6:34 PM
#1
Can someone tell me how to get models to be solid? I tried everything I could think of but nothing worked.
 idontlikegeorge
01-05-2004, 7:25 PM
#2
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.
 GothiX
01-05-2004, 7:33 PM
#3
IDLG is talking about the spawnflags 2 way of doing it, methinks. :)
 Leslie Judge
01-06-2004, 8:31 AM
#4
He does, but fortunately it is included in the entity definition file as the solid sawnflag, just as he mentioned.
 WadeV1589
01-06-2004, 9:02 AM
#5
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....
 Leslie Judge
01-06-2004, 10:28 AM
#6
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!
Page: 1 of 1