August 5, 201213 yr Hey! I wonder wether there exist a list of the basic sceneries that are available inside the original FS2004 software, i.e. all the airports that are in the main scenery folder of FS2004. I would enjoy te have a complete list of airport names, cities, codes, country names, and possibly location coordinates as well as elevation... Does anyone know where I can find that? Greetz Jive1
August 5, 201213 yr Maybe not perfect, but you could try this: Install "AI Traffic Mover" then click "Tools-Create Airport file for all FS Airports" which creates a text file called "Airports_All.txt". This will give you all airports (ICAO code, Lat/Long, elevation) looking like this: CYYZ,N43*40.6327',W79*37.8332',568 To complete this, you could install AFCAD (afcad221.zip) and run AFCAD. It will create a file called "AirportIndex". Open this file with notepad and it will give you: (Country, ICAO code) looking like this: Canada|Ontario|Toronto|Toronto/Pearson Intl|CYYZ|1237 You can then merge the two text files using gawk. Gawk is a very powerful text manipulator (great for AI traffic work). RJ
August 7, 201213 yr I had some time to kill today and merged the two files together using gawk. The list is sorted by country. Each line looks like this: Country |Airport name |ICAO| Lat/Long |Elevation Canada|Ontario|Toronto|Toronto/Pearson Intl|CYYZ|N43* 40.63'|W79* 37.83'|569|. Once I wrote the gawk program, it took close to 45minutes to compile. B) Here is the link. RJ
August 8, 201213 yr Try this file ..... I've had it for a while and found it very useful. Pete. Category: Flight Simulator 2004 - Miscellaneous Files Airports and Runways File Description: This is a list of all the airports and runways in the FS9 standard sceneries in MSExcel format. It was compiled from the AP****.bgl files, and I hope it is complete. Filename: fs9_airports.zip License: Freeware Added: 22nd April 2005 Downloads: 2449 Author: Winfried Orthmann Size: 4513kb
August 8, 201213 yr Far better list BushPilot49. Thanks for posting the link Pete. I removed my file. RJ
Create an account or sign in to comment