Merge pull request #15 from FlightControl-Master/Applevangelist-patch-2

Add files via upload
This commit is contained in:
Applevangelist
2021-06-16 08:40:49 +02:00
committed by GitHub
20 changed files with 42 additions and 14 deletions
@@ -2,6 +2,7 @@
-- Name: SPA-120 - Air Ops - Scheduled Spawns with Repeat on Landing with Limit -- Name: SPA-120 - Air Ops - Scheduled Spawns with Repeat on Landing with Limit
-- Author: FlightControl -- Author: FlightControl
-- Date Created: 05 Feb 2017 -- Date Created: 05 Feb 2017
-- Checked in 15 dez 2020 by ZERO
-- --
-- # Situation: -- # Situation:
-- --
@@ -1,6 +1,10 @@
$dir = split-path -parent $MyInvocation.MyCommand.Definition $dir = split-path -parent $MyInvocation.MyCommand.Definition
cd $dir cd $dir
$file = Split-Path $dir -leaf $file = Split-Path $dir -leaf
$dir
$file
cd "_unpacked" cd "_unpacked"
. 7z a -r -y -tzip "..\$file.miz" * . 7z a -r -y -tzip "..\$file.miz" *
cd .. cd ..
@@ -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 ..
@@ -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 -- Name: SPA-121 - Air Ops - Scheduled Spawns with Repeat on Landing with Limit
-- Author: FlightControl -- Author: FlightControl
-- Date Created: 05 Feb 2017 -- Date Created: 05 Feb 2017
-- Checked in 15 dez 2020 by ZERO
-- --
-- # Situation: -- # Situation:
-- --
@@ -2,6 +2,7 @@
-- Name: SPA-122 - Air Ops - OnLand test for Scheduled Spawns -- Name: SPA-122 - Air Ops - OnLand test for Scheduled Spawns
-- Author: FlightControl -- Author: FlightControl
-- Date Created: 21 Mar 2017 -- Date Created: 21 Mar 2017
-- Checked in 15 dez 2020 by ZERO
-- --
-- # Situation: -- # Situation:
-- --
@@ -2,6 +2,7 @@
-- Name: SPA-123 - Air Ops - Repeat on Landing and InitCleanUp -- Name: SPA-123 - Air Ops - Repeat on Landing and InitCleanUp
-- Author: FlightControl -- Author: FlightControl
-- Date Created: 15 Sep 2018 -- Date Created: 15 Sep 2018
-- Checked in 15 dez 2020 by ZERO
-- --
-- # Situation: -- # Situation:
-- --
@@ -13,10 +14,12 @@ do
-- Declare SPAWN objects -- Declare SPAWN objects
Spawn_KA_50 = SPAWN:New("KA-50") Spawn_KA_50 = SPAWN:New("KA-50")
Spawn_KA_50:InitLimit( 2, 10 ) :InitLimit( 2, 0 )
-- Choose repeat functionality -- Choose repeat functionality
-- Repeat on landing
Spawn_KA_50:InitRepeatOnLanding()
Spawn_KA_50:InitDelayOff() Spawn_KA_50:InitDelayOff()
Spawn_KA_50:InitCleanUp( 300 ) Spawn_KA_50:InitCleanUp( 300 )
Spawn_KA_50:SpawnScheduled( 180, 0.2 ) Spawn_KA_50:SpawnScheduled( 180, 0.2 )
@@ -2,6 +2,7 @@
-- Name: SPA-140 - Spawn Client Slots -- Name: SPA-140 - Spawn Client Slots
-- Author: FlightControl -- Author: FlightControl
-- Date Created: 30 Aug 2017 -- Date Created: 30 Aug 2017
-- Checked in 15 dez 2020 by ZERO (doesn't work)
-- --
-- # Situation: -- # Situation:
-- --