Am I missing something? I created the furnace model in a map I have, fixed the paths in radiant so it would show up in the editor. I compile the map, and it isn’t in game. I don’t have any special fields on the model excep the fact that it is a model with the proper path. Anyone have any ideas what Im missing?
Models Show up in Editor, but not Game?
Is it a .md3 or .ase?
If it’s a .md3 try rechecking all your paths with NMD3C.
If it’s a .ase try opening a SD .ase model and see how it’s set up internally.
If everything ‘looks’ okay then I’m at a lost, hopefully someone else can help. Sorry.
Try this, place the model in the map as a misc_gamemodel,
then place that same model in the map as misc_model.
compilie to see witch shows up. If none show then go back and make the misc_gamemodel have some keys, shuch as frames=190 or startanimated. this worked for me once
Copy and paste the path to the model in the entity window.
Also try using misc_model instead of misc_gamemodel and visa versa.
Alright, that seemed to work. I made it a misc_model instead of misc_gamemodel. Thanks for a timely responce.
Keep in mind that misc_gamemodels aren’t compiled into the BSP, and use the lightgrid for lighting. misc_models are baked into the BSP and lit per-vertex (or lightmapped).
Also, misc_gamemodels can only use MD3/MDC models, not ASEs.
y