• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

FSX "Is virtual cockpit panel texture"

Messages
132
Country
england
This is probably more a question for Arno, although I think I may be answering it in the asking...

Having written an FSX exporter, I'm hitting a small problem with the VC texture mapping being upside down (or is that the right way up as ImageTool inverts the file)

I have noticed that if you use 24bit (R8G8B8) DDS files as textures the mapping is also upside down.

In the material editor for 3DS and gMax there is an option
"Is virtual cockpit panel texture " and yet there is no corresponding flag in the .X output file.

I think I have come to the conclusion that this is just a flag for the X file creation to not invert the texture mapping.
I'm presuming that the $*** VC texture is also a 24bit format when it is created at runtime.

Unfortunately I can't easily test this theory - can anyone confirm this by exporting a standard model/scenery with this flag set?
 
Hi Paul,

I do not know the answer to this directly, but I'll try to take a look at it later (when my jetlag is gone).
 
I believe that you are correct. All textures beginning with the prefix $ are "autogenerated" by FS at runtime in memory. There are no "real" bitmaps required (except for modeling purposes of course).

The "Is virtual cockpit panel texture" flag is not exported to the .X file as you've noticed. I suspect that when ACES coded the exporter module, they decided to use that flag to either replace or supplement the $ flag.

Unless ACES has recoded the VC system, the memory bitmap created is actually dithered 8bit format, if I recall my discussions with ACES some years ago.
 
Interesting - when working with FSDS, we have to make the $panel texture do a little rotate dance ....
 
I eventually got around to changing my exporter program and can confirm it works.
The V part of the UV value is inverted before exporting when I set this flag and the VC displays correctly - as do 24bit non VC textures.

I can finally finish off the true FSX version of my BA Swallow. I have already released two variants for FS9 at www.classicbritishfiles.com
 
Back
Top