ModelConverterX supports a number of command line arguments, for example to load a file at startup or to start a batch convert. I have now added a few extra command line arguments to give more flexibility. Below example usages are given.
Loading object
To load an object at startup of ModelConverterX you can just specify the filename you want to load.
modelconverterx.exe your_object.mdl
Loading object with specific livery
If you are loading an aircraft object and want to specify which livery to show initially, you can add the livery option to specify the name of the livery to select.
modelconverterx.exe your_object.mdl -livery selected_livery
Batch process file
In the batch convert wizard you can save the batch settings to file. You can then call this file from the command prompt to apply it to the object you specify.
modelconverterx.exe -batch batch_settings.mbc your_object.mdl
You can convert multiple objects at once by specifying them all.
modelconverterx.exe -batch batch_settings.mbc your_object.mdl your_object2.mdl your_object3.mdl
SceneryDesign.org
Until today you could view the recent changes in my tools here on the website, there used to be a link for that in the menu on the left (or on the bottom if you are viewing on a mobile device). But lately that change log was not being updated correctly anymore, so that recent developments were often not visible. So I have decided to remove it now.

