• 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 Can anyone help me configuring right the INF files?

Messages
274
Country
israel
Hi im trying to do a photoreal and i want to add layers to the photoreal (in this case winter photo (LFLS_Photo_Winter.bmp)) but i dont have it in the INF file can anybody please add it to me or proivde me with a template?

Please rar it for me when sending the complete file!
 

Attachments

I had a looksee at yours and while workable, a lot of unnecessary text seemed to garble things up.

Here's what I would suggest - create seasonal maps for every season (not necessarily every month) and then follow the template I've provided below. It is what I used for my Mount St. Helens Pre-1980 Experience package currently in final development.

You will need to copy and paste the coordinates from your template into your final working INF, as well as output file name, etc.

+++++


[Source]
Type = MultiSource
NumberOfSources = 8

[Source1]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "MSH_Pre_1980_Aerial_WI.bmp"
Variation = December,January,February
Channel_BlendMask = 7.0
Channel_LandWaterMask = 8.0
ULXMAP = -122.250521593
ULYMAP = 46.250018736
XDIM = 2.96274685329598E-05
YDIM = 2.08648226351351E-05

[Source2]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "MSH_Pre_1980_Aerial_HW.bmp"
Variation = December,January
Channel_BlendMask = 7.0
Channel_LandWaterMask = 8.0
ULXMAP = -122.250521593
ULYMAP = 46.250018736
XDIM = 2.96274685329598E-05
YDIM = 2.08648226351351E-05

[Source3]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "MSH_Pre_1980_Aerial_SP.bmp"
Variation = March,April,May,June
Channel_BlendMask = 7.0
Channel_LandWaterMask = 8.0
ULXMAP = -122.250521593
ULYMAP = 46.250018736
XDIM = 2.96274685329598E-05
YDIM = 2.08648226351351E-05

[Source4]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "MSH_Pre_1980_Aerial_SU.bmp"
Variation = July,August,September
Channel_BlendMask = 7.0
Channel_LandWaterMask = 8.0
ULXMAP = -122.250521593
ULYMAP = 46.250018736
XDIM = 2.96274685329598E-05
YDIM = 2.08648226351351E-05

[Source5]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "MSH_Pre_1980_Aerial_FA.bmp"
Variation = October,November
Channel_BlendMask = 7.0
Channel_LandWaterMask = 8.0
ULXMAP = -122.250521593
ULYMAP = 46.250018736
XDIM = 2.96274685329598E-05
YDIM = 2.08648226351351E-05

[Source6]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "MSH_Pre_1980_Aerial_Night.bmp"
Variation = Night
Channel_BlendMask = 7.0
Channel_LandWaterMask = 8.0
ULXMAP = -122.250521593
ULYMAP = 46.250018736
XDIM = 2.96274685329598E-05
YDIM = 2.08648226351351E-05

[Source7]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "MSH_Pre_1980_Aerial_BlendMask.bmp"
Variation = All
Channel_BlendMask = 7.0
Channel_LandWaterMask = 8.0
ULXMAP = -122.250521593
ULYMAP = 46.250018736
XDIM = 2.96274685329598E-05
YDIM = 2.08648226351351E-05

[Source8]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "MSH_Pre_1980_Aerial_LWM.bmp"
Variation = All
Channel_BlendMask = 7.0
Channel_LandWaterMask = 8.0
ULXMAP = -122.250521593
ULYMAP = 46.250018736
XDIM = 2.96274685329598E-05
YDIM = 2.08648226351351E-05



[Destination]
DestDir = "."
DestBaseFileName = "MSH_Pre_1980_Aerial_Final"
DestFileType = BGL
LOD = 6,16
UseSourceDimensions = 1
CompressionQuality = 100

+++++
 
Back
Top