From 5f5b940ef783af86f815209da4dfb926f3770153 Mon Sep 17 00:00:00 2001 From: Ambroise Garel <47314805+akaAgar@users.noreply.github.com> Date: Thu, 18 Sep 2025 14:50:37 +0200 Subject: [PATCH] Minor fixes to helicopter-specific tasking --- Database/Tasks/HelicopterDestroyInfantry.lua | 2 +- Script/The Universal Mission/Settings.lua | 2 +- The Universal Mission - User's Manual.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Database/Tasks/HelicopterDestroyInfantry.lua b/Database/Tasks/HelicopterDestroyInfantry.lua index 8870278..9e7d26a 100644 --- a/Database/Tasks/HelicopterDestroyInfantry.lua +++ b/Database/Tasks/HelicopterDestroyInfantry.lua @@ -16,7 +16,7 @@ Library.tasks.helicopterDestroyInfantry = { minimumDistance = DCSEx.converter.nmToMeters(5.0), safeRadius = 100, surfaceType = nil, - targetCount = { 2, 3 }, + targetCount = { 6, 8 }, targetFamilies = { DCSEx.enums.unitFamily.GROUND_INFANTRY }, waypointInaccuracy = DCSEx.converter.nmToMeters(1.5) } diff --git a/Script/The Universal Mission/Settings.lua b/Script/The Universal Mission/Settings.lua index 69a7c5b..f1b6289 100644 --- a/Script/The Universal Mission/Settings.lua +++ b/Script/The Universal Mission/Settings.lua @@ -52,7 +52,7 @@ do [TUM.settings.id.PLAYER_COALITION] = { "Red", "Blue" }, -- Must match values in the coalition.side enum [TUM.settings.id.TARGET_COUNT] = { "1", "2", "3", "4" }, [TUM.settings.id.TARGET_LOCATION] = { }, - [TUM.settings.id.TASKING] = { "Antiship strike", "Ground attack", "Helicopter tasks", "Helo hunt", "Interception", "Offensive counter-air", "SEAD", "Strike" }, -- Must match values in the DCSEx.enums.taskFamily enum + [TUM.settings.id.TASKING] = { "Antiship strike", "Ground attack", "Helicopter-specific tasks", "Helo hunt", "Interception", "Offensive counter-air", "SEAD", "Strike" }, -- Must match values in the DCSEx.enums.taskFamily enum [TUM.settings.id.TIME_PERIOD] = { "World War 2", "Korea War", "Vietnam War", "Late Cold War", "Modern" }, -- Must match values in the DCSEx.enums.timePeriod enum [TUM.settings.id.WINGMEN] = { "None", "1", "2", "3" } } diff --git a/The Universal Mission - User's Manual.md b/The Universal Mission - User's Manual.md index bf4ce63..3448619 100644 --- a/The Universal Mission - User's Manual.md +++ b/The Universal Mission - User's Manual.md @@ -113,6 +113,7 @@ The exact content of the menu will depend on the current phase of the mission. - **Mission type**: What will your mission be? - **Antiship strike**: Sink enemy warships and cargo ships. - **Ground attack**: Interdiction missions against armor, artillery and convoys. + - **Helicopter-specific tasks**: Tasks specifically designed for helicopters (lift/pick up friendly units, suppress infantry...) - **Helicopter hunt**: Shoot down enemy transport and attack helicopters. - **Interception**: Shoot down strategic airplanes (bombers, transports...) and enemy attack planes on interdiction missions. - **Offensive counter-air**: Bomb enemy airbases and destroy parked aircraft. **(Requires a target location with at least one enemy land airbase)**