Grrrr, stupid MakeMDL error!

I think every designer exporting objects to FS2004 has seen the error message on the right at least once. It happens when you export a small object to a FS2004 MDL file with MakeMDL. The reason is that somewhere inside MakeMDL, when calculating the octtree for the crash detection, some assertion is triggered. Of course […]

FSDS objects and smoothing

Unlike many other formats the FSDS FSC format does not store the normal of each vertex separately. This means a little more work for me when reading the format when polygons are smooth shaded. Until now the FSC importer just ignored the fact that some polygons are smooth shaded. But I have changed that now. […]

Blinking lights

In the attached object editor of ModelConverterX you can add lights to your object. On export to FSX these lights will be converted into effect (FX) files. Besides the colour you can now also specify a blink duration for those lights. This means you can create flashing lights. If you enter a blink duration of […]

Dot vs. comma again, argh…

This must one of the most annoying “features” of the FS SDK tools. Many of them only work correctly when the decimal character is set to a dot. For example MakeMDL or XtoMDL refuse to work correctly when the decimal character is a comma. Many developers bump into this problem, since a lot of countries […]