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

FS2004 Can't Export with Standard Texture

Messages
1,964
Country
unitedkingdom
I have the GMAX FS2004 SDK installed with the gamepack in the right place.

If I have no texture, it exports no problem.

With a standard texture it warns that it either can't find the makemdl, or it can't compile.

What is going on?
 
For typical GMAX FS2004 textures with _t day textures and _L night textures (the _t indicates reflection instead of transparency), you do not need to specify a night texture at all in the material - the _L texture will be used automatically by FS. For other texture name endings like _LM, I guess you found that the Ambient slot works OK for that. That's also what we use for FS2004 scenery, BTW. Of course, that uses a texture *replacement* approach, rather than the overlay approach of _L textures.
 
So you only need to assign a diffuse texture and have an _L in the texture folder also? What's the difference between _L and _LM?
 
Yes, for FS2004 assign a diffuse texture that ends in _t, and then have an _L texture in the plane's folder. It will be used automatically.

Note that all of what I am talking about is for the MakeMDL compiler from MS; FSDS2 (for example) uses its own compiler and does not follow these rules.

The difference between night textures:

1. An _LM texture is a night version of the day texture, and will *replace* the day texture at night. The day texture is not displayed.

2. An _L texture is an overlay. It lays over the day texture, and the resulting display is the two textures *combined together*. So where the night texture is black, you will see a much darkened version of the day texture. A 0,0,0 black area in a night texture will provide the same darkness as if there were no night texture at all. Anything lighter than that (20,20,20) will give the dark areas a dim glow. Some people like the glow, others do not.

If you place a yellow/white square on the night texture, that area will be lit up (and should be in the same place as a window in the day texture). A light splash in the night texture will create a splash of light onto the day texture, like logo lights lighting up the rudder. No color or other information is required in the night texture (it can be simple black and white), but if you add a color it will be combined with the day texture (allowing you to create some special effects, or just a warm yellow light). You could even get fancy and put silhouettes of people's heads into the lit windows of the night texture (but some people don't like that).

Hope this helps,
 
I've got a "light spalsh" DXT 3 Texture on the top layer of my ground polygons. It's faint, and you can just make it out during the day, however at night it is not showing at all.

I have tried it with _lm and _l.

Any suggestions? Works fine as self illumination in fsx.
 
Ground polygons are FS2002 technology, and I don't know how night lighting works. There is no place to put a night texture in the converter you are using?
 
It seems to work not I've re-made them and put the lights on a higher layer.
 
Back
Top