Reducing Helis

Look in the Addons/Sarge/Map_config folder and find SAR_cfg_grps_chernarus.sqf

Then Look for the code about 3/4 of the way down that looks like

// define your static air patrols here
//

//Heli Patrol NWAF
[SAR_marker_helipatrol_nwaf,3,true,120] call SAR_AI_heli; <------
[SAR_marker_helipatrol_nwaf,2,true,120] call SAR_AI_heli; <------

//Heli Patrol NEAF
[SAR_marker_helipatrol_neaf,3,true,120] call SAR_AI_heli; <---- You can delete these lines and or comment
[SAR_marker_helipatrol_neaf,3,true,120] call SAR_AI_heli; them out with // to lower the amount of
Patrols in any area
// Heli patrol south coast
[SAR_marker_helipatrol_southcoast,3,true,120] call SAR_AI_heli; <-------
[SAR_marker_helipatrol_southcoast,1,true,120] call SAR_AI_heli; <-------

// heli patrol east coast
[SAR_marker_helipatrol_eastcoast,3,true,120] call SAR_AI_heli; <-------
[SAR_marker_helipatrol_eastcoast,2,true,120] call SAR_AI_heli; <-------

diag_log format["SAR_AI: Static Spawning for Helicopter patrols finished"];



Everything with an <------ on the right of it can be commented out or deleted like I said..
I know mine looks odd with bandits and soldiers and survivors spawning in the same areas of some.. ITs kind of fun to watch them go at it all the time...
 
Back
Top