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

BGLcomp and XML question.

  • Thread starter Thread starter Dillards
  • Start date Start date
D

Dillards

Guest
Hi everyone.
I just started back up again and I tried to make some photoscenery. When I place my .INF file onto the bglcomp.exe it does not create the .bgl and shows the command prompt for a second. I cannot remember how to view the error anymore. Any help is appreciated. Thanks.

[Source]
Type = MultiSource
NumberOfSources = 2

[Source1]
Type = BMP
Layer = Imagery
SourceDir = "C:\Program Files (x86)\SBuilderX313\Tools\Work"
SourceFile = "L17X51862X51875Y93556Y93565.BMP"
Variation = Day
NullValue = 255,255,255
SamplingMethod = Gaussian
ulyMap = 45.7176863611111
ulxMap = -108.778381361111
xDim = 5.36442057291753E-06
yDim = 3.74572482638724E-06

[Source2]
Type = BMP
Layer = Imagery
SourceDir = "C:\Users\Casey Penney\Documents\6S8\Photoscenery"
SourceFile = "6S8_A1_lm.bmp"
Variation = Night
NullValue = 255,255,255
SamplingMethod = Gaussian
ulyMap = 45.7176863611111
ulxMap = -108.778381361111
xDim = 5.36442057291753E-06
yDim = 3.74572482638724E-06

[Destination]
DestDir = "C:\Users\Casey Penney\Documents\6S8\BGL"
DestBaseFileName = "Photo_6S8_A1"
DestFileType = BGL
LOD = 17
UseSourceDimensions = 1
CompressionQuality = 85
 
Hi,

Bglcomp is to compile xml files. For your inf file you need to use resample from the terrain sdk.
 
Back
Top