Disabled infantry and heli patrols in SAR 1.5

not quite sure what you want to accomplish. you can turn off specific pre-defined patrols in the SAR_grps.sqf file for you map (found in \addons\SAR\map_config\. just comment out the ones you don't want. you can turn on/off the dynamic grid spawns in the SAR_config.sqf. To inactivate the heli-patrols comment you can insert // before this line in SAR_AI_init.sqf

line 40 approximately
SAR_AI_heli = compile preprocessFileLineNumbers "addons\SARGE\SAR_setup_AI_patrol_heli.sqf";

hope this helps.
 
Back
Top