From 5d1123e7df5a5578924c48a5dd93386739269191 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Sun, 16 Nov 2025 16:54:04 +0100 Subject: [PATCH] xx --- Moose Development/Moose/Navigation/Beacons.lua | 1 + Moose Development/Moose/Navigation/Radios.lua | 1 + Moose Development/Moose/Navigation/Towns.lua | 1 + 3 files changed, 3 insertions(+) diff --git a/Moose Development/Moose/Navigation/Beacons.lua b/Moose Development/Moose/Navigation/Beacons.lua index a391d1a0b..84ecf218d 100644 --- a/Moose Development/Moose/Navigation/Beacons.lua +++ b/Moose Development/Moose/Navigation/Beacons.lua @@ -43,6 +43,7 @@ -- -- **Note** that try to avoid hard coding stuff in Moose since DCS is updated frequently and things change. Therefore, the main source of information is either a file `beacons.lua` that can be -- found in the installation directory of DCS for each map or a table that the user needs to provide. +-- **Note** your `MissionScripting` environment needs to be desanitized to read this data. `Package` als needs to be available. -- -- # Basic Setup -- diff --git a/Moose Development/Moose/Navigation/Radios.lua b/Moose Development/Moose/Navigation/Radios.lua index d14a11d11..4fe1dad72 100644 --- a/Moose Development/Moose/Navigation/Radios.lua +++ b/Moose Development/Moose/Navigation/Radios.lua @@ -43,6 +43,7 @@ -- -- **Note** that try to avoid hard coding stuff in Moose since DCS is updated frequently and things change. Therefore, the main source of information is either a file `radio.lua` that can be -- found in the installation directory of DCS for each map or a table that the user needs to provide. +-- **Note** your `MissionScripting` environment needs to be desanitized to read this data. -- -- # Basic Setup -- diff --git a/Moose Development/Moose/Navigation/Towns.lua b/Moose Development/Moose/Navigation/Towns.lua index 71b75b307..3825854f9 100644 --- a/Moose Development/Moose/Navigation/Towns.lua +++ b/Moose Development/Moose/Navigation/Towns.lua @@ -43,6 +43,7 @@ -- -- **Note** that try to avoid hard coding stuff in Moose since DCS is updated frequently and things change. Therefore, the main source of information is either a file `towns.lua` that can be -- found in the installation directory of DCS for each map or a table that the user needs to provide. +-- **Note** your `MissionScripting` environment needs to be desanitized to read this data. -- -- # Basic Setup --