From 9b32443d88547ce9191e3869a19af4e65837c765 Mon Sep 17 00:00:00 2001 From: second_coming Date: Fri, 18 Mar 2016 10:51:12 +0000 Subject: [PATCH] Update startOccupation.sqf --- startOccupation.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startOccupation.sqf b/startOccupation.sqf index 9da4a33..e33ac6e 100644 --- a/startOccupation.sqf +++ b/startOccupation.sqf @@ -4,7 +4,7 @@ diag_log format ["[OCCUPATION]:: Initialised at %1",time]; // Shared Config for each occupation monitor maxAIcount = 100; // the maximum amount of AI, if the AI count is above this then additional AI won't spawn -minFPS = 8; // any lower than 15fps on the server and additional AI won't spawn +minFPS = 8; // any lower than minFPS on the server and additional AI won't spawn scaleAI = 10; // any more than _scaleAI players on the server and _maxAIcount is reduced for each extra player useWaypoints = false; // When spawning AI create waypoints to make them enter buildings (can affect performance when the AI is spawned and the waypoints are calculated) debug = true; // set to true for debug log information and map markers