EHAM v1.0

This commit is contained in:
Thijs
2020-12-20 14:43:01 +01:00
parent ed4e11e879
commit 3bb642a1ee
2 changed files with 25 additions and 9 deletions
+17 -4
View File
@@ -262,11 +262,11 @@ entrypoints =
230, RIVER 230, RIVER
airlines = airlines =
TRA, 7, B737/B738, Transavia, nswe TRA, 4, B737/B738, Transavia, nswe
KLM, 10, B737/B738/B744/B789/B788/A333/B77L/B77W/E190/E170, KLM, nswe KLM, 10, B737/B738/B744/B789/B788/A333/B77L/B77W/E190/E170, KLM, nswe
AFR, 2, A319/A320, Air France, s AFR, 2, A319/A320, Air France, s
BAW, 3, A319/A320/A321, Speedbird, w BAW, 3, A319/A320/A321, Speedbird, w
DEL, 3, A333/B77L/B77W, Delta, w DEL, 4, A333/B77L/B77W, Delta, w
CSN, 1, A380/B77W, China Southern, e CSN, 1, A380/B77W, China Southern, e
SIA, 1, A350, Singapore, e SIA, 1, A350, Singapore, e
AAL, 1, B788, American, w AAL, 1, B788, American, w
@@ -280,12 +280,13 @@ airlines =
name = Rotterdam The Hague Airport name = Rotterdam The Hague Airport
code = RD code = RD
climbaltitude = 3000 climbaltitude = 3000
traffic = 5
runways = runways =
rwy7, 06, N51.9521, E4.42824, 57.0, 7218, 656, 656, -15 rwy7, 06, N51.9521, E4.42824, 57.0, 7218, 656, 656, -15
airlines = airlines =
TRA, 7, B737/B738, Transavia, nswe TRA, 6, B737/B738, Transavia, nswe
CDN, 1, B738, Dutch Corendon, esw CDN, 3, B738, Dutch Corendon, esw
entrypoints = entrypoints =
020, PAM 020, PAM
@@ -814,6 +815,18 @@ route7 = KUDAD1V, KUDAD
N51.66750, E4.56750 N51.66750, E4.56750
N51.40556, E4.36639 N51.40556, E4.36639
[transition1]
runway = rwy5, rev
beacon = ARTIP
route 1 = 090
N52.51111, E5.56917
N52.35306, E5.25306, 7000, 220
N52.24639, E5.04167
N52.11056, E4.90944
N52.11056, E4.80139, 2000, 180
8.2, 2000, 180
[configurations] [configurations]
#South Combination with 2 starting and 2 landing runways (usually run when transitioning from a landing peak to a starting peak and vice versa) #South Combination with 2 starting and 2 landing runways (usually run when transitioning from a landing peak to a starting peak and vice versa)
config1 = config1 =
+8 -5
View File
@@ -1,4 +1,4 @@
# EHAM v0.4 # EHAM v1.0
This is a file to add EHAM (Amsterdam Schiphol Airport) to the [Endless ATC](https://steamcommunity.com/app/666610) game. This is a file to add EHAM (Amsterdam Schiphol Airport) to the [Endless ATC](https://steamcommunity.com/app/666610) game.
## Features ## Features
@@ -9,11 +9,10 @@ This is a file to add EHAM (Amsterdam Schiphol Airport) to the [Endless ATC](htt
* Secondary airports: EHRD * Secondary airports: EHRD
* Multiple runway configurations (currently 6) * Multiple runway configurations (currently 6)
* Realistic airline schedules. The variety of airlines is quite limited at this time. * Realistic airline schedules. The variety of airlines is quite limited at this time.
* Added ARTIP1X transition to runway 36R
### Planned ### Planned
* Additional runway configurations * Add EHLE secondary when open IRL
* Add EHLE secondary * Potentially add night transitions if requested
* Add ARTIP1X transition
* Potentially add night transitions
## Basic operations ## Basic operations
### Departures ### Departures
@@ -108,6 +107,10 @@ v0.3
v0.4 v0.4
* Added additional configurations * Added additional configurations
v1.0
* Added ARTIP1X transition to runway 36R
* Tweaked EHRD arrival rate
* Tweaked airline mixture
## Credits ## Credits
All coordinates and other information with respect to EHAM/EHRD where directly taken from the [eAIP](https://www.lvnl.nl/eaip/2020-10-22-AIRAC/html/index-en-GB.html). All coordinates and other information with respect to EHAM/EHRD where directly taken from the [eAIP](https://www.lvnl.nl/eaip/2020-10-22-AIRAC/html/index-en-GB.html).