From 3c3466bc65043eca7e56c0af11c2d4841b8577dc Mon Sep 17 00:00:00 2001 From: Defent Date: Tue, 25 Aug 2015 19:47:52 +0200 Subject: [PATCH 1/3] Fix'd --- DMS_init.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DMS_init.sqf b/DMS_init.sqf index ee1efda..01a7d74 100644 --- a/DMS_init.sqf +++ b/DMS_init.sqf @@ -11,7 +11,7 @@ if(isServer) then { DMS_spawnAI = compileFinal preprocessFileLineNumbers "scripts\DMS_spawnAI.sqf"; DMS_selectMission = compileFinal preprocessFileLineNumbers "scripts\DMS_selectMission.sqf"; DMS_CleanUp = compileFinal preprocessFileLineNumbers "scripts\DMS_CleanUp.sqf"; - DMS_Config = compileFinal preprocessFileLineNumbers "scripts\DMS_Config.__sqf2str"; + DMS_Config = compileFinal preprocessFileLineNumbers "scripts\DMS_Config.sqf"; From d2adb0940ca6632331f0e08e9264c613626e4da8 Mon Sep 17 00:00:00 2001 From: Defent Date: Tue, 25 Aug 2015 19:48:02 +0200 Subject: [PATCH 2/3] Update DMS_init.sqf --- DMS_init.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DMS_init.sqf b/DMS_init.sqf index 01a7d74..b57c6bb 100644 --- a/DMS_init.sqf +++ b/DMS_init.sqf @@ -16,7 +16,7 @@ if(isServer) then { // not fully loaded yet - DMS_Loaded = false; + DMS_Loaded = false; call DMS_Config; From e39d9d1a07a8cc474016fe1ad4c7609e87977e2b Mon Sep 17 00:00:00 2001 From: Defent Date: Tue, 25 Aug 2015 21:53:15 +0200 Subject: [PATCH 3/3] Update DMS_spawnAI.sqf --- scripts/DMS_spawnAI.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/DMS_spawnAI.sqf b/scripts/DMS_spawnAI.sqf index b689fcb..d03e32b 100644 --- a/scripts/DMS_spawnAI.sqf +++ b/scripts/DMS_spawnAI.sqf @@ -5,7 +5,7 @@ DMS_spawnAI = { _skill = _this select 2; //_playerObject = (owner player); // Needed 4 exile - _group = createGroup INDEPENDENT; + _group = createGroup RESISTANCE; _group setBehaviour "COMBAT"; _group setCombatMode "RED"; _group allowFleeing 0;