From 55759aedee3fc92a0479458b16f0f216fb2214cd Mon Sep 17 00:00:00 2001 From: Zepheris Date: Sun, 4 Mar 2018 10:46:36 -0700 Subject: [PATCH] Changed max AI count from 200 to 300 --- @ExileServer/addons/a3_exile_occupation.pbo | Bin 242164 -> 242165 bytes .../addons/a3_exile_occupation/config.sqf | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/@ExileServer/addons/a3_exile_occupation.pbo b/@ExileServer/addons/a3_exile_occupation.pbo index 4737462124c232cabde000b28968aa3c700954be..78978d006d2203396da2cb2915fdafdb25abcb66 100644 GIT binary patch delta 72 zcmezJnD6Ujz6l$7H(X`_1J`r2qc&{Z*J00SJlWmh52InTvtzrnBO?$qZFhELo?9Sd ZedXvK=gRsM0XLf`=bE1snH#)oBLF&69#jAT delta 70 zcmezRnD5JDz6l$7*I#A;1Hs#~qSkNR*J00SG}+zZPqT|-yNe?u5HoFeab%ubAkz7T X-9}yN&x+WkFKjt)w6RW6U$Pbe`p_J4 diff --git a/@ExileServer/addons/a3_exile_occupation/config.sqf b/@ExileServer/addons/a3_exile_occupation/config.sqf index bedde9f..beed2a4 100644 --- a/@ExileServer/addons/a3_exile_occupation/config.sqf +++ b/@ExileServer/addons/a3_exile_occupation/config.sqf @@ -20,9 +20,9 @@ SC_infiSTAR_log = true; // true Use infiSTAR logging, false logs to ser SC_useApexClasses = true; // true if you want to use the Apex class list over rides, false to use vanilla Arma gear SC_useMapOverrides = true; // set to true to enable over riding options per map (see the bottom of this file for examples) -SC_maxAIcount = 200; // the maximum amount of AI, if the AI count is above this then additional AI won't spawn +SC_maxAIcount = 300; // the maximum amount of AI, if the AI count is above this then additional AI won't spawn SC_mapMarkers = false; // Place map markers at the occupied areas (occupyPlaces and occupyMilitary only) true/false -SC_minFPS = 5; // any lower than minFPS on the server and additional AI won't spawn +SC_minFPS = 15; // any lower than minFPS on the server and additional AI won't spawn SC_scaleAI = 10; // any more than _scaleAI players on the server and _maxAIcount is reduced for each extra player SC_minDistanceToSpawnZones = 750; // Minimum distance in metres to the nearest spawn zone