From today the development releases of my tools target a different version of the .NET framework. You’ll need .NET 4.0 from now on for all my tools. So be sure that you have it installed. For scenProc I have used some of the new functionally of .NET 4.0 directly. As a result of the better […]
My tools and Windows XP
As you have most likely heard by now Microsoft has stopped supporting Windows XP as operating system. I know there are still many users using my tools on Windows XP as well and the decision of Microsoft doesn’t mean of course that my tools will stop working on Windows XP. However given that official support […]
I Prepar3D the tools
The new Prepar3D v2 was released a few days ago, so it was time for me to update my tools to be more aware of Prepar3D. For Prepar3D v1 it in general worked if you just set the FSX folders to the Prepar3D folders, but with version 2 there are more changes. Therefore Prepar3D v2 […]
Repackaged development release
Until now the development release (or should I just say beta version) of all of my tools was released as one big ZIP file with all the different tools in it. I have changed this now. So from now on you can download a separate ZIP file for each tool. The file contains all files […]
DrawCallMonitor update
I have just made an update for DrawCallMonitor. With this update you can also load an object library BGL file and see the statistics of each object. The be able to switch between objects there is a list displayed on the right. This update should make it easier to inspect files to see how many […]
Small DrawCallMonitor update
I have just made a small update to the DrawCallMonitor tool. The change is that the user interface now has a status bar that will show you some additional information. The two main things are does this object have drawcall batching and does it have working levels of details. These two are related, but with […]
The return of DrawCallMonitor!
In my previous post I already mentioned that the object statistics shown in the DrawCallMonitor tool and in the Object Information form of ModelConverterX differ. I have done some more studying on this and it is hard to say which one is better. DrawCallMonitor gives the right statistics if you want to know how many […]
DrawCallMonitor vs ModelConverterX
DrawCallMonitor is a tool I made some time ago to show statics about the amount of drawcalls, texture vertices and triangles used in a specific MDL file. Recently I have not updated this tool, because the Object Information form of ModelConverterX gives the same information. But is this information really the same? While discussing how […]