Greetings,
I have a problem:
I made a simple model (very simple, I'm learning what to do), but it doesn't want to load the textures for the cylinder, and yes, I do have the mbm file in the mod folder, and it is named as texture.
Pictures:
How it is supposed to be:
How it is right now:
Any help would be appreciated! Thanks!
Instead of .MBM i would recommend using .PNG when you exporting to .mu.
The texture need to be in the same folder,as your .mu and .cfg,if they're not you need to specify their path
MODEL
{
model = folder name/sub foldername/model name
texture = name of your texture, folder name/sub foldername/texture name
}
//sub folder name is optional and model,texture names are without extension
//in this case you also don't need mesh = modelname.mu
On the other hand,there is great amount of tutoria