I have just released a small update for Library Creator XML. In version 2.0.3 the following changes have been made: Added: option to export TXT file with GUIDs and names Added: option to export SBuilderX style TXT file Fixed: bug that last object was not showing when scrollbar visible Fixed: bug with incorrect FS2004 GUID being […]
Build your house for FSX using SketchUp
I have uploaded the tutorial I have written about making a house for FSX using SketchUp. This tutorial is aimed at the novice developer that wants to build his (or her) first object. It covers the following topics: How to gather the information about the building How to model the geometry in SketchUp How to create […]
Duplicate attached objects
This evening I was working on a bug in the NL2000 scenery, the lighthouses did not have a light at night. It seemed that during the conversion to the FSX MDL format the attached effect was lost. Since adding I am too lazy to add all those effects by hand again, I added two new […]
Improved LOD Creator functionality
Over the last days I worked on the ModelConverterX LOD Creator tool. My first aim was to add another algorithm to calculate the LODs. And besides that I also improved the user interface a bit. On the right you see a screenshot of the new user interface and since the manual is not yet updated, […]
Black textures
An often occurring problem when designing scenery is that your object shows with black (or no) textures. There can be many causes for this. For example a texture that is not a power of two in size, a texture that is in the 24 bit BMP format that FS can not read or just a […]
Attached object orientation
For quite some time already ModelConverterX has the functionality to attach things to your object. For example an effect or another library object. I mainly used this to attach lights to objects and since these shine in any direction I never really bothered to check the orientation properly. Until there were some questions about this […]
Normal maps for FSX
Today I was experimenting a bit with using normal maps and bump maps in gPoly. So this meant I had to make some bump maps and while doing so it bothered me again that you have to transform the output of the normalmap plugins to work correctly in FSX. Maybe it is my GIMP skills, […]
ModelConverterX 1.2 released
A new stable version of ModelConverterX has been released. Especially for users converting COLLADA and SketchUp objects this should mean that they can use the stable version again. Since version 1.1 I changed so much, that we always had to tell those users that they needed the development release. Have a look at this post […]
gPoly status update #9
Just a quick status update for the gPoly tool. I think I got the code working now that will ensure that your polygons are automatically sliced into segments of no more than 100 meter. This ensures that there will be no issues with the curve of the earth in FSX. The same code can also […]
gPoly status update #8
I have now chosen the airport that I will use as a test field for developing the gPoly tool. It is Marshfield Municipal Airport (KGHG) in Massachusetts. So I have drawn some of the aprons and taxiways and am testing now if I can export them correctly to FS. At first I was exporting with […]