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

P3D v4 Creating seasons.bgl

MatthiasKNU

Resource contributor
Messages
962
Country
germany
Hello everyone!

I need help...
I am currently trying to create seasons for my Germany-Project.
I've been trying to do this for days, but I just can't get it done.

First of all my inf file:
Code:
[Destination]
DestDir                = C:\Users\mknue\Desktop\GES\new
DestBaseFileName     = seasons_germany
UseSourceDimensions     = 1
BuildSeasons         = 1

[Source]
Type            = MultiSource
NumberOfSources = 6

[Source1]
Season      = Hardwinter
Variation  = January
Type          = BMP
Layer      = Season
SourceDir  = C:\Users\mknue\Desktop\GES\new
SourceFile = JAN.bmp
Lon               = 5.86599881314       ;for top left and bottom right is: 15.0388988131
Lat               = 55.0575623267       ;for top left and bottom right is: 47.2703623267
NumOfCellsPerLine = 2959       ;Pixel is not used in FSX
NumOfLines        = 2512       ;Pixel is not used in FSX
CellXdimensionDeg = 0.0031
CellYdimensionDeg = 0.0031
PixelIsPoint      = 0
SamplingMethod    = Point
Channel_BlendMask     = 6.0

[Source2]
Season      = Winter
Variation  = November,December,February,March
Type          = BMP
Layer      = Season
SourceDir  = C:\Users\mknue\Desktop\GES\new
SourceFile = FEB.bmp
Lon               = 5.86599881314       ;for top left and bottom right is: 15.0388988131
Lat               = 55.0575623267       ;for top left and bottom right is: 47.2703623267
NumOfCellsPerLine = 2959       ;Pixel is not used in FSX
NumOfLines        = 2512       ;Pixel is not used in FSX
CellXdimensionDeg = 0.0031
CellYdimensionDeg = 0.0031
PixelIsPoint      = 0
SamplingMethod    = Point
Channel_BlendMask     = 6.0

[Source3]
Season      = Spring
Variation  = April,May
Type          = BMP
Layer      = Season
SourceDir  = C:\Users\mknue\Desktop\GES\new
SourceFile = APR.bmp
Lon               = 5.86599881314       ;for top left and bottom right is: 15.0388988131
Lat               = 55.0575623267       ;for top left and bottom right is: 47.2703623267
NumOfCellsPerLine = 2959       ;Pixel is not used in FSX
NumOfLines        = 2512       ;Pixel is not used in FSX
CellXdimensionDeg = 0.0031
CellYdimensionDeg = 0.0031
PixelIsPoint      = 0
SamplingMethod    = Point
Channel_BlendMask     = 6.0

[Source4]
Season      = Summer
Variation  = June,July,August,September
Type          = BMP
Layer      = Season
SourceDir  = C:\Users\mknue\Desktop\GES\new
SourceFile = JUL.bmp
Lon               = 5.86599881314       ;for top left and bottom right is: 15.0388988131
Lat               = 55.0575623267       ;for top left and bottom right is: 47.2703623267
NumOfCellsPerLine = 2959       ;Pixel is not used in FSX
NumOfLines        = 2512       ;Pixel is not used in FSX
CellXdimensionDeg = 0.0031
CellYdimensionDeg = 0.0031
PixelIsPoint      = 0
SamplingMethod    = Point
Channel_BlendMask     = 6.0

[Source5]
Season      = Fall
Variation  = October
Type          = BMP
Layer      = Season
SourceDir  = C:\Users\mknue\Desktop\GES\new
SourceFile = OCT.bmp
Lon               = 5.86599881314       ;for top left and bottom right is: 15.0388988131
Lat               = 55.0575623267       ;for top left and bottom right is: 47.2703623267
NumOfCellsPerLine = 2959       ;Pixel is not used in FSX
NumOfLines        = 2512       ;Pixel is not used in FSX
CellXdimensionDeg = 0.0031
CellYdimensionDeg = 0.0031
PixelIsPoint      = 0
SamplingMethod    = Point
Channel_BlendMask     = 6.0

[Source6]
Type          = BMP
Layer      = None
SourceDir  = C:\Users\mknue\Desktop\GES\new
SourceFile = mask.bmp
Lon               = 4.95087881314       ;for top left and bottom right is: 15.9496788131
Lat               = 55.8338023267       ;for top left and bottom right is: 46.4935023267
NumOfCellsPerLine = 3548       ;Pixel is not used in FSX
NumOfLines        = 3013      ;Pixel is not used in FSX
CellXdimensionDeg = 0.0031
CellYdimensionDeg = 0.0031
PixelIsPoint      = 0
SamplingMethod    = Point

.. and that's what I get:
zwischenablage010kkhb.jpg


I am pretty sure, that it is a small thing which is wrong, but I can't find it...
I have attached all files:
https://filehorst.de/d/duddkdzJ

I hope someone can help me to get the seasons as I want them!

Thank you all very much in advance!
Best regards and already a happy new year!
Matthias
 
Solved!

Sometimes it is the best idea, to post the problem, and during writing you have an idea, which solves the problem! :D
I had to assign the seasons value (0-5) to the raster instead of the color!
 
Yes, the season values indeed range from 0 to 5. So a one band image with those values is enough.
 
Back
Top