Scenery Shortcut

Both Owen and Nick blogged about the new Scenery Shortcut tool from Abacus in the last days. I must say that personally I don’t really get all the enthousiasm about this tool, as it does not seem to really add something new that you can’t do with the Mission Object Placement tool already.

You can already save your scenery from the Object Placement tool directly. Just use the “Save scenery” button and that will generate a XML file that can be compiled with BGLComp into a BGL scenery file you can use in your scenery. So all you have to do outside the Object Placement tool is compiling the BGL file.

I can understand that for some people compiling a XML file into a BGL file can be difficult, that is why I made my CompilerHelper tool in the past as well. So if you have trouble doing that yourself, maybe Scenery Shortcut is a useful tool for you. But I find a 30 MB download a bit big, for a tool that only does that. So I wonder what else you get for those 30 MB….

 

Library Creator XML 2.0

Today I started coding on the update to make Library Creator XML fully compatible with FsX. Or actually I should say that I started with this new version from scratch, using C# this time. As Library Creator is not a very complex tool, I have been able to get a lot done in just one day. And this was also a good exercise in making a GUI with C# (and I can say I like it a lot).

Compared to the current version of Library Creator XML expect the following new features:

  • MDL files will be checked to see if they are valid (this also allows checking if they are for Fs2004 or for FsX)
  • For FsX MDL files the GUID and friendly name are extracted, so that these can be shown in the GUI. This gives you an easy way to find the GUID of your MDL (looking it up in GMax is not always that easy).
  • The user interface should be even easier to use. I have tried to get rid of all things that were not really needed.

Below you can see a first screenshot. All objects in this screenshot are FsX MDL files, so the name and GUID shown have been extracted from the MDL file. I hope to get a first working alpha version ready later this week and then I will post it on the forums so that people can test it.

 

ModelConverterX with textures

As I posted some screenshots yesterday of a church in ModelConverterX, I can not held back this new screenshots. I have now been able to load some textures as well.

It will still take some time before this tool can do anything useful, but at least I can now visualize the models that I read in and check if the reading of the MDL file worked OK. That is very useful while I continue to explore the FsX MDL format.

And although I can display some textures now, the performance of loading them should still be improved a lot. If someone knows a way to load DDS/DXT textures directly in C# I would also be happy to hear that. In the past I used the graphics library from Martin Wright for that, but I don’t know if he also has some C# wrappers (mental note to self, ask Martin about that).

 

Is there a future for ObPlacer XML?

As you might already have read on Nicks blog, we are been playing a bit with the Object Placement Tool that comes with the FsX SDK. While this tool has probably been designed with missions in mind primarily, I think it can become a few powerful and useful tool for scenery designers as well.

The fact that you can place and move your objects from within FsX and that you can just move them around and see the effects instantly makes this a dream for every scenery designer as well. And when you have your own custom object library loaded, you are also able to place objects from them. In the screenshot below you can see how I placed three objects from one of my libraries (this was still a Fs2004 object library, so therefore some polygons show as black).


 

From within the object placement tool you can save your scenery. This is done as a BGLComp XML file. So if you compile that XML file you will get a BGL to make the placement of your objects permanent.

All these features are very similar to the EZ-Scenery tool of course. But the fact that you get this included with FsX now is great I think. And besides that the ability to move, scale and rotate your objects with the mouse as well makes it quite easy to use (I don’t think EZ-Scenery can do that, but to be honest I have not used EZ-Scenery that much so I could be wrong). 

At the moment the mission object placement tool also has some problems. For example when I load in my objects again after placing them, I do not always see them. In those cases I only see the bounding boxes. And besides that the GUI could be made a little more user friendly as well. Finding objects is quite hard now for example, due to the huge amount of object available to be placed.

But I like the concept of this tool that much, that I don’t know if I am going to update ObPlacer XML for FsX. And if I do, I guess it would be a much better idea to write it in the same form as the mission object placement tool, so as a plugin that runs in FsX.

Is it a gift to annoy people?

Over the last few days I found out that spammers have found a new way to annoy me. This time they are not spamming my blog or my email accounts (well, they are still spamming my email, but not more than usual). I noticed that on the Talk/Discussion pages of the FsDeveloper Wiki they have now started to post links to nonsense stuff.

Most of them don’t show up when you look at the page, but when you start to edit it you see the huge amount of links. I try to delete this stuff, but usually within 30 minutes they are back again. I’ll see how it develops in the next few days, but if the spam does not go away I guess the access to the Wiki needs to be restricted a bit. Like only allowing people who have registered to contribute. But if not needed, I would like to prevent such steps, as the Wiki should be as open to all users as possible. If we make it to hard people will not contribute that fast.
 

A nice morning GMax session

This morning I was chatting with [Nick] and it turned out that both of us had not been able to use the new FsX GMax gamepack as much as we would like to in the past weeks. So we decided to have a little session right away, while speaking to each other using Skype.

We went over some of the documentation, for example the documentation about the animated jetways and we exchanged some ideas on how we could use that on our own objects. And we also explored the new FlightSimX material type in more detail, to check all the cool options available on it.

But the most concrete result was that we also tested the platforms of the attachtool. Of course these work fine. But now the different types of platforms also work fine, while they did not in Fs2004. So if you set the type to GRAVEL you will see dust behind your aircraft, while there is none if you use the ASPHALT type. And when setting it to ICE you will certainly notice that the platform is more slippery.

In the end we both found it a very useful session, as it is a nice way to explore the new stuff and exchange ideas. Hopefully we have some time soon to do this again and I am sure we will be able to report over some interesting finds then.
 

Progress for today

As the screenshot of the new tool I posted earlier today is not that nice looking with all those weird colors, I thought it would be nice to post another one now at the end of my day to show you how far I have gotten.


 

As you can see the weird colors are gone now. This is because I have been able to figure out how to read most of the material information. So I can get the material color and texture now, just some of the more advanced material options I can’t get yet. At the moment I can’t read in the textures yet in the preview, although I can extract their names from the MDL file. That is why all textured parts show that checkerboard.

Besides that extra information can I can now read from the MDL file, I have also improved the preview picture in general, by applying the correct shading to all polygons and that short of stuff. So that all together makes it look more like a church now.

I will continue this weekend to see what other cool things I can read from the new MDL format and besides that I’ll also try to create a new page on the Wiki about this MDL format. So that other people can help with discovering it and don’t have to reinvent the same wheel again. 

Working on a new tool

The last few days I have been working on a new tool, it will be called ModelConverterX. In the end the purpose of this tool will be to allow you to convert 3D objects between different formats, for example loading old API macros and saving them again as FsX MDL objects. But I still have a long way to go before all that is ready.

At the moment I am mainly working on understanding the new FsX MDL format (and learning C# as a new programming language for my tools as well). The FsX MDL format has changed completely compared to the Fs2004 one, so that means a little work is needed again to understand it and be able to read and write it.

At the moment I can already read the shape of simple objects, but I still need to put some more work in reading the material section for example. Below you find a first screenshot of what will become the tool in the end. Hopefully you will be able to recognise a church in this picture. But I guess it is clear that I still have some work to do.

 

Happy Christmas!

I would like to wish all the readers of my blog a happy Christmas. And if you are lucky enough to have a few days free from work as well, I hope you have the chance to enjoy some FS as well during the coming period.

Personally I’ll be away the coming days, as I am with my family during Christmas. But from next tuesday I will be back home and I am looking forward to be able to spend some more time on FsX and tools during these days. So hopefully you can expect some tool updates as well during that period.