I have just fixed some bugs in the 3DS exporter of ModelConverterX. The main issue solved is that complex objects often could not be imported into GMax. Without going into too much technical details, this was caused by some variables being stored as a short, allowing a maximum value of 65535. Some object parts had […]
How do YOU like to work?
As I posted before, I am planning for a new ground polygon tool. To get more clear how potential end users, yes that is YOU, would prefer to make ground polygons I have setup a poll at the FSDeveloper forum. So please let me know what your ideal way to add ground polygons to a […]
Looking for input on a new ground polygon tool
For a while I am thinking about a new tool that will help in the creation of ground polygons, for the moment this tool will have the working name of gPoly. I have now setup a forum at FSDeveloper to discuss the requirements for such a tool. So I would like to invite other developers […]
ADE9X
Yesterday Jon Masterson (scruffyduck for the FSDeveloper forum members) has released a new version of Airport Design Editor. The main new feature is that the tool now also support FS2004 airport XML files. I think it is good news that this program can now be used for FS2004 and FSX design. So I would advice […]
Attachpoints
Today I have been working a bit more on ModelConverterX. More specific on reading attachpoints for FS2004 scenery MDL files (for FSX files it was working already). While doing so I also took at a look at attached library objects, since their code is relatively similar I was able to add support for that type […]
FSDS support
One of the features on the ModelConverterX wishlist is adding support for writing FSDS FSC files. I can now say that I started working on this. I got a SDK from Louis Sinclair, the author of FSDS, that explains how the file format works. To get more used to the format I decided to first […]
FS2004 animations
In the next development release of ModelConverterX you will find support for reading animations from FS2004 scenery MDL files. Or at least a first implementation of this feature. It is working for my test object currently, but I need to look for some more test files to be sure if it is robust enough. So […]
Using my own tool
In the last week I did not do so much development on the ModelConverterX tool. The main reason for that was that I was actually using the tool myself. In the NL2000 project we have a collection of hundreds API macros that are positioned through the entire country of the Netherlands. It would be a […]
Back home from Canada again
This morning I came home from my bussiness trip to Canada, so currently I still have a small jetlag. But that is not the reason of this blog post, I have made available all the changes I made to ModelConverterX in a new development build now. This new build includes the features I blog about […]
Importing a FS2004 scenery MDL
I have started on another ModelConverterX feature that has been on my wishlist for a long time already now. This feature is the ability to import FS2004 MDL objects as well. At the moment only FSX MDL files can be imported. In the last day I have made the basics of the FS2004 MDL reader […]