Decreasing the amount of A.I

Markokil321

New Member
Hello,

I was wondering whether anyone could show and explain to me how i could DEcrease the amount of ground AND Air AI's that spawn on my Epoch 1.0.2.3 server.

I have people complaining that theres way to many AI's on the map and that they keep getting killed by them.

My apologies if something similar is already posted somewhere, i just couldnt get a hold of it.
I'm quite the n00b at editing these filez so please be as detailed as possible :)

Thanks for reading
 
Sure bud,

\missions\epoch.chernarus\addons\SARGE\map_config\SAR_cfg_grps_chernarus.sqf

In this file you will find instructions on which values to tweak to increase or decrease the groups.

It can't get any clearer than the instructions in the file.
 
Oh and at the bottom of that file you will find the heli patrols. You can stop the patrols simply by commenting them out.

//Heli Patrol NWAF
[SAR_marker_helipatrol_nwaf,1,false] call SAR_AI_heli;

Just throw // in to stop them from spawning and patrolling

//Heli Patrol NWAF
//[SAR_marker_helipatrol_nwaf,1,false] call SAR_AI_heli;
 
Back
Top