startgrid, developer of the most excellent game Endless ATC (also on Steam and Android) has recently added the ability to import custom airports as well as provided about 3000 raw airport configuration files. They're not intended as ready-to-play airports, but more as a starting point to create a new airport file. The files in this collection are automatically composed out of free databases, and the quality and completeness may differ per file. In any case, the files are not finished, so you'll have to add more properties (like SIDs and runway configurations) yourself. Best practice would be to pick one airport you would like to work on from the collection, copy that file to the game, and start expanding it, bit by bit, with more data. You can also start from scratch, googling all data and properties yourself.
Use a text editor, together with the included example.txt file as a guide, to create a working file in the locations folder of the game. The example file is pretty big, but most of the properties in it are only optional. In theory, just a runway and an airport code is enough data to create a minimal, playable file. You can always decide to add more detail later. First thing to do is to make sure the '#code = ' item in the [airport1] section is un-commented to make the airport appear in-game at the bottom of the airport menu. So just remove the # at the beginning of that line. Carefully put each item in the correct section, in the same format as the example. Start the game every now and then to make sure it still works as expected.
- Open an issue describing the work you want to do (or want done, but it will be faster if you participate!)
- For this repository
- Clone your fork to your computer so you can work on it
- Set this repository to be the upstream repository of your fork
- Ensure your repository has the most recent changes from upstream
- Create a branch in your repository:
git checkout -b iss#/desc
where the open issue and description are both included - Make local changes until your repository contains all completed work
- Commit your changes:
git commit -am 'iss#/desc - closes iss#'
Use keywords to assist with linking issues and pull requests - Push to your branch:
git push origin iss#/desc
- Submit a pull request from your fork to the upstream repository
Note, many editors and GUI git clients will help and even combine many of these commands. Refer to the documentation for whichever application you are using as well as this guide with any questions. If you are connected to our Discord server, feel free to ask for help in #github-help
We are thrilled to accept new and updated airports. We also would welcome markdown files in the GitHub wiki with gameplay tips - especially for more advanced usage (such as STAR) - and development tips/guidelines. Those who wish to volunteer to test updates before they are finalized should open an issue to volunteer.
Finally, all players, testers, and developers are encouraged to join our Discord server for extra assistance and information.
- All files that have been customized should be placed in the final folder.
- The directory structure below that follows the continent abbreviation found here
- The directory structure below that follows ISO 3166-3 naming conventions for the country or state
- If there are a large number of airports, still, you or the reviewers may use 1 further directory, such as a USA state.
- The file should have the four character ICAO code, with a .txt extension
- "Fantasy" or other airports that cannot be placed in this structure should go into final/custom
For example, Zurich airport is placed in
final/EU/CHE/LSZH.txt
. Los Angeles is placed infinal/NA/USA/CA/KLAX.txt
as there are large number of airports in "USA."
It is highly encourage to remove the first seven lines of comments, since we are no longer using an "automatically generated airport file" at this point.
Is it encouraged to cite any references that you used while creating your file, including the airchart, airliner data, and even airport website.
If you wish to include personal information (such as your contact information), this is allowed, although not necessary.
It may be best to add a markdown file with the same airport code in the same directory with references, information, and a change log (e.g. final/EU/CHE/LSZH.md
)
TODO: Write license