diff --git a/@GMS/addons/custom_server.pbo b/@GMS/addons/custom_server.pbo new file mode 100644 index 0000000..cc0b12a Binary files /dev/null and b/@GMS/addons/custom_server.pbo differ diff --git a/@GMS/addons/custom_server.pbo.bak b/@GMS/addons/custom_server.pbo.bak new file mode 100644 index 0000000..f58e954 Binary files /dev/null and b/@GMS/addons/custom_server.pbo.bak differ diff --git a/@GMS/addons/custom_server/Configs/blck_configs_mil.sqf b/@GMS/addons/custom_server/Configs/blck_configs_mil.sqf index a58f287..90a9383 100644 --- a/@GMS/addons/custom_server/Configs/blck_configs_mil.sqf +++ b/@GMS/addons/custom_server/Configs/blck_configs_mil.sqf @@ -62,7 +62,7 @@ // blck_labelMapMarkers: Determines if when the mission composition provides text labels, map markers with have a text label indicating the mission type //When set to true,"arrow", text will be to the right of an arrow below the mission marker. // When set to true,"dot", ext will be to the right of a black dot at the center the mission marker. - blck_labelMapMarkers = [false,"center"]; + blck_labelMapMarkers = [true,"center"]; blck_preciseMapMarkers = false; // Map markers are/are not centered at the loot crate blck_showCountAliveAI = true; diff --git a/@GMS/addons/custom_server/Configs/blck_defines.hpp b/@GMS/addons/custom_server/Configs/blck_defines.hpp index e550baf..4708136 100644 --- a/@GMS/addons/custom_server/Configs/blck_defines.hpp +++ b/@GMS/addons/custom_server/Configs/blck_defines.hpp @@ -16,4 +16,4 @@ #define useAPEX //#define useDynamicSimulation //#define blck_debugMode -//#define blck_milServer \ No newline at end of file +#define blck_milServer \ No newline at end of file diff --git a/MPMissions/Exile.Altis/debug/blckClient.sqf b/MPMissions/Exile.Altis/debug/blckClient.sqf index ba9cc46..fa8540e 100644 --- a/MPMissions/Exile.Altis/debug/blckClient.sqf +++ b/MPMissions/Exile.Altis/debug/blckClient.sqf @@ -3,9 +3,9 @@ // Last Updated 1/11/17 // by Ghostrider-DbD- ////////////////////////////////////////// -blck_fnc_spawnMarker = compileFinal preprocessfilelinenumbers "debug\spawnMarker.sqf"; -blck_fnc_deleteMarker = compileFinal preprocessfilelinenumbers "debug\deleteMarker.sqf"; -blck_fnc_missionCompleteMarker = compileFinal preprocessfilelinenumbers "debug\missionCompleteMarker.sqf"; +//blck_fnc_spawnMarker = compileFinal preprocessfilelinenumbers "debug\spawnMarker.sqf"; +//blck_fnc_deleteMarker = compileFinal preprocessfilelinenumbers "debug\deleteMarker.sqf"; +//blck_fnc_missionCompleteMarker = compileFinal preprocessfilelinenumbers "debug\missionCompleteMarker.sqf"; if !(isServer) then { //diag_log "[blckeagls] initializing client variables";