From bfb4f965b8cc134963b49a80c76bd3634dda8046 Mon Sep 17 00:00:00 2001 From: James Gardner Date: Mon, 2 Nov 2020 08:21:13 -0800 Subject: [PATCH] Update KLAX_readme.md --- final/US/CA/KLAX_readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/final/US/CA/KLAX_readme.md b/final/US/CA/KLAX_readme.md index 7cefbac..7eb8e76 100644 --- a/final/US/CA/KLAX_readme.md +++ b/final/US/CA/KLAX_readme.md @@ -9,6 +9,7 @@ This implements Los Angeles International Airport (KLAX), Bob Hope Airport (KBUR * Arrivals and departures at KLAX, KBUR, KLGB and KHHR. * Departures thats (somewhat) mirror the actual SID's. * Custom traffic to match GA and Airlines at KBUR and KLGB. +* Custom SIDS that match the departure path perfectly. ### Planned @@ -20,11 +21,15 @@ This implements Los Angeles International Airport (KLAX), Bob Hope Airport (KBUR Due to the limitations of [Endless ATC](https://steamcommunity.com/app/666610) there are many aspects that are not particuarly accurate. -* SID's only head directly to their first waypoints. There is no way to model a complex path for a SID, like on the actual SID's. * Only around 50% of SIDS are included for KBUR and KLGB, and only around 20% are included for KLAX (Los Angeles has 23 SID's). * No STARS since there is currently no way to model this. +## Credits + +Thanks to Startgrid for this amazing game! Without him this wouldn't be happening. I used Jeppson charts from [Navigraph Charts](https://navigraph.com/products/charts). You can get the exact same charts from many other places online for free, eg. [Airnav](https://www.airnav.com/airport/KLAX). All fix and navaids data and coodinates was provided by [Airnav](https://www.airnav.com). All airport and runway data was provided by [OurAirports](https://ourairports.com/). + ## Changelog +* 1.3 - 10/31/2020 - Custom SIDS, updated entrypoints. * 1.2 - 7/31/2020 - Added KHHR support for increased GA traffic. -* 1.1 - 7/28/2020 - Initial Release. Includes KLAX, KBUR, and KLGB. \ No newline at end of file +* 1.1 - 7/28/2020 - Initial Release. Includes KLAX, KBUR, and KLGB.