MOOSE demonstration missions [skip ci]

This commit is contained in:
FlightControl-User
2020-10-11 15:41:44 +00:00
parent f5d0537ef3
commit 2040cdff23
402 changed files with 64 additions and 0 deletions
@@ -0,0 +1,16 @@
---
-- RECOVERYTANKER: Simple
--
-- Simple Recovery tanker script using default settings.
--
-- Tanker will be spawned on the USS Stennis and go on station overhead at angels 6 with 274 knots TAS (~250 KIAS).
--
-- Radio frequencies, callsign are taken from the settings of the late activated template group in the mission editor.
---
-- S-3B at USS Stennis spawning on deck. First Parameter is the UNIT name of the Carrier, second the GROUP name of the tanker template.
local tankerStennis=RECOVERYTANKER:New("USS Stennis", "Texaco Group")
-- Start recovery tanker.
-- NOTE: If you spawn on deck, it seems prudent to delay the spawn a bit after the mission starts.
tankerStennis:__Start(1)
@@ -0,0 +1,6 @@
$dir = split-path -parent $MyInvocation.MyCommand.Definition
cd $dir
$file = Split-Path $dir -leaf
cd "_unpacked"
. 7z a -r -y -tzip "..\$file.miz" *
cd ..
@@ -0,0 +1,7 @@
$dir = split-path -parent $MyInvocation.MyCommand.Definition
cd $dir
$file = Split-Path $dir -leaf
Remove-Item .\_unpacked -Force -Recurse
md "_unpacked"
cd "_unpacked"
. 7z x -r -y "..\$file.miz" *