• 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.

Chrome Help!

Messages
35
Dear Designers,

It is me again, I am trying to apply a chrome texture to an object in my scenery mdl, I tried Ken Thompson's method after reading the tutorial and it didn't work :banghead: ! If I am not wrong I should assign the same texture that I used for the "diffuse" to the "reflcetive"??? if the texture is in DXT1 from what I understand, the alpha channel is either on or off, so if I have a little of grey in my alpha channel "difuse" will make it disappear! and if I turn it to DXT3 it will become transparent!!! And this is what is actually happenening!!!

I am using the FS2004 gamepack should I use the FS2002 gamepack or there actually is a way of performing the task with what I have?

Regards

Jad...
 
Last edited:
Hi Jad,

Reflective textures do not work on scenery objects by default. In the Fs2002 gamepack scenery textures were marked as TEXTURE_AIRCRAFT as a bug, which caused it to work there.

In the Fs2004 gamepack the textures have been set to TEXTURE_BUILDING as it should be, but the reflection sub-material does not work with TEXTURE_BUILDING. So if you want to get it working again you would have to change the texture type back to TEXTURE_AIRCRAFT in your source file. If you then recompile your object it should work.
 
Sorry for bothering you Arno :o

Can I use MDLCommander for tweaking mdls from FS2004 gamepack? if yes where can I get it?

Thanks again dude!

Jad
 
Hi Jad,

Check this [thread=98]thread[/thread]. I have just updated it to include the Fs2004 gamepack as well. I think it should get you started with tweaking :).
 
MDLCommander

Hi, Arno

I also want the options pop-up dialog window back in my FS2004 gmax export. I downloaded the MDLCommander from your link (Beginners guide to source code tweaking) and read the documentation, but it seems to be ENTIRELY directed to the old version of the FS2002 gamepack.

As those things are so touchy, I'd hate to install it to find out that the gmax export doesn't work anymore.

Is the MDLCommander that we get from the link you placed there the correct one, or is there another version for gmax1.2/FS2004 gamepack?

Thanks!

Fern
 
Hi Fern,

No, it is just this version. The installation is almost as described in the document:

  1. Rename your current makemdl.exe to mkmdl.exe
  2. Rename makemdl.parts.xml to mkmdl.parts.xml
  3. Copy the exe from MDLCommander and rename it to makemdl.exe
 
Back
Top