Added ATC commands

This commit is contained in:
Ambroise Garel
2025-07-29 16:27:04 +02:00
parent d603a3d8a1
commit 423ebbf7b8
2 changed files with 56 additions and 9 deletions

View File

@@ -202,15 +202,15 @@ Library.radioMessages = {
},
atcRequireNearestAirbase = { -- TODO: voiceover
"Roger. Vectoring you to the nearest airbase.",
"Copy. Coordinates to nearest field inbound.",
"Roger. Guide you direct to the nearest recovery airfield."
"Roger. Vectoring you to the nearest airbase.\n$1",
"Copy. Coordinates to nearest field inbound.\n$1",
"Roger. Guide you direct to the nearest recovery airfield.\n$1"
},
atcRequireWeather = { -- TODO: voiceover
"Roger. Weather info coming up now.",
"Copy. Weather report inbound.",
"This is control, checking conditions now.",
"Copy. Weather data on the way."
atcWeatherUpdate = { -- TODO: voiceover
"Roger. Weather info coming up now.\n$1",
"Copy. Weather report inbound.\n$1",
"This is control, checking conditions now.\n$1",
"Copy. Weather data on the way.\n$1"
},
atcSafeLanding = { "Be advised: $1 is wheels down at $2 and clear of runway.", "All aircraft, $1 has landed at $2 and vacated active. Runway is open for next inbound.", "Traffic, $1 is on deck at $2 and heading to parking. Runway clear.", "All flights, $1 just rolled out at $2 and cleared the active.", "Heads up, $1 landed at $2 and moving to the ramp. Runway available for next approach." },
atcSafeLandingPlayer = { "$1, wheels on deck, welcome back. You may taxi to the parking area.", "$1, good copy on landing. Exit when able, proceed to the parking area.", "$1, touchdown confirmed. Continue to parking.", "$1, welcome home. Clear of runway and taxi to parking area.", "$1, nice landing. Taxi to parking when ready." },
@@ -312,7 +312,7 @@ Library.radioMessages = {
"Control, negative on original destination, request alternate field nearest current position.",
"Control, requesting location and frequency for closest towered airfield."
},
playerATCRequireWeather = { -- TODO: voiceover
playerATCWeatherUpdate = { -- TODO: voiceover
"Control, request latest weather update, over.",
"Control, need current weather and visibility.",
"Control, what's the weather looking like out there?",