From d13173e33636d50d5646e963ca44005317d724a6 Mon Sep 17 00:00:00 2001 From: Rolf Geuenich Date: Fri, 23 Feb 2024 11:33:02 +0100 Subject: [PATCH 1/2] Added Links to new demo mission repository --- Moose Development/Moose/Core/Beacon.lua | 4 ++++ Moose Development/Moose/Core/Zone.lua | 4 ++++ Moose Development/Moose/Sound/Radio.lua | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/Moose Development/Moose/Core/Beacon.lua b/Moose Development/Moose/Core/Beacon.lua index c3d22b823..de3d58417 100644 --- a/Moose Development/Moose/Core/Beacon.lua +++ b/Moose Development/Moose/Core/Beacon.lua @@ -8,6 +8,10 @@ -- -- === -- +-- ### [Demo Missions](https://github.com/FlightControl-Master/MOOSE_Demos/tree/master/Core/Beacon) +-- +-- === +-- -- ### Authors: Hugues "Grey_Echo" Bousquet, funkyfranky -- -- @module Core.Beacon diff --git a/Moose Development/Moose/Core/Zone.lua b/Moose Development/Moose/Core/Zone.lua index db176e783..ea5e1efa1 100644 --- a/Moose Development/Moose/Core/Zone.lua +++ b/Moose Development/Moose/Core/Zone.lua @@ -46,6 +46,10 @@ -- -- === -- +-- ### [Demo Missions](https://github.com/FlightControl-Master/MOOSE_Demos/tree/master/Core/Zone) +-- +-- === +-- -- ### Author: **FlightControl** -- ### Contributions: **Applevangelist**, **FunkyFranky**, **coconutcockpit** -- diff --git a/Moose Development/Moose/Sound/Radio.lua b/Moose Development/Moose/Sound/Radio.lua index 002e6ddaf..68acf2a5a 100644 --- a/Moose Development/Moose/Sound/Radio.lua +++ b/Moose Development/Moose/Sound/Radio.lua @@ -30,6 +30,10 @@ -- -- === -- +-- ### [Demo Missions](https://github.com/FlightControl-Master/MOOSE_Demos/tree/master/Sound/Radio) +-- +-- === +-- -- ### Authors: Hugues "Grey_Echo" Bousquet, funkyfranky -- -- @module Sound.Radio From 1545add510ea7f6f0529654252a7f003be8a7689 Mon Sep 17 00:00:00 2001 From: kaltokri Date: Sat, 24 Feb 2024 22:24:20 +0100 Subject: [PATCH 2/2] Enhancement of troubleshooting tips in the docs --- docs/beginner/problems.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/beginner/problems.md b/docs/beginner/problems.md index 32357cb67..ba88276a3 100644 --- a/docs/beginner/problems.md +++ b/docs/beginner/problems.md @@ -14,7 +14,9 @@ nav_order: 05 If the mission shows not the expected behavior do the following steps: 1. Double check if you added the changed mission script to the mission again! -1. Check if the triggers are configured as requested in the last sections. +1. Check if the triggers are configured as requested in the last sections: + - To load MOOSE: `4 MISSION START`, nothing on `CONDITIONS`, `DO SCRIPT FILE` to load `Moose_.lua`. + - To load mission script(s): `1 ONCE`, in `CONDITIONS` add `TIME MORE` = 1, `DO SCRIPT FILE` to load `yourscript.lua`. 1. Double check if you have the right version of MOOSE (some classes need the develop branch). 1. Try the newest version of MOOSE.