Administrator
Last active 6 years ago
I think this is not a perfect but efficient solution to disable autogenerated tasks.
and well, it should fail with grace. so i will take a look at the script error.
Could you please upload the full log and - for the record - try if you get any of those errors in a vanilla mission with vanilla factions and C2ISTAR please (but I guess not).
In Jmans log it all seems to start, when there is no position passed to the function, for whatever reason.
props @whigital, exactly that. somehow the second HC isn't visible when the init executes that part of code, thats why only the first one is in that headlessClients array. The cause of that could/should be investigated (suspecting a race condition as always with the RV engine esp. as we use the module_f framework in scheduled for init; bad choice at the start) but unfortunatly I am inactive at the moment, so OP please stick to whigital's workaround. That function is perfect, still I would only call it every few minutes or so.
its primery an INTEL option to show cleared areas with houses, while it originates from the original Insurgency mission, you can ofc. use it in any mission. Do you really need a blacklist or is it hurting your eyes only?
easiest way to do is sync the heli to the multispawn module, choose dropdown -win. only ensure the chopper you use is of the same faction as the players!
mulrispawn has a respawn wirh gear option
we are all in this together :)
maybe only certain objects are bugged - the errors broke the ALiVE init process though.
Also I added 2 new functions to help you find units/vehicles/groups more easily.
_groupTypes = ["AA_" (string to searchfor), INDEPENDENT (side or faction)] call ALiVE_fnc_groupFinder;
_objectTypes = [configFile >> "cfgVehicles" (config path), "_AA" (string to searchfor)] call ALiVE_fnc_configFindEntries;
those arrays can basically be easily read and copypasted to whatever blacklist you like.
incl. CUP and Massi, was to lazy to clean it up by hand. could be tweaked.
ALiVE_PLACEMENT_CUSTOM_GROUPBLACKLIST = ["BUS_mas_med_InfTeam_AA_b_hd","BUS_mas_medinshd_InfTeam_AA_b","OIA_InfTeam_AA","OIA_MotInf_AA","OIA_MechInf_AA","OIA_TankPlatoon_AA","ORG_InfTeam_AA","CUP_O_RU_InfSection_AA","CUP_O_RU_InfSection_AA_EMR","CUP_O_RU_InfSection_AA_VDV","CUP_O_RU_InfSection_AA_VDV_EMR","CUP_O_ChDKZ_InfSection_AA","CUP_O_TK_InfantrySectionAA","CUP_O_TK_MILITIA_AATeam","CUP_O_SLA_InfantrySectionAA","OPF_mas_med_InfTeam_AA_o","OPF_mas_medins_InfTeam_AA_o","OPF_mas_ira_InfTeam_AA_o","OPF_mas_med_InfTeam_AA_o_hd","OPF_mas_medinshd_InfTeam_AA_o","OPF_mas_irahd_InfTeam_AA_o_hd","IND_mas_med_InfTeam_AA_i_hd","IND_mas_medinshd_InfTeam_AA_i"];
ALiVE_PLACEMENT_CUSTOM_UNITBLACKLIST = ["I_Soldier_AA_F","I_Soldier_AAA_F","O_Soldier_AA_F","O_Soldier_AAA_F","O_soldierU_AA_F","O_soldierU_AAA_F","CUP_O_RU_Soldier_AA_EMR","CUP_O_RU_Soldier_AA_VDV","CUP_O_RU_Soldier_AA_VDV_EMR","O_mas_med_Army_AA_F","I_mas_med_Army_AA_F","B_mas_med_Army_AA_F","O_mas_ira_Army_AA_F","O_mas_med_Insu_AA_F","I_mas_med_Insu_AA_F","O_mas_med_Armyhd_AA_F","I_mas_med_Armyhd_AA_F","B_mas_med_Armyhd_AA_F","O_mas_irahd_Army_AA_F","O_mas_med_Insuhd_AA_F","I_mas_med_Insuhd_AA_F"];
ALiVE_PLACEMENT_CUSTOM_VEHICLEBLACKLIST = ["O_static_AA_F","I_static_AA_F","O_AA_01_weapon_F","I_AA_01_weapon_F","CUP_KA50_AA_Base","CUP_O_Ka50_AA_SLA","CUP_O_Ka50_AA_RU","CUP_Igla_AA_pod_Base","CUP_I_Igla_AA_pod_AAF","CUP_I_RBS70_AA_pod_AAF","I_mas_Igla_AA_pod_Base","I_mas_Igla_AA_pod_AAF","O_mas_Igla_AA_pod_AAF","I_mas_Stinger_AA_pod_Base","I_mas_Stinger_AA_pod_AAF","B_mas_Stinger_AA_pod_AAF","I_mas_med_static_AA_F","O_mas_med_static_AA_F","O_mas_ira_static_AA_F","CUP_O_Igla_AA_pod_RU","CUP_O_Igla_AA_pod_TK"];
ALiVE_PLACEMENT_CUSTOM_UNITBLACKLIST = ["I_Soldier_AA_F","I_Soldier_AAA_F","O_Soldier_AA_F","O_Soldier_AAA_F","O_soldierU_AA_F","O_soldierU_AAA_F","CUP_O_RU_Soldier_AA_EMR","CUP_O_RU_Soldier_AA_VDV","CUP_O_RU_Soldier_AA_VDV_EMR","O_mas_med_Army_AA_F","I_mas_med_Army_AA_F","B_mas_med_Army_AA_F","O_mas_ira_Army_AA_F","O_mas_med_Insu_AA_F","I_mas_med_Insu_AA_F","O_mas_med_Armyhd_AA_F","I_mas_med_Armyhd_AA_F","B_mas_med_Armyhd_AA_F","O_mas_irahd_Army_AA_F","O_mas_med_Insuhd_AA_F","I_mas_med_Insuhd_AA_F"];