mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2025-08-15 10:37:46 +00:00
Add files via upload
AICSAR base demo
This commit is contained in:
parent
3d46a902f6
commit
a187cf875c
17
CSR-001 - Basics/CSR-001 - Basics.lua
Normal file
17
CSR-001 - Basics/CSR-001 - Basics.lua
Normal file
@ -0,0 +1,17 @@
|
||||
-------------------------------------------------------------------------
|
||||
-- CSR-001 - Basics - Basic Demo
|
||||
-------------------------------------------------------------------------
|
||||
-- Documentation
|
||||
--
|
||||
-- AICSAR: https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Functional.AICSAR.html
|
||||
--
|
||||
-------------------------------------------------------------------------
|
||||
-- Grab a flight and eject from the plane once the mission was loaded.
|
||||
-- Follow your parachuting pilot. Once landing, a helicopter will launch
|
||||
-- to pick you up and fly you to the MASH.
|
||||
-------------------------------------------------------------------------
|
||||
-- Date: Jan 2022
|
||||
-------------------------------------------------------------------------
|
||||
|
||||
local my_aicsar=AICSAR:New("Luftrettung",coalition.side.BLUE,"Downed Pilot","Rescue Helo",AIRBASE:FindByName("Test FARP"),ZONE:New("MASH"))
|
||||
|
||||
BIN
CSR-001 - Basics/CSR-001 - Basics.miz
Normal file
BIN
CSR-001 - Basics/CSR-001 - Basics.miz
Normal file
Binary file not shown.
10
CSR-001 - Basics/pack.ps1
Normal file
10
CSR-001 - Basics/pack.ps1
Normal file
@ -0,0 +1,10 @@
|
||||
$dir = split-path -parent $MyInvocation.MyCommand.Definition
|
||||
cd $dir
|
||||
$file = Split-Path $dir -leaf
|
||||
|
||||
$dir
|
||||
$file
|
||||
|
||||
cd "_unpacked"
|
||||
. 7z a -r -y -tzip "..\$file.miz" *
|
||||
cd ..
|
||||
7
CSR-001 - Basics/unpack.ps1
Normal file
7
CSR-001 - Basics/unpack.ps1
Normal file
@ -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" *
|
||||
Loading…
x
Reference in New Issue
Block a user