ModelConverterX update

Remember the Starfighter screenshot in my previous ModelConverterX post? (If not, please scroll down a little bit). It had some nice pink wheels and a bright green canopy. This evening I have been able to fix these bugs and also export this old API static as a FsX MDL file and place it in FsX. Below you can see a screenshot of how it then looks.

 

 I have also started to make the interface a little more user friendly and remove some debugging features. Once that is done I will put a first beta (or should I say alpha) version on the website. So that those of you who dare to test this new tool can give it a try. Because I am sure that I need some feedback on crashes from your API macros to make the tool more robust. I hope to have this test version ready near the end of this week.
 

ModelConverterX progress report

After spending most of my spare time on the upcoming FsDeveloper update in the last two weeks, I was able to get some work done on the ModelConverterX tool again this evening. In my last update on this tool, I mentioned that the code to read the API macros needed some more work and that is what I worked on today. I have improved the reader now, so that it can better read the Fs2002 floating point style API macros (for example generated with FSDS2). Below you see a little screenshot of a F-104 Starfighter static I once made loaded into the tool.

 

As you will probably see some of the colours do look a little weird still (or would pink wheels be the new fashion colour?), so I still have a little work to do. But I feel that I am getting closer to releasing a test version of the tool that can actually do some useful conversion for the tester as well.

As I will be away the rest of this weekend, I won’t be able to get that test version ready in the next few days, so that will have to wait till next week. But at least you know now that there is a little bit of progress again. 

LibraryThing

I have quite some books (despite my not so old age). I guess if I keep collecting them at this pace I will need a bigger house soon to store them, or I might have to give up some more space in the living room. In the past I have tried some computer programs to catalog all the books I have, but I never found any that I found easy to work with.

But last week I read in the newspaper about a site called LibraryThing. As a test I entered about two shelves of my books and I think I like the site. It makes use of different online databases, so that makes finding the books based on for example the ISBN number quite easily. And you can also see how many other people on the site have the same book and the reviews they entered for it.

And they also have a cool widget that you can use to show your collection on your blog for example. So below you can see part of the books I already entered. So if you are looking for a way to catalog your books as well, check out this site.

FsDeveloper work in progress

As Nick already hinted at in his recent blog post, we have finally started to implement the change to the FsDeveloper website that I already talked about before.

Today I have played with the settings to integrate the wiki and the forums a lot better and I can say that I got it working quite well. This integration means that you can use your forum account now as well to log into the wiki. Besides that the wiki pages are now also integrated into the layout of the forums, which means that it should be a lot easier to navigate around. So the wiki will no longer look completely separate from the rest of the community. Hopefully that will also encourage people to use the wiki more.

There are some other things that we need to check and tweak before these changes will be put online. So at the moment you won’t notice anything different yet at the site. Once everything is ready, we’ll have to get the site down for a few hours to transition it to the updated version we are working on now. Before we do that, we will inform you about when this is going to happen and what you will notice of it of course. As we want to do proper testing, I think it can take about two weeks before we are going to actually do that move. 

ObPlacer XML update

I have just released a small update for ObPlacer XML. This new version (0.84) does not have that many changes, but some recent discussions in the community still encouraged me to release it now.

This first change is that it includes a new feature, you can now also place a fuel trigger object. For this object you specify the length and width and then if you park your aircraft inside that “box” it will be refueled again. This trigger code does not produce any visual scenery, but without it your visual model of the fuel area does not work either.

The other changes have to do with FsX. The previous version has some trouble on PCs that only had FsX installed, so I tried to fix these. For example the tool does not also check the registry for FsX, if it can not find Fs2004 installed. And FSUIPC4 is now also recognised as having FSUIPC installed. So this should allow you to use ObPlacer XML with FsX as well.

Of course that does not mean yet that ObPlacer XML makes use of FsX features or changes. You can just use the Fs2004 features in FsX as well now. But new FsX style MDL objects are not yet supported. I have been thinking about a new (and bigger) update to add more FsX features, but that is something for the longer term. I think that update would also be a complete redesign in C#, just like I did with Library Creator XML before. So that will take a while, as the ModelConverterX tool has a higher priority for me at the moment.

I just realized that I forgot to mention the random scale tool in the release notes. As I pointed out in this blog post before, that is also a new feature in ObPlacer XML that comes with the new version that I just released. 

Airport Facilitator X

Flight1 has released a new scenery design tool, Airport Facilitator X. I have not (yet) tried this new tool, but looking at the info and pictures they provide it seems to extend AFCAD. Of course it is always good to build on such a nice tool.

The tools works with both Fs2004 and FsX, and for FsX they have added support for some of the new features like blast fences and jetways. Another nice feature seems that it can link with FS to show you what you are doing in the sim while you are making the changes. I can imagine some occasions that that would be useful.

On the other hand, it does not seem to add all the features that were missing in AFCAD to make it a really perfect tool. For example I don’t see placing scenery objects on the feature list. (I can understand they did not put it in, as they have their Instant Scenery tool for that). And their are more XML commands that BGLComp provides, but AFCAD does not support.

As you might know there are also some freeware tools being developed at the moment that are working on similar functionality. The two that come to my mind right away are FSXPlanner and ADE. In general I think these are trying to offer a bigger scope of features, so that you can design your entire airport with one tool. But on the other hand they are still under development and might contain some bugs. So for a designer that just wants to make some adjustments for which he (or she) used AFCAD before the new Airport Facilitator X tool looks like a good (and easy) choice. And for those that want more, it is good to see that there are some alternative around. Some competition is always good I think.

A little bit of success

I just succeeded in exporting my first object from ModelConverterX back into FsX. In a previous post I showed a museum building that I had loaded into ModelConverterX from an API macro. Now I have been able to write it as a X file again, which I compiled into a FsX MDL file with XtoMDL. And the screenshot below shows you that it shows up in FS like it should.

So that means that the tool is getting close to actually doing what I want it to do. Loading in objects in one format and then saving them in another. But before I can release the first test version to the public, there are some things that I need to improve:

  1. The API loading code must be improved, as I have only tested it with two or three macros until now. I am sure that the next one I try contains some unsupported SCASM commands. So I want to test it a little more, to make sure a wider set of SCASM commands can be read.
  2. The user interface needs to be improved a little bit, as at the moment I have some hardcoded stuff in there for the debugging. Of course the first test version does not have to be perfect, but it should at least allow you to specify the filename you wish to save to.

Besides these two important things that I need to fix before I can reelase, there are also some smaller things I want to look at. For example I need to make sure that the X file I am writing is as optimal as possible, so I will have to examine the MDL file and see if it has a weird structure or contains weird things. And also the 3D preview in the tool needs a little work, as you can only zoom on the picture now.

But for today I am quite happy to have something working, although there is always more to do. I’ll let you know once I have some more progress again. 

XtoMDL does not yet like my X files

 Yesterday I wrote about the continuing work on ModelConverterX. As I already mentioned then, watching the Tour de France delayed my progress a little bit. But I got as far as exporting my object as a FsX X file. At least that is what I thought. But XtoMDL does not yet seem to agree with me, as it refuses to compile the X file into a MDL. So I guess I have some more debugging to do, to see where I made the error in the X file.

But at least I seem close to having an API macros being compiled into a FsX MDL file, so I hope I can have it fully working by the end of this week. You’ll be able to read on this blog if I can really hunt the bug down that fast. 

NL2000 version 3

As you might have read on the internet already, the new version of the [NL2000] scenery has been released. This latest release is for Fs2004 and again covers the entire country, with all its airports. The main difference is that this time the entire country has been filled with 1 meter per pixel photo scenery, hence the big download size of around 22 GB.

Personally I am very happy that this scenery has finally been released. Not because that means that the scenery is ready, but because that means I can now finally spend all my time on FsX. I have not really enjoyed working on a Fs2004 scenery, while FsX had long been released. But as a member of a team, you are not alone in setting the directions of course.

So I have also decided that this was the last NL2000 version I will be building scenery for. From now on I want to concentrate on the [FsDeveloper] community and on new tools and techniques. So I hope to be able to make some new tutorials and tools soon.

This weekend I already started work on the ModelConverterX tool again. Today I hope to make a start with the exporting functionalty, so that I can save my imported API as a FsX MDL object. If the Tour de France does not draw me too much to the television today, I hope to get the basics working.