From fc94aa02118a8b0543d40f14d4289f5033997de9 Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Wed, 1 Feb 2017 18:52:01 -0500 Subject: [PATCH 01/10] Update blck_configs_exile.sqf Corrected an error in blck_AI_Side; changed this back to EAST. --- @epochhive/addons/custom_server/Configs/blck_configs_exile.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf b/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf index 1cd2d75..e9e154f 100644 --- a/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf +++ b/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf @@ -172,7 +172,7 @@ Last modified 8/1/15 blck_combatMode = "RED"; // Change this to "YELLOW" if the AI wander too far from missions for your tastes. blck_groupFormation = "WEDGE"; // Possibilities include "WEDGE","VEE","FILE","DIAMOND" - blck_AI_Side = RESISTANCE; + blck_AI_Side = EAST; blck_chanceBackpack = 0.3; // Chance AI will be spawned with a backpack blck_useNVG = true; // When true, AI will be spawned with NVG if is dark From 3df1ccb6f3041dab17a3f3f1fee88f31d6595c66 Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Sun, 5 Feb 2017 23:18:06 -0500 Subject: [PATCH 02/10] Update SLS_init_exile.sqf Corrected typo --- @epochhive/addons/custom_server/SLS/SLS_init_exile.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@epochhive/addons/custom_server/SLS/SLS_init_exile.sqf b/@epochhive/addons/custom_server/SLS/SLS_init_exile.sqf index 9139466..1556eea 100644 --- a/@epochhive/addons/custom_server/SLS/SLS_init_exile.sqf +++ b/@epochhive/addons/custom_server/SLS/SLS_init_exile.sqf @@ -1,4 +1,4 @@ // Assemble the final executable with Epoch crate configurations and SLS code -#include "\q\addons\custom_server\SLS\SLS_defines_exlie.sqf"; +#include "\q\addons\custom_server\SLS\SLS_defines_exle.sqf"; #include "\q\addons\custom_server\SLS\SLS_functions.sqf"; From b91e589e4e2e8875d0f6726df65e5abb63183018 Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Sun, 5 Feb 2017 23:35:42 -0500 Subject: [PATCH 03/10] Update blck_configs_exile.sqf replace epoch vehicles with exiles ones. --- .../custom_server/Configs/blck_configs_exile.sqf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf b/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf index e9e154f..caa0572 100644 --- a/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf +++ b/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf @@ -4,7 +4,7 @@ Last modified 8/1/15 */ #define DBDserver 1 - if (blck_debugON) then {diag_log "[blckeagls] Loading blck_configs_epoch.sqf";}; + if (blck_debugON) then {diag_log "[blckeagls] Loading blck_configs_exlie.sqf";}; /* Configuration for Addons that support the overall Mission system. @@ -30,7 +30,7 @@ Last modified 8/1/15 // if true then missions will not spawn within 1000 m of spawn points for Altis, Bornholm, Cherno, Esseker or stratis. blck_listConcreteMixerZones = true; blck_blacklistSpawns = true; - blck_blacklistTraderCities = true; // Set this = true if you would like the mission system to automatically search for the locations of the Epoch trader cities. Note that these are pre-defined in GMS_fnc_findWorld for the most common maps. + blck_blacklistTraderCities = true; // Set this = true if you would like the mission system to automatically search for the locations of the trader cities. Note that these are pre-defined in GMS_fnc_findWorld for the most common maps. // list of locations that are protected against mission spawns switch (toLower(worldName)) do @@ -85,7 +85,7 @@ Last modified 8/1/15 blck_VK_GunnerDamage = true; // when the AI was killed by a gunner on a vehicle that is is in the list of forbidden vehicles, blck_RunGearDamage of damage will be applied to the killer's vehicle each time an AI is killed with a vehicle's gun. blck_forbidenVehicles = ["B_MRAP_01_hmg_F","O_MRAP_02_hmg_F"]; // Add any vehicles for which you wish to forbid vehicle kills // For a listing of the guns mounted on various land vehicles see the following link: https://community.bistudio.com/wiki/Arma_3_CfgWeapons_Vehicle_Weapons - // HMG_M2 is mounted on the armed offroad that is spawned by Epoch + blck_forbidenVehicleGuns = ["LMG_RCWS","LMG_M200","HMG_127","HMG_127_APC",/*"HMG_M2",*/"HMG_NSVT","GMG_40mm","GMG_UGV_40mm","autocannon_40mm_CTWS","autocannon_30mm_CTWS","autocannon_35mm","LMG_coax","autocannon_30mm","HMG_127_LSV_01"]; // Add any vehicles for which you wish to forbid vehicle kills, o // GLOBAL MISSION PARAMETERS @@ -99,7 +99,7 @@ Last modified 8/1/15 // Settings for Mission Vehicles. blck_useVehiclePatrols = true; // When true vehicles will be spawned at missions and will patrol the mission area. blck_killEmptyAIVehicles = false; // when true, the AI vehicle will be extensively damaged once all AI have gotten out. - blck_AIPatrolVehicles = ["B_G_Offroad_01_armed_EPOCH","B_LSV_01_armed_F"]; // Type of vehicle spawned to defend AI bases + blck_AIPatrolVehicles = ["Exile_Car_Offroad_Armed_Guerilla01 ","B_LSV_01_armed_F"]; // Type of vehicle spawned to defend AI bases // AI STATIC WEAPON PARAMETERS blck_useStatic = true; // When true, AI will man static weapons spawned 20-30 meters from the mission center. These are very effective against most vehicles @@ -113,7 +113,7 @@ Last modified 8/1/15 blck_AIHelis = ["B_Heli_Light_01_armed_F","B_Heli_Transport_01_camo_F","B_Heli_Transport_03_F"]; // The helis used to bring in and drop reinforcements. // Unarmed Helis provided for reference. - // ["B_Heli_Transport_03_unarmed_EPOCH","O_Heli_Light_02_unarmed_EPOCH","I_Heli_Transport_02_EPOCH"]; + // ["Exile_Chopper_Orca_CSAT", "Exile_Chopper_Orca_Black","","Exile_Chopper_Huey_Desert","Exile_Chopper_Hummingbird_Green","Exile_Chopper_Huron_Green"] // Mission - specific settings //Set to -1 to disable. Values of 2 or more force the mission spawner to spawn copies of that mission - this feature is not thoroughly tested. From 81115e862c7b52c5bf9491c27c2a07558e7ca836 Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Sun, 5 Feb 2017 23:44:15 -0500 Subject: [PATCH 04/10] Update blck_configs_exile.sqf Updated mission patrol vehicles to exile armed vehicles. the HMVEE M2 are commented out as I find these overpowered. --- @epochhive/addons/custom_server/Configs/blck_configs_exile.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf b/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf index caa0572..864285f 100644 --- a/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf +++ b/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf @@ -99,7 +99,7 @@ Last modified 8/1/15 // Settings for Mission Vehicles. blck_useVehiclePatrols = true; // When true vehicles will be spawned at missions and will patrol the mission area. blck_killEmptyAIVehicles = false; // when true, the AI vehicle will be extensively damaged once all AI have gotten out. - blck_AIPatrolVehicles = ["Exile_Car_Offroad_Armed_Guerilla01 ","B_LSV_01_armed_F"]; // Type of vehicle spawned to defend AI bases + blck_AIPatrolVehicles = ["Exile_Car_Offroad_Armed_Guerilla01","Exile_Car_BTR40_MG_Green"," Exile_Car_HMMWV_M134_Green","Exile_Car_HMMWV_M134_Desert"/*,"Exile_Car_HMMWV_M2_Green","Exile_Car_HMMWV_M2_Desert"*/]; // Type of vehicle spawned to defend AI bases // AI STATIC WEAPON PARAMETERS blck_useStatic = true; // When true, AI will man static weapons spawned 20-30 meters from the mission center. These are very effective against most vehicles From 3885dc23f44e9b335468cbcd41685a259f0dfe1b Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Mon, 6 Feb 2017 00:03:58 -0500 Subject: [PATCH 05/10] Update blck_variables.sqf disabled debugging options --- @epochhive/addons/custom_server/Compiles/blck_variables.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@epochhive/addons/custom_server/Compiles/blck_variables.sqf b/@epochhive/addons/custom_server/Compiles/blck_variables.sqf index ef119a1..285c5cb 100644 --- a/@epochhive/addons/custom_server/Compiles/blck_variables.sqf +++ b/@epochhive/addons/custom_server/Compiles/blck_variables.sqf @@ -6,7 +6,7 @@ Last modified 10/25/16 */ //blck_variablesLoaded = false; -blck_debugON = true; +blck_debugON = false; blck_debugLevel = 0; // Sets level of detail for debugging info - WIP. blck_minFPS = 10; From 1a7167b6fcce77e006bee1721b52e68c58721e60 Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Mon, 6 Feb 2017 00:21:49 -0500 Subject: [PATCH 06/10] Update GMS_fnc_getTraderCitesExile.sqf fixed typo --- .../Compiles/Functions/GMS_fnc_getTraderCitesExile.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@epochhive/addons/custom_server/Compiles/Functions/GMS_fnc_getTraderCitesExile.sqf b/@epochhive/addons/custom_server/Compiles/Functions/GMS_fnc_getTraderCitesExile.sqf index 89ec39b..0dac4be 100644 --- a/@epochhive/addons/custom_server/Compiles/Functions/GMS_fnc_getTraderCitesExile.sqf +++ b/@epochhive/addons/custom_server/Compiles/Functions/GMS_fnc_getTraderCitesExile.sqf @@ -12,8 +12,8 @@ _tc = []; if (blck_debugON) then {diag_log format["[blckeagls] _fnc_getExileLocations :: -- >> Added Exile Spawn location at %1", (getMarkerPos _x)];}; }; // - if (getMarkerType _x isEqualTo "ExileConcreteMixerZone" && blcklistConcreteMixerZones) then { + if (getMarkerType _x isEqualTo "ExileConcreteMixerZone" && blck_listConcreteMixerZones) then { blck_locationBlackList pushback [(getMarkerPos _x),1000]; if (blck_debugON) then {diag_log format["[blckeagls] _fnc_getExileLocations :: -- >> Added Exile Concrete Mixer location at %1", (getMarkerPos _x)];}; }; -}forEach _traderCites; \ No newline at end of file +}forEach _traderCites; From b273f0c5eb14e622b9f53628c8ed45ff8ec03eee Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Mon, 6 Feb 2017 00:44:19 -0500 Subject: [PATCH 07/10] Update SLS_init_exile.sqf fixed typo --- @epochhive/addons/custom_server/SLS/SLS_init_exile.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@epochhive/addons/custom_server/SLS/SLS_init_exile.sqf b/@epochhive/addons/custom_server/SLS/SLS_init_exile.sqf index 1556eea..71feb29 100644 --- a/@epochhive/addons/custom_server/SLS/SLS_init_exile.sqf +++ b/@epochhive/addons/custom_server/SLS/SLS_init_exile.sqf @@ -1,4 +1,4 @@ // Assemble the final executable with Epoch crate configurations and SLS code -#include "\q\addons\custom_server\SLS\SLS_defines_exle.sqf"; +#include "\q\addons\custom_server\SLS\SLS_defines_exile.sqf"; #include "\q\addons\custom_server\SLS\SLS_functions.sqf"; From 1926b758cf19528f8b3a33cd5fe5d9fbf712c1d5 Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Mon, 6 Feb 2017 01:01:29 -0500 Subject: [PATCH 08/10] Update GMS_fnc_Time.sqf disabled some report logging. --- .../addons/custom_server/Compiles/TimeAccel/GMS_fnc_Time.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@epochhive/addons/custom_server/Compiles/TimeAccel/GMS_fnc_Time.sqf b/@epochhive/addons/custom_server/Compiles/TimeAccel/GMS_fnc_Time.sqf index dd8aa9f..f8a942b 100644 --- a/@epochhive/addons/custom_server/Compiles/TimeAccel/GMS_fnc_Time.sqf +++ b/@epochhive/addons/custom_server/Compiles/TimeAccel/GMS_fnc_Time.sqf @@ -22,13 +22,13 @@ _time = dayTime; // Night if (_time > (_sunset + 0.5) || _time < (_sunrise - 0.5)) exitWith { setTimeMultiplier blck_timeAccelerationNight; - diag_log format["NIGHT TIMGE ADJUSTMENT:: time accel updated to %1; time of day = %2",timeMultiplier,dayTime]; + //diag_log format["NIGHT TIMGE ADJUSTMENT:: time accel updated to %1; time of day = %2",timeMultiplier,dayTime]; }; // Day if (_time > (_sunrise + 0.5) && _time < (_sunset - 0.5)) exitWith { setTimeMultiplier blck_timeAccelerationDay; - diag_log format["DAYTIME ADJUSTMENT:: time accel updated to %1; time of day = %2",timeMultiplier,dayTime]; + //diag_log format["DAYTIME ADJUSTMENT:: time accel updated to %1; time of day = %2",timeMultiplier,dayTime]; }; // default From 060656f25aa36f83ef4d5423470739e97751dcc1 Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Mon, 6 Feb 2017 06:11:05 -0500 Subject: [PATCH 09/10] Update SLS_init.sqf Fixed Typo --- @epochhive/addons/custom_server/SLS/SLS_init.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@epochhive/addons/custom_server/SLS/SLS_init.sqf b/@epochhive/addons/custom_server/SLS/SLS_init.sqf index d6b3ae1..962cc94 100644 --- a/@epochhive/addons/custom_server/SLS/SLS_init.sqf +++ b/@epochhive/addons/custom_server/SLS/SLS_init.sqf @@ -15,5 +15,5 @@ if not (isNull( configFile >> "CfgPatches" >> "a3_epoch_server" )) then if not (isNull ( configFile >> "CfgPatches" >> "exile_server" ) ) then { - [] execVM "q\addons\custom_server\SLS\SLS_init_exile.sqf"; -}; \ No newline at end of file + [] execVM "\q\addons\custom_server\SLS\SLS_init_exile.sqf"; +}; From 59afd2f6b47c9413d2c1e5e73818e3e481c7d0c1 Mon Sep 17 00:00:00 2001 From: Ghostrider-DbD- Date: Mon, 6 Feb 2017 06:28:04 -0500 Subject: [PATCH 10/10] Update blck_configs_exile.sqf Fixed typo --- @epochhive/addons/custom_server/Configs/blck_configs_exile.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf b/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf index 864285f..000c5a2 100644 --- a/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf +++ b/@epochhive/addons/custom_server/Configs/blck_configs_exile.sqf @@ -99,7 +99,7 @@ Last modified 8/1/15 // Settings for Mission Vehicles. blck_useVehiclePatrols = true; // When true vehicles will be spawned at missions and will patrol the mission area. blck_killEmptyAIVehicles = false; // when true, the AI vehicle will be extensively damaged once all AI have gotten out. - blck_AIPatrolVehicles = ["Exile_Car_Offroad_Armed_Guerilla01","Exile_Car_BTR40_MG_Green"," Exile_Car_HMMWV_M134_Green","Exile_Car_HMMWV_M134_Desert"/*,"Exile_Car_HMMWV_M2_Green","Exile_Car_HMMWV_M2_Desert"*/]; // Type of vehicle spawned to defend AI bases + blck_AIPatrolVehicles = ["Exile_Car_Offroad_Armed_Guerilla01","Exile_Car_BTR40_MG_Green","Exile_Car_HMMWV_M134_Green","Exile_Car_HMMWV_M134_Desert"/*,"Exile_Car_HMMWV_M2_Green","Exile_Car_HMMWV_M2_Desert"*/]; // Type of vehicle spawned to defend AI bases // AI STATIC WEAPON PARAMETERS blck_useStatic = true; // When true, AI will man static weapons spawned 20-30 meters from the mission center. These are very effective against most vehicles