I have just released the next alpha version of ModelConverterX. The main new feature is the support for the SCASM binary commands that are used a lot by FSDS. This feature alone already would justify a new release, as this will greatly improve the number of SCASM macros that can be converted correctly. Besides that […]
Hey, is that a manual?
I think almost any programmer will tell you the same, writing the manual or documentation for some work he has done (or is doing) is not the most fun part. So usually that part lacks a bit behind the program being made. For me that is also the case. Especially for the tools that are […]
Start of spring
Today was supposed to be the start of spring, but looking at the weather outside (snow, rain, cold) it seems not really to be the case yet. There is even some chance that we get a white Easter this year, maybe that can compensate for the lack of white Christmases lately. But this might also […]
SCASM and binary commands
The next feature I will be working on for ModelConverterX is the support of the SCASM commands that enter the binary BGL/MDL code directly. With these commands you can enter certain hexadecimal values directly in the created file. You might expect that this is a feature that would only be used by the real expert […]
ESP as Serious Game
ESP seems to be getting more and more attention. I just came across this post on this site about serious gaming. I think it is an interesting development that ESP gets know better.
Real-time rendering
Recently I bought an interesting book, Real-time rendering. I have not completely finished reading this book, but it contains a lot of useful information. For example I have found there solutions for some problems I had while working on my ModelConverterX tool. But the explanation of how the rendering process works also give a better […]
Multiple objects
Yesterday I continued working on a new feature for ModelConverterX that was high on the wishlist for a while. The ability to read in SCASM files with more than one object defined inside. So for example this would allow you to read in a SCASM object library definitation or just a SCAMS file that contains […]
Transparent textures
Today I have been doing some work again on one of the main features still missing from ModelConverterX, transparent textures. In the FSX MDL format it is no longer enough to add an alpha channel to your texture file. You also have to specify in the material that is used on the object that you […]
(Almost) time for a manual
I have just released an updated version of ModelConverterX, check out the thread on the forum to see all changes. This time mainy improvements in the reading functionality and some small new features. The bigger new features that are planned have not been implemented yet. Hopefully I can add some in the next release. Another […]
Here are your normals
I have added a new feature to ModelConverterX yesterday, the ability to show the normals of your object. The prime reason to do this now was that it gave me a good debugging feature to see if the SCASM code was read in correctly. But also for end users this can be useful, as it […]