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.

Black misc_model

Page: 1 of 1
 stride
04-18-2004, 7:58 PM
#1
Why are my misc_models black how do i fix this problem. They seem to need some sort of lighting.
 mslaf
04-19-2004, 9:53 AM
#2
They need the lights like flowers and the rest of your map.
It depens on you gridsize setting, but you sometimes must have the lights very close to models to have them illuminated. It could be the problem (sometimes) so you can use the "_minvertexlight" key to force them to be self illuminated.
 lassev
04-19-2004, 11:41 AM
#3
In JO I, and many others, encountered a problem with models quite similar to yours. Certain models would not get proper lightmapped texturing, if they were used as misc_models, although some shader effects still might have worked. However, those models worked perfectly as misc_model_breakables. No doubt it was related to the fact that misc_models are turned into map triangles during the compile, whereas other model types remain entities and are handled differently by the engine.
 stride
04-19-2004, 12:43 PM
#4
i guess i should use a misc_model_static then and bruches with the physics_clip unless i can figure out how to light the misc_models. What is the gridsize thing for?
 zag
04-19-2004, 7:42 PM
#5
try a light junior
i heard it lights models from somewhere but ive never had that problem so ive never used it
 monsoontide
04-22-2004, 6:54 AM
#6
I believe it's something to do with where the models ORIGIN point is located. If it's inside the floor or something, the model won't light properly. (NOTE: I read this and haven't tested it)
I solved the problem by using misc model statics (Since you'd have to clip misc_models anyway) for MP since misc_model_breakables are only available in SP.
However, I found that when I pk3'd the map, I had to include the models in the pk3 (not the tuxtures or shaders) in order for it to even load the map.
 lassev
04-22-2004, 8:56 AM
#7
Originally posted by monsoontide
However, I found that when I pk3'd the map, I had to include the models in the pk3 (not the tuxtures or shaders) in order for it to even load the map.

Yeah. That's another issue. It's related to the thing I said earlier, that misc_models are turned into map triangles (like brushes). Thus, after compile, there's no need for the model file anymore, just for the textures. That is why many of the models used in the original JA level are not shipped in the assets. You get those model files only by installing the GtkRadiant. Since you can't count on people to having the editing tools, it's wise to include any model not in the assets, if you are using other ways than misc_models, even if you are using the original Raven models. (I learnt this the hard way...)
Page: 1 of 1