From a9edd4a81939bc0f09300dcf1c3b51fe6377fcf3 Mon Sep 17 00:00:00 2001 From: Ambroise Garel <47314805+akaAgar@users.noreply.github.com> Date: Thu, 11 Sep 2025 11:29:07 +0200 Subject: [PATCH] Target coordinates radio messages now displayed for a longer time --- README.md | 2 +- Script/The Universal Mission/ATC.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca3ff10..90e406e 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Please also note that PvP is not supported at the moment and that the mission wi - [ ] AI wingmen "Two was shot down!" call when witnessing another wingman killed - [ ] AI wingmen "Winchester!" call when out of ammo - [x] Increased AWACS aircraft spawn altitude - - [ ] Target coordinates radio message displayed for a longer time so players have the time to write them down or enter them in their flight computer + - [x] Target coordinates radio message displayed for a longer time so players have the time to write them down or enter them in their flight computer ### High priority diff --git a/Script/The Universal Mission/ATC.lua b/Script/The Universal Mission/ATC.lua index 7d1e701..00bb2e9 100644 --- a/Script/The Universal Mission/ATC.lua +++ b/Script/The Universal Mission/ATC.lua @@ -35,7 +35,7 @@ do end navInfo = navInfo..DCSEx.world.getCoordinatesAsString(obj.waypoint3, false) - TUM.radio.playForUnit(DCSEx.dcs.getObjectIDAsNumber(p), "commandObjectiveCoordinates"..msgIDSuffix, { obj.name, navInfo }, "Command", delayRadioAnswer) + TUM.radio.playForUnit(DCSEx.dcs.getObjectIDAsNumber(p), "commandObjectiveCoordinates"..msgIDSuffix, { obj.name, navInfo }, "Command", delayRadioAnswer, nil, nil, 2.5) end end