Skip to content

Commit

Permalink
Fixed problems with Core/SpawnStatic missions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaltokri committed Mar 1, 2024
1 parent d9d22f7 commit 20afee0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 59 deletions.
Binary file not shown.

This file was deleted.

20 changes: 18 additions & 2 deletions Core/SpawnStatic/050-Spawn-FARPs/SPS-050-Spawn-FARPs.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
---
-- FARPS
-- Author: Unknown
-- Created: Unknown
-- Contributors: kaltokri
-- Modified: 01.03.2024
--
-- # Documentation:
-- https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Core.SpawnStatic.html
-- https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Wrapper.Static.html
-- https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Core.Zone.html
-- https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Wrapper.Airbase.html
--
-- # Description:
--
-- This demo shows how to dynamically spawn FARPs into a mission.
--
-- We spawn two FARPS in a zone near Batumi.
Expand All @@ -12,7 +24,11 @@
--
-- As FARPS in DCS are strange creatures, which are hybrids of groups
-- and statics, the function :InitFARP is necessary.
---
--
-- # Guide:
--
-- 1. Start the mission and watch the created FARPs.


-- Zone near Batumi on land.
local zoneSpawn1 = ZONE:FindByName( "SpawnZone1" )
Expand Down
Binary file modified Core/SpawnStatic/050-Spawn-FARPs/SPS-050-Spawn-FARPs.miz
Binary file not shown.

0 comments on commit 20afee0

Please sign in to comment.