Jump to content

Home

Black misc_model


stride

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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...)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...