Why is the interior of my MSFS airplane not shown with this model.cfg:
[model.options]
withExterior_showInterior=true
withExterior_showInterior_hideFirstLod=false
withInterior_forceFirstLod=false
withInterior_showExterior=true
[models]
exterior=exterior.xml
interior=Interior.xml
[VCockpitPanel]
Vcockpit01=$SCREEN_1
Vcockpit02=$SCREEN_2
Vcockpit03=$SCREEN_3
Vcockpit04=$SCREEN_4
Vcockpit05=$SCREEN_5
and this in Interior.xml:
<?xml version="1.0" encoding="utf-8" ?>
It would depend on your LOD models and view distance from the aircraft. Your interior LOD1 model should cull as many triangles as possible. Certainly you should be able to remove most switches and knobs and other small details.
Thanks I’ve tried this but still only visible when very close.
<?xml version="1.0" encoding="utf-8" ?>
<ModelInfo>
<LODS>
<LOD minSize="300" ModelFile="P_Interior_LOD00.gltf"/>
<LOD minSize="50" ModelFile="P_Interior_LOD00.gltf"/>
<LOD minSize="80" ModelFile="P_Interior_LOD00.gltf"/>
<LOD minSize="20" ModelFile="P_Interior_LOD00.gltf"/>
<LOD minSize="5" ModelFile="P_Interior_LOD00.gltf"/>
<LOD minSize="1" ModelFile="P_Interior_LOD00.gltf"/>
</LODS>
I saw this. What is it?
<?xml version="1.0" encoding="utf-8"?>
<ModelInfo>
<LODS>
<LOD ModelFile="Helper.gltf"/>
</LODS>
</ModelInfo>
never mind it needed X00 etc. in Blender
system
Closed
August 30, 2025, 9:57am
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.