diff --git a/SPA - Spawning/SPA-011 - Ground Ops - Simple Spawning/SPA-011 - Ground Ops - Simple Spawning.lua b/SPA - Spawning/SPA-011 - Ground Ops - Simple Spawning/SPA-011 - Ground Ops - Simple Spawning.lua index 4272c98f0b..3dcfab741c 100644 --- a/SPA - Spawning/SPA-011 - Ground Ops - Simple Spawning/SPA-011 - Ground Ops - Simple Spawning.lua +++ b/SPA - Spawning/SPA-011 - Ground Ops - Simple Spawning/SPA-011 - Ground Ops - Simple Spawning.lua @@ -1,6 +1,7 @@ -- Name: SPA-011 - Ground Ops - Simple Spawning -- Author: FlightControl -- Date Created: 10 Jan 2017 +-- Checked in 15 dez 2020 by ZERO -- -- # Situation: -- diff --git a/SPA - Spawning/SPA-011 - Ground Ops - Simple Spawning/SPA-011 - Ground Ops - Simple Spawning.miz b/SPA - Spawning/SPA-011 - Ground Ops - Simple Spawning/SPA-011 - Ground Ops - Simple Spawning.miz index e6c04e56f3..cd8d6e8f27 100644 Binary files a/SPA - Spawning/SPA-011 - Ground Ops - Simple Spawning/SPA-011 - Ground Ops - Simple Spawning.miz and b/SPA - Spawning/SPA-011 - Ground Ops - Simple Spawning/SPA-011 - Ground Ops - Simple Spawning.miz differ diff --git a/SPA - Spawning/SPA-012 - Ground Ops - Multiple Spawns/SPA-012 - Ground Ops - Multiple Spawns.lua b/SPA - Spawning/SPA-012 - Ground Ops - Multiple Spawns/SPA-012 - Ground Ops - Multiple Spawns.lua index 36ce824e35..5acad6f394 100644 --- a/SPA - Spawning/SPA-012 - Ground Ops - Multiple Spawns/SPA-012 - Ground Ops - Multiple Spawns.lua +++ b/SPA - Spawning/SPA-012 - Ground Ops - Multiple Spawns/SPA-012 - Ground Ops - Multiple Spawns.lua @@ -1,6 +1,7 @@ -- Name: SPA-012 - Ground Ops - Multiple Spawns -- Author: FlightControl -- Date Created: 10 Jan 2017 +-- Checked in 15 dez 2020 by ZERO -- -- # Situation: -- diff --git a/SPA - Spawning/SPA-012 - Ground Ops - Multiple Spawns/SPA-012 - Ground Ops - Multiple Spawns.miz b/SPA - Spawning/SPA-012 - Ground Ops - Multiple Spawns/SPA-012 - Ground Ops - Multiple Spawns.miz index 5ebbf20c10..58091ebd0d 100644 Binary files a/SPA - Spawning/SPA-012 - Ground Ops - Multiple Spawns/SPA-012 - Ground Ops - Multiple Spawns.miz and b/SPA - Spawning/SPA-012 - Ground Ops - Multiple Spawns/SPA-012 - Ground Ops - Multiple Spawns.miz differ diff --git a/SPA - Spawning/SPA-013 - Ground Ops - Scheduled Spawns/SPA-013 - Ground Ops - Scheduled Spawns.lua b/SPA - Spawning/SPA-013 - Ground Ops - Scheduled Spawns/SPA-013 - Ground Ops - Scheduled Spawns.lua index 3549c9a4ee..c24b978cfb 100644 --- a/SPA - Spawning/SPA-013 - Ground Ops - Scheduled Spawns/SPA-013 - Ground Ops - Scheduled Spawns.lua +++ b/SPA - Spawning/SPA-013 - Ground Ops - Scheduled Spawns/SPA-013 - Ground Ops - Scheduled Spawns.lua @@ -1,6 +1,7 @@ -- Name: SPA-013 - Ground Ops - Scheduled Spawns -- Author: FlightControl -- Date Created: 10 Jan 2017 +-- Checked in 15 dez 2020 by ZERO -- -- # Situation: -- diff --git a/SPA - Spawning/SPA-013 - Ground Ops - Scheduled Spawns/SPA-013 - Ground Ops - Scheduled Spawns.miz b/SPA - Spawning/SPA-013 - Ground Ops - Scheduled Spawns/SPA-013 - Ground Ops - Scheduled Spawns.miz index 91f254bff1..e4c39ab251 100644 Binary files a/SPA - Spawning/SPA-013 - Ground Ops - Scheduled Spawns/SPA-013 - Ground Ops - Scheduled Spawns.miz and b/SPA - Spawning/SPA-013 - Ground Ops - Scheduled Spawns/SPA-013 - Ground Ops - Scheduled Spawns.miz differ diff --git a/SPA - Spawning/SPA-013 - Ground Ops - Scheduled Spawns/pack.ps1 b/SPA - Spawning/SPA-013 - Ground Ops - Scheduled Spawns/pack.ps1 index caa79efcaf..bbac66e7c1 100644 --- a/SPA - Spawning/SPA-013 - Ground Ops - Scheduled Spawns/pack.ps1 +++ b/SPA - Spawning/SPA-013 - Ground Ops - Scheduled Spawns/pack.ps1 @@ -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 .. diff --git a/SPA - Spawning/SPA-013 - Ground Ops - Scheduled Spawns/unpack.ps1 b/SPA - Spawning/SPA-013 - Ground Ops - Scheduled Spawns/unpack.ps1 index 0206e08131..c208a31858 100644 --- a/SPA - Spawning/SPA-013 - Ground Ops - Scheduled Spawns/unpack.ps1 +++ b/SPA - Spawning/SPA-013 - Ground Ops - Scheduled Spawns/unpack.ps1 @@ -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" * diff --git a/SPA - Spawning/SPA-014 - Ground Ops - Scheduled Spawns Limited/SPA-014 - Ground Ops - Scheduled Spawns Limited.lua b/SPA - Spawning/SPA-014 - Ground Ops - Scheduled Spawns Limited/SPA-014 - Ground Ops - Scheduled Spawns Limited.lua index 7c9b423c7f..9751a86793 100644 --- a/SPA - Spawning/SPA-014 - Ground Ops - Scheduled Spawns Limited/SPA-014 - Ground Ops - Scheduled Spawns Limited.lua +++ b/SPA - Spawning/SPA-014 - Ground Ops - Scheduled Spawns Limited/SPA-014 - Ground Ops - Scheduled Spawns Limited.lua @@ -1,6 +1,7 @@ -- Name: SPA-014 - Ground Ops - Scheduled Spawns Limited -- Author: FlightControl -- Date Created: 10 Jan 2017 +-- Checked in 15 dez 2020 by ZERO -- -- # Situation: -- diff --git a/SPA - Spawning/SPA-014 - Ground Ops - Scheduled Spawns Limited/SPA-014 - Ground Ops - Scheduled Spawns Limited.miz b/SPA - Spawning/SPA-014 - Ground Ops - Scheduled Spawns Limited/SPA-014 - Ground Ops - Scheduled Spawns Limited.miz index e884582387..46dab6cd36 100644 Binary files a/SPA - Spawning/SPA-014 - Ground Ops - Scheduled Spawns Limited/SPA-014 - Ground Ops - Scheduled Spawns Limited.miz and b/SPA - Spawning/SPA-014 - Ground Ops - Scheduled Spawns Limited/SPA-014 - Ground Ops - Scheduled Spawns Limited.miz differ diff --git a/SPA - Spawning/SPA-014 - Ground Ops - Scheduled Spawns Limited/pack.ps1 b/SPA - Spawning/SPA-014 - Ground Ops - Scheduled Spawns Limited/pack.ps1 index caa79efcaf..bbac66e7c1 100644 --- a/SPA - Spawning/SPA-014 - Ground Ops - Scheduled Spawns Limited/pack.ps1 +++ b/SPA - Spawning/SPA-014 - Ground Ops - Scheduled Spawns Limited/pack.ps1 @@ -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 .. diff --git a/SPA - Spawning/SPA-014 - Ground Ops - Scheduled Spawns Limited/unpack.ps1 b/SPA - Spawning/SPA-014 - Ground Ops - Scheduled Spawns Limited/unpack.ps1 index 0206e08131..c208a31858 100644 --- a/SPA - Spawning/SPA-014 - Ground Ops - Scheduled Spawns Limited/unpack.ps1 +++ b/SPA - Spawning/SPA-014 - Ground Ops - Scheduled Spawns Limited/unpack.ps1 @@ -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" * diff --git a/SPA - Spawning/SPA-015 - Ground Ops - Randomize Route/SPA-015 - Ground Ops - Randomize Route.lua b/SPA - Spawning/SPA-015 - Ground Ops - Randomize Route/SPA-015 - Ground Ops - Randomize Route.lua index c6c88f56a0..1cc6cfb6e5 100644 --- a/SPA - Spawning/SPA-015 - Ground Ops - Randomize Route/SPA-015 - Ground Ops - Randomize Route.lua +++ b/SPA - Spawning/SPA-015 - Ground Ops - Randomize Route/SPA-015 - Ground Ops - Randomize Route.lua @@ -1,6 +1,7 @@ -- Name: SPA-015 - Ground Ops - Randomize Route -- Author: FlightControl -- Date Created: 10 Jan 2017 +-- Checked in 15 dez 2020 by ZERO -- -- # Situation: -- diff --git a/SPA - Spawning/SPA-015 - Ground Ops - Randomize Route/SPA-015 - Ground Ops - Randomize Route.miz b/SPA - Spawning/SPA-015 - Ground Ops - Randomize Route/SPA-015 - Ground Ops - Randomize Route.miz index ce0d54d00a..fbce54f556 100644 Binary files a/SPA - Spawning/SPA-015 - Ground Ops - Randomize Route/SPA-015 - Ground Ops - Randomize Route.miz and b/SPA - Spawning/SPA-015 - Ground Ops - Randomize Route/SPA-015 - Ground Ops - Randomize Route.miz differ diff --git a/SPA - Spawning/SPA-016 - Ground Ops - Randomize Zones/SPA-016 - Ground Ops - Randomize Zones.lua b/SPA - Spawning/SPA-016 - Ground Ops - Randomize Zones/SPA-016 - Ground Ops - Randomize Zones.lua index 3bf1f8bfbe..867e5a5593 100644 --- a/SPA - Spawning/SPA-016 - Ground Ops - Randomize Zones/SPA-016 - Ground Ops - Randomize Zones.lua +++ b/SPA - Spawning/SPA-016 - Ground Ops - Randomize Zones/SPA-016 - Ground Ops - Randomize Zones.lua @@ -1,6 +1,7 @@ -- Name: SPA-016 - Ground Ops - Randomize Zones -- Author: FlightControl -- Date Created: 10 Jan 2017 +-- Checked in 15 dez 2020 by ZERO -- -- # Situation: -- diff --git a/SPA - Spawning/SPA-016 - Ground Ops - Randomize Zones/SPA-016 - Ground Ops - Randomize Zones.miz b/SPA - Spawning/SPA-016 - Ground Ops - Randomize Zones/SPA-016 - Ground Ops - Randomize Zones.miz index 4417dc55a5..8351397b72 100644 Binary files a/SPA - Spawning/SPA-016 - Ground Ops - Randomize Zones/SPA-016 - Ground Ops - Randomize Zones.miz and b/SPA - Spawning/SPA-016 - Ground Ops - Randomize Zones/SPA-016 - Ground Ops - Randomize Zones.miz differ diff --git a/SPA - Spawning/SPA-017 - Ground Ops - Set AI inactive while spawning/SPA-017 - Ground Ops - Set AI inactive while spawning.lua b/SPA - Spawning/SPA-017 - Ground Ops - Set AI inactive while spawning/SPA-017 - Ground Ops - Set AI inactive while spawning.lua index 54d89d920f..434ab1f863 100644 --- a/SPA - Spawning/SPA-017 - Ground Ops - Set AI inactive while spawning/SPA-017 - Ground Ops - Set AI inactive while spawning.lua +++ b/SPA - Spawning/SPA-017 - Ground Ops - Set AI inactive while spawning/SPA-017 - Ground Ops - Set AI inactive while spawning.lua @@ -1,6 +1,7 @@ -- Name: SPA-017 - Ground Ops - Set AI inactive while spawning -- Author: FlightControl -- Date Created: 24 Jan 2017 +-- Checked in 15 dez 2020 by ZERO -- -- # Situation: -- @@ -11,7 +12,7 @@ -- -- 1. Observe that the ground vehicles are spawned at the position declared within the mission editor. -- 2. The vehicles should spawn according the scheduler parameters. --- 3. There should not be more than 5 groups spawned. +-- 3. There should not be more than 10 groups spawned. -- 4. Observe that the AI is inactivated, and thus, the vehicles aren't moving. -- 5. Observe that the position where the units are spawned, is randomized in the zones perimeters. diff --git a/SPA - Spawning/SPA-017 - Ground Ops - Set AI inactive while spawning/SPA-017 - Ground Ops - Set AI inactive while spawning.miz b/SPA - Spawning/SPA-017 - Ground Ops - Set AI inactive while spawning/SPA-017 - Ground Ops - Set AI inactive while spawning.miz index edad32f366..c572fc3915 100644 Binary files a/SPA - Spawning/SPA-017 - Ground Ops - Set AI inactive while spawning/SPA-017 - Ground Ops - Set AI inactive while spawning.miz and b/SPA - Spawning/SPA-017 - Ground Ops - Set AI inactive while spawning/SPA-017 - Ground Ops - Set AI inactive while spawning.miz differ diff --git a/SPA - Spawning/SPA-018 - Ground Ops - Randomize Templates/SPA-018 - Ground Ops - Randomize Templates.lua b/SPA - Spawning/SPA-018 - Ground Ops - Randomize Templates/SPA-018 - Ground Ops - Randomize Templates.lua index 4258bd86c6..73463d3068 100644 --- a/SPA - Spawning/SPA-018 - Ground Ops - Randomize Templates/SPA-018 - Ground Ops - Randomize Templates.lua +++ b/SPA - Spawning/SPA-018 - Ground Ops - Randomize Templates/SPA-018 - Ground Ops - Randomize Templates.lua @@ -2,6 +2,7 @@ -- Name: SPA-018 - Ground Ops - Randomize Templates -- Author: FlightControl -- Date Created: 10 Jan 2017 +-- Checked in 15 dez 2020 by ZERO -- -- # Situation: -- @@ -9,7 +10,12 @@ -- -- # Test cases: -- --- 1. Observe that the ground vehicles are spawned with randomized templates. +-- 1. Observe that the ground vehicles are spawned at the position declared within the mission editor. +-- 2. The vehicles should spawn according the scheduler parameters. +-- 3. There should not be more than 10 units spawned. Make sure that group count have less than 10 units or 10 groups. +-- 4. Observe that the route that the vehicles follow is randomized starting from point 1 till point 3. +-- 5. Observe that the position where the units are spawned, is randomized according the zones. +-- 6. Observe that the ground vehicles are spawned with randomized templates. -- Tests Gudauta @@ -22,7 +28,7 @@ TemplateTable = { "A", "B", "C" } Spawn_Vehicle_1 = SPAWN:New( "Spawn Vehicle 1" ) :InitLimit( 10, 10 ) :InitRandomizeRoute( 1, 1, 200 ) + :InitRandomizeZones( ZoneTable ) :InitRandomizeTemplate( TemplateTable ) - --:InitRandomizeZones( ZoneTable ) :SpawnScheduled( 5, .5 ) diff --git a/SPA - Spawning/SPA-018 - Ground Ops - Randomize Templates/SPA-018 - Ground Ops - Randomize Templates.miz b/SPA - Spawning/SPA-018 - Ground Ops - Randomize Templates/SPA-018 - Ground Ops - Randomize Templates.miz index 5c4d82860f..062198a05f 100644 Binary files a/SPA - Spawning/SPA-018 - Ground Ops - Randomize Templates/SPA-018 - Ground Ops - Randomize Templates.miz and b/SPA - Spawning/SPA-018 - Ground Ops - Randomize Templates/SPA-018 - Ground Ops - Randomize Templates.miz differ diff --git a/SPA - Spawning/SPA-019 - Ground Ops - Randomize Templates without Waypoints/SPA-019 - Ground Ops - Randomize Templates without Waypoints.lua b/SPA - Spawning/SPA-019 - Ground Ops - Randomize Templates without Waypoints/SPA-019 - Ground Ops - Randomize Templates without Waypoints.lua index e636abb572..55947f7c37 100644 --- a/SPA - Spawning/SPA-019 - Ground Ops - Randomize Templates without Waypoints/SPA-019 - Ground Ops - Randomize Templates without Waypoints.lua +++ b/SPA - Spawning/SPA-019 - Ground Ops - Randomize Templates without Waypoints/SPA-019 - Ground Ops - Randomize Templates without Waypoints.lua @@ -1,7 +1,8 @@ --- --- Name: SPA-019 - Ground Ops - Randomize Templates with Waypoints +-- Name: SPA-019 - Ground Ops - Randomize Templates without Waypoints -- Author: FlightControl -- Date Created: 24 Feb 2017 +-- Checked in 15 dez 2020 by ZERO -- -- # Situation: -- @@ -11,6 +12,7 @@ -- -- 1. Observe that the ground vehicles are spawned with randomized templates. -- 2. Observe that the ground vehicles are spread around the spawning area and are not stacked upon each other. +-- Note by ZERO (15/12/2020): the vehicles are spawned upon each other -- Tests Gudauta diff --git a/SPA - Spawning/SPA-019 - Ground Ops - Randomize Templates without Waypoints/SPA-019 - Ground Ops - Randomize Templates without Waypoints.miz b/SPA - Spawning/SPA-019 - Ground Ops - Randomize Templates without Waypoints/SPA-019 - Ground Ops - Randomize Templates without Waypoints.miz index c3a98a7d80..7322255629 100644 Binary files a/SPA - Spawning/SPA-019 - Ground Ops - Randomize Templates without Waypoints/SPA-019 - Ground Ops - Randomize Templates without Waypoints.miz and b/SPA - Spawning/SPA-019 - Ground Ops - Randomize Templates without Waypoints/SPA-019 - Ground Ops - Randomize Templates without Waypoints.miz differ