bunks wont show up


(Kreator) #1

its weird, because some models show up and some dont… does anyone know the solution to this? i’ve tried searching the forums, but a clear concise search leads me to like 4000 results with nothing to do with my search :stuck_out_tongue:

the misc_gamemodels show up in radiant, but when i go into game the models just aren’t there.


(RayBan) #2

it depends on how you load the models, and what kind of material the model
uses. some models use materials that are meant for misc_gamemodels and
generally are vertex lit, while other models such as the bunks should be
loaded as misc_models.

misc_models are static models that are compiled into the map, and their
materials ( shaders ) are lit by the lightmap.

misc_gamemodels are models that are added at run-time, once the game
loads the map, it loads those models. they are not compiled into the map and
therefore are not lit by the lightmap, but receive lighting based on vertex’s.

i had a problem before like this, when i loaded one of the tank models as a
misc_model, it wouldnt show in game.

so if you want to use the bunk models, make shure you load them as
misc_model and not misc_gamemodel.


(Kreator) #3

thanks, works great… thank you for the in depth explanation too that was good to know


(.Chris.) #4

Also another thing to look out for is that if a structural brush overlaps with the model this also will make it fail to show up in game, I can’t remember if this was with both model types or just misc_gamemodels.