I have made a few small changes to the ModelConverterX settings when it comes to drawcall batching. With these changes it is now also possible to make MDL files without drawcall batching. In some cases that is needed, because the batching can give some artifacts.
Before there was one setting that controlled whether LOD worked or not. That setting was called DrawcallBatching. Now there are two settings:
DrawcallBathching, this determines if objects are exported for drawcall batching or not
DrawcallBatchingWorkingLOD, when DrawcallBatching is true, this determines if LODs are working or not.