mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2025-08-15 10:37:46 +00:00
Update 2.7 dev
This commit is contained in:
parent
15e204bf49
commit
492e3897df
@ -0,0 +1,6 @@
|
||||
$dir = split-path -parent $MyInvocation.MyCommand.Definition
|
||||
cd $dir
|
||||
$file = Split-Path $dir -leaf
|
||||
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" *
|
||||
6
GRP - Group Commands/GRP-510 - Task Follow/pack.ps1
Normal file
6
GRP - Group Commands/GRP-510 - Task Follow/pack.ps1
Normal file
@ -0,0 +1,6 @@
|
||||
$dir = split-path -parent $MyInvocation.MyCommand.Definition
|
||||
cd $dir
|
||||
$file = Split-Path $dir -leaf
|
||||
cd "_unpacked"
|
||||
. 7z a -r -y -tzip "..\$file.miz" *
|
||||
cd ..
|
||||
7
GRP - Group Commands/GRP-510 - Task Follow/unpack.ps1
Normal file
7
GRP - Group Commands/GRP-510 - Task Follow/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" *
|
||||
10
GRP - Group Commands/GRP-600 - Respawn/GRP-600 - Respawn.lua
Normal file
10
GRP - Group Commands/GRP-600 - Respawn/GRP-600 - Respawn.lua
Normal file
@ -0,0 +1,10 @@
|
||||
--- This makes a vehicle respawn itself when the mission starts.
|
||||
-- Name: GRP-600 - Respawn
|
||||
-- Author: FlightControl
|
||||
-- Date Created: 01 Mar 2018
|
||||
|
||||
-- Find the Vehicle and create a GROUP object.
|
||||
Vehicle = GROUP:FindByName( "Vehicle" )
|
||||
|
||||
-- Respawn the vehicle.
|
||||
Vehicle:Respawn()
|
||||
BIN
GRP - Group Commands/GRP-600 - Respawn/GRP-600 - Respawn.miz
Normal file
BIN
GRP - Group Commands/GRP-600 - Respawn/GRP-600 - Respawn.miz
Normal file
Binary file not shown.
10
GRP - Group Commands/GRP-600 - Respawn/pack.ps1
Normal file
10
GRP - Group Commands/GRP-600 - Respawn/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
GRP - Group Commands/GRP-600 - Respawn/unpack.ps1
Normal file
7
GRP - Group Commands/GRP-600 - Respawn/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