I need help, whatever I do I cannot load object texture in game. Yesterday I had installed like 5 different versions of blender with different versions of exporter plugin and results were always the same - pink checkered texture. I have no idea what Im doing wrong.
It did not made any xml with texture, only xml with model. Can you provide me how this xml should look like? I was looking for it in SDK manual, but didn’t found it.
First thing to check, where are you exporting your textures. Assume it’s 2024. Always use …/texture
The reason I say this is with the new way to do things, your texture for your model will always be relative to the model folder. So …/texture is needed.
check your packageSources folder - this is where you send your exports. Don’t do a copy paste - always export to packageSources.
Check your project file assets. make sure the folder structure is what is required for the sim. for Scenery.
Check that the sim build process has no failed indication, when you build. You may be looking at a previous build and not a properly updated build.
Check all errors in the build.
Are you using the multi exporter - are you using the objects or preset in multi exporter. - if you use objects there is currently a bug in that with the missing letter o. Use presets
Always review any errors or warning you get. make sure you can rationalize the errors and warning. some can be ignored and some cannot.
Linked is a setup I use. Your base folder needs the unpacked .blend file, and a textures sub-folder containing your textures for the blender model. The base folder also contains an empty export folder.
I export the MSFS textures to
.
I export the glTF to
//export\
After exporting, the export folder contains the gltf, bin xml and all textures with their xmls. They can all then be copied to the appropriate project ModelLib and texture folders.
I did as you said, and for the very first time it generated all the necessary xml’s, also gltf was generated with proper reference to texture file.
Thank you guys. I would never know that export location could break anything. Fact, that now I cannot export directly to modelLib folder is just small inconvenience compared to problems that I had previously.