• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

MSFS20 Unable to load Textures on LODs Models.

Messages
119
Country
spain
For some reason, i can't see my models with his textures when using LODs.

I get tjos error
VFS Bitmap Loader | Can not find 'vfs://aimtivity-airport/scenery/global/scenery/TEXTURE/TRASHCANH1_METAL.PNG.DDS' for reloading.

(if i go manually to the package.../scenery/global/scenery i can see that the .dds have been generated.

This is the .xml structure:

<?xml version="1.0" ?>



<ModelInfo guid="{e099cf12-1bf8-471f-d3a9-ce74f6ade568}" version="1.1">

<LODS>

<LOD ModelFile="Trashcan_LOD00.gltf" minSize="10"/>

<LOD ModelFile="Trashcan_LOD01.gltf"/>

</LODS>

</ModelInfo>


Can you see any problem on that? I can import simple 3d models with textures but i am having problems with LODs ones.

PD: SDK sample have a different code from the generated by the MSFSToolkit:

<?xml version="1.0" encoding="utf-8"?>

<ModelInfo guid="{8396d176-1549-4772-a6e0-a54e5a0ee216}" version="1.1">

<LODS>

<LOD minSize="50.0"/>

<LOD minSize="5.0"/>

<LOD minSize="1.0"/>

</LODS>


</ModelInfo>
 
Actually, yes. I switched from using the dev mode compiler to command line fspackagetool.exe, and the error disappeared. YMMV.
 
Back
Top