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

FSET source code

Messages
42
Does anyone still have the FSEarthtiles Source Code? I think it used to be available on SourfceForge, but now I can't find it anywhere.
 
Just Google FSEarthtiles springscript.cs and you will find the code in some sites.
 
Yes, the seasonal scripts come with the FSET main package. However, I was looking for the source code to the full program. I’d like to implement the internal FSET resampling code in my fork of ortho4xp. I have managed to disassemble this function, but it is of course messy and difficult to understand in disassembled form.
 
The full source code (VS solution) is available in some Russian sites. Hope it helps
 
thanks. although this is version 1.0. I am looking for version 1.03b if it is out there somewhere. It includes the extra exclude tiles section of the program.
 
You could use jetbrains decompiler to extract the 1.03b code and compare it to the 1.01 code to get your bearings. it shouldn't be too hard to find the exclude section.
 
Thanks, I have just done that and have the code almost merged. A few code errors to handle but pretty happy with it. Once I'm done I will put it out into the wild where it belongs. I have working earth tile service also.
 
Thanks, I have just done that and have the code almost merged. A few code errors to handle but pretty happy with it. Once I'm done I will put it out into the wild where it belongs. I have working earth tile service also.
Kelvin, did you ever get around to doing this? If so, can you share the link? Regards.
 
Back
Top