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

Resample Issue

Messages
42
Country
australia
Hi everyone,

I'm trying to create my BGL using resample but it's not working, I put run my .inf file through resample and a command prompt window appears on my screen for a split second but disappears and nothing happens. My three sources are day texture, night texture and blend mask in that order. I've attached my .inf file as a .txt, some help would be much appreciated.
 

Attachments

Hi, I just looked at your inf, and the only thing that I can see that may be a problem is the blendmask, maybe just the format of it. Try saving it as a .tif file and altering the inf to suit. Maybe before you do that you should run resample in batch mode, with a pause command so the command prompt window actually remains open and should list the problem(s).

To make a resample batch file is easy:

1/ Create a new text document - call it resamplelog.txt

2/ As an example I will call the inf you want to run NVSS.inf ; Write the following in the text file:

resample.exe NVSS.inf
Pause

3/ save the text file and then change the extension from .txt to .bat

It is now a batch file that will run when you double click or right click and click on open.
Place this batch file with your files (bmps, tiffs, resample, inf etc) and then run it. Resample will now pause when the resampling is complete or when it encounters an error. It will list what the problem is. You can also resample multiple files from this batch file by just adding more lines. To edit the batch file, right click and click on edit.

eg

resample.exe NVSS.inf
resample.exe NVSS_2.inf
resample.exe NVSS_3.inf
Pause


Good luck,

Scott
 
Ignore what I wrote before, I edited the images in Photoshop on my Mac and moved them onto my desktop originally so I think that's why I had the error. I just re-saved it via Gimp on my desktop and now it's compiling fine, but it will apparently take 40 minutes....
 
Last edited:
Back
Top