Legacy MDL Format

From FSDeveloper Wiki
Revision as of 21:24, 2 November 2011 by Theisomizer (talk | contribs) (New page: {{:Ambox-Content-WIP}} The Legacy MDL format used .dll files that were actually loaded as flight simulator modules. They don't contain any true executable code other than the basic stub ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The Legacy MDL format used .dll files that were actually loaded as flight simulator modules. They don't contain any true executable code other than the basic stub code required to hook it to the FS Process. All of the actual model code is located in the dll's resource table as a single entry. The data consists of a subset of the BGL language, as the model is rendered directly by BGL opcodes.