From 461c92816eb74c0bb8e7c7b2ad72e3c86291f58d Mon Sep 17 00:00:00 2001 From: Zepheris Date: Sat, 22 Feb 2020 02:50:24 -0700 Subject: [PATCH] Disabled Sappers and cloaked figures --- Server/mpmissions/epoch.Bornholm/init.sqf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Server/mpmissions/epoch.Bornholm/init.sqf b/Server/mpmissions/epoch.Bornholm/init.sqf index 91b1e1e..3121918 100644 --- a/Server/mpmissions/epoch.Bornholm/init.sqf +++ b/Server/mpmissions/epoch.Bornholm/init.sqf @@ -18,3 +18,15 @@ SA_MAX_TOWED_CARGO = 1; //Test of AI mod TCL_Path = "TCL_System\"; call compile preprocessFileLineNumbers (TCL_Path+"TCL_Preprocess.sqf"); + + +// Control the epoch ai limit per player +// 1. Epoch_Cloak_F = Cultist +// 2. GreatWhite_F = Great White Shark +// 3. Epoch_Sapper_F = Regular Sapper +// 4. Epoch_SapperB_F = Super Sapper (dark) +// 5. I_UAV_01_F = UAV (that spawns the AI) +// 6. PHANTOM = Invisible phantom +// 7. B_Heli_Transport_01_F = Transport helicopter for the mission system + +EPOCH_spawnLimits = [0, 1, 0, 0, 1, 0, 1];