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

Need a tool/programmer for a freeware project

Messages
1,025
Country
us-florida
I have a project that I'm looking for some programming help on...

Basically I've got GIS data that is updated daily that I'm hoping I can build a program to:

  1. Download the .zip file every day
  2. Run the data through conversion to XML
  3. Build the .BGL file through dropping the .xml file onto bglcomp.exe
  4. Upload the .bgl file to a web server

  1. simconnect module that downloads the .bgl from the user end
  2. simconncet module forces a scenery refresh in the simulator

What this does is allow one computer to download and render the data, then uploads to a server... The users computer then downloads the new .bgl file for that day (similar to real weather), and forces FSX to re-index and reload all scenery files thereby updating the placement of the scenery object...

This is primarily aimed at a freeware addon, but also I have a few other commercial grade projects that this might benefit as well, for which any programmer that could help create these tools would also get a commission...
 
This program is to be stand alone? or a dll to be used in other programs? If a dll then what are the main programs developed in?
 
oops sorry I forgot about this thread... the main program would be standalone, but it could also be a dll that the users computer compiles the data on... The end user would have a dll that either can download the raw data and run it through the converters (not the preferred method), but the preferred method is that the users computer only grabs the pre-rendered daily BGL via a DLL interface in sim...

Would be faster to have a daily standalone file on my developers end that I can schedule to run every day and upload the bgl to a server...

Then the user's computer would have a dll in FS9 or FSX that downloads the daily data file and refreshes the scenery drive thereby updating the data in the sim...

Anyway I think I already have a programmer for this one project... But I'm still open to input...
 
I have a project that I'm looking for some programming help on...

Basically I've got GIS data that is updated daily that I'm hoping I can build a program to:

  1. Download the .zip file every day
  2. Run the data through conversion to XML
  3. Build the .BGL file through dropping the .xml file onto bglcomp.exe
  4. Upload the .bgl file to a web server

  1. simconnect module that downloads the .bgl from the user end
  2. simconncet module forces a scenery refresh in the simulator

What this does is allow one computer to download and render the data, then uploads to a server... The users computer then downloads the new .bgl file for that day (similar to real weather), and forces FSX to re-index and reload all scenery files thereby updating the placement of the scenery object...

This is primarily aimed at a freeware addon, but also I have a few other commercial grade projects that this might benefit as well, for which any programmer that could help create these tools would also get a commission...

I was wondering where FSX gets the weather data?
I assume there is a special website somewhere in the Universe. lol
 
Back
Top