diff --git a/SPA - Spawning/SPA-140 - Spawn Client Slots/SPA-140 - Spawn Client Slots.lua b/SPA - Spawning/SPA-140 - Spawn Client Slots/SPA-140 - Spawn Client Slots.lua deleted file mode 100644 index d1783ea42d..0000000000 --- a/SPA - Spawning/SPA-140 - Spawn Client Slots/SPA-140 - Spawn Client Slots.lua +++ /dev/null @@ -1,19 +0,0 @@ ---- --- Name: SPA-140 - Spawn Client Slots --- Author: FlightControl --- Date Created: 30 Aug 2017 --- --- # Situation: --- --- A plane will be spawned Uncontrolled and later one will be spawned Controlled. --- Only the Controlled plane will move, the other will remain idle at the parking spot. --- --- # Test cases: --- - --- Create the SPAWN object looking for the group (template) "Plane". -SpawnPlane = SPAWN:New( "Plane" ) - --- Spawn the UnControlled Group -UnControlledPlane = SpawnPlane:SpawnClientAtAirbase( AIRBASE:FindByName( AIRBASE.Caucasus.Kutaisi ) ) - diff --git a/SPA - Spawning/SPA-140 - Spawn Client Slots/SPA-140 - Spawn Client Slots.miz b/SPA - Spawning/SPA-140 - Spawn Client Slots/SPA-140 - Spawn Client Slots.miz deleted file mode 100644 index 9bb8449aef..0000000000 Binary files a/SPA - Spawning/SPA-140 - Spawn Client Slots/SPA-140 - Spawn Client Slots.miz and /dev/null differ diff --git a/SPA - Spawning/SPA-140 - Spawn Client Slots/pack.ps1 b/SPA - Spawning/SPA-140 - Spawn Client Slots/pack.ps1 deleted file mode 100644 index bbac66e7c1..0000000000 --- a/SPA - Spawning/SPA-140 - Spawn Client Slots/pack.ps1 +++ /dev/null @@ -1,10 +0,0 @@ -$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-140 - Spawn Client Slots/unpack.ps1 b/SPA - Spawning/SPA-140 - Spawn Client Slots/unpack.ps1 deleted file mode 100644 index c208a31858..0000000000 --- a/SPA - Spawning/SPA-140 - Spawn Client Slots/unpack.ps1 +++ /dev/null @@ -1,7 +0,0 @@ -$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" *