mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2025-08-15 10:37:46 +00:00
Merge pull request #15 from FlightControl-Master/Applevangelist-patch-2
Add files via upload
This commit is contained in:
commit
aa6b953cce
Binary file not shown.
Binary file not shown.
@ -2,6 +2,7 @@
|
||||
-- Name: SPA-120 - Air Ops - Scheduled Spawns with Repeat on Landing with Limit
|
||||
-- Author: FlightControl
|
||||
-- Date Created: 05 Feb 2017
|
||||
-- Checked in 15 dez 2020 by ZERO
|
||||
--
|
||||
-- # Situation:
|
||||
--
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,10 @@
|
||||
$dir = split-path -parent $MyInvocation.MyCommand.Definition
|
||||
cd $dir
|
||||
$file = Split-Path $dir -leaf
|
||||
cd "_unpacked"
|
||||
. 7z a -r -y -tzip "..\$file.miz" *
|
||||
$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 ..
|
||||
|
||||
@ -1,7 +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" *
|
||||
$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" *
|
||||
|
||||
Binary file not shown.
10
SPA - Spawning/SPA-120 - Repeat Spawning/pack.ps1
Normal file
10
SPA - Spawning/SPA-120 - Repeat Spawning/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
SPA - Spawning/SPA-120 - Repeat Spawning/unpack.ps1
Normal file
7
SPA - Spawning/SPA-120 - Repeat Spawning/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" *
|
||||
@ -2,6 +2,7 @@
|
||||
-- Name: SPA-121 - Air Ops - Scheduled Spawns with Repeat on Landing with Limit
|
||||
-- Author: FlightControl
|
||||
-- Date Created: 05 Feb 2017
|
||||
-- Checked in 15 dez 2020 by ZERO
|
||||
--
|
||||
-- # Situation:
|
||||
--
|
||||
|
||||
Binary file not shown.
@ -2,6 +2,7 @@
|
||||
-- Name: SPA-122 - Air Ops - OnLand test for Scheduled Spawns
|
||||
-- Author: FlightControl
|
||||
-- Date Created: 21 Mar 2017
|
||||
-- Checked in 15 dez 2020 by ZERO
|
||||
--
|
||||
-- # Situation:
|
||||
--
|
||||
|
||||
Binary file not shown.
@ -2,6 +2,7 @@
|
||||
-- Name: SPA-123 - Air Ops - Repeat on Landing and InitCleanUp
|
||||
-- Author: FlightControl
|
||||
-- Date Created: 15 Sep 2018
|
||||
-- Checked in 15 dez 2020 by ZERO
|
||||
--
|
||||
-- # Situation:
|
||||
--
|
||||
@ -13,10 +14,12 @@ do
|
||||
|
||||
-- Declare SPAWN objects
|
||||
Spawn_KA_50 = SPAWN:New("KA-50")
|
||||
Spawn_KA_50:InitLimit( 2, 10 )
|
||||
:InitLimit( 2, 0 )
|
||||
|
||||
-- Choose repeat functionality
|
||||
|
||||
|
||||
-- Repeat on landing
|
||||
Spawn_KA_50:InitRepeatOnLanding()
|
||||
Spawn_KA_50:InitDelayOff()
|
||||
Spawn_KA_50:InitCleanUp( 300 )
|
||||
Spawn_KA_50:SpawnScheduled( 180, 0.2 )
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -2,6 +2,7 @@
|
||||
-- Name: SPA-140 - Spawn Client Slots
|
||||
-- Author: FlightControl
|
||||
-- Date Created: 30 Aug 2017
|
||||
-- Checked in 15 dez 2020 by ZERO (doesn't work)
|
||||
--
|
||||
-- # Situation:
|
||||
--
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user