MDL file format (MSFS): Difference between revisions
From FSDeveloper Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{:Ambox-Content-WIP}} | |||
{{Infobox-Applicable-FSVersion | |||
| MSFS = true | |||
| FSXI = false | |||
| FSX = false | |||
| FS2004 = false | |||
}} | |||
= MDL sections = | = MDL sections = | ||
Revision as of 07:16, 25 March 2021
| This page is a work-in-progress. Generic message - Please note some detail may possibly be missing or incorrect. |
MDL sections
MSFS uses glTF files for models, but when these are combined to BGL file for use in scenery they are still wrapped as MDL files. These MDL files have a similar RIFF container structure as FSX MDL files. The table below shows the different sections and their content.
TODO add table
glTF standard exceptions
Although the glTF files are stored in binary form inside the MDL files, there are a number of optimizations that the MSFS package tool performs that makes them deviate from the glTF standard. The list below gives an overview of these differences.
TODO add list