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

Crazy Resampler

Messages
15
Country
unitedstates
I've just started putting custom terrain textures in GMAX, which I thought should be pretty simple. It worked pretty well at first--I wrote my .inf file, got my picture, and then put it through the resampler. Except the Resampler went crazy. And made 3,190 TGA files. Has anyone else ever had this strange problem? Any idea how to fix it?
 
clarify please...what role did gmax play? That's not logical to me.

As far as sdk tool called resample is concerned, please indicate the sim version you are working with, and post your inf file.

Bob
 
Must have been a bit tired when I wrote this--GMAX has nothing to do with it. I'm just trying to cover a small field and road outside of an airport I've made scenery for--extremely small area for practice. Here are the contents of my inf file--for some reason I can't attach it. My Bitmap is 350 x 350 from WikiMapia. my measurements (space between cells, etc;) were a bit guesstimated--could that be a problem? The reason I had to estimate was because I couldn't find a service that had the picture I needed and those details--its in the Virgin Islands, and not in the US.

[Destination]
DestDir="VirginGorda"
DestBaseFileName="VirginGorda1"
BuildSeasons=0
UseSourceDimensions=0
NorthLat=-64.254698
WestLon=-64.254698
SouthLat=18.265681
EastLon=64.254041

[Source]
Type=Custom
SourceDir="VirginGorda"
SourceFile="VirginGorda1.bmp"
Lat=18.270312
Lon=-64.254698
NumOfCellsPerLine=350
NumOfLines=350
SampleIsCentered=0
 
Back
Top