Mathewjknott
Well-Known Member
I have got AI installed and working however think i have a problem in my settings somewhere.
I have in my SAR_config.sqf
and
yet i get a lot of AI all bunched up in one corner of the map.
Closer view
On a side note, how do i disable the heli patrols with out getting errors? I have tried this but get errors in the rpt log.
I have in my SAR_config.sqf
Code:
SAR_dynamic_spawning = true;"
and
Code:
// maximum number of groups / grid
SAR_max_grps_bandits = 1;
SAR_max_grps_soldiers = 1;
SAR_max_grps_survivors = 1;
// chance for a group to spawn (1-100)
SAR_chance_bandits = 50;
SAR_chance_soldiers = 50;
SAR_chance_survivors = 50;
// maximum size of group (including Leader)
SAR_max_grpsize_bandits = 5;
SAR_max_grpsize_soldiers = 5;
SAR_max_grpsize_survivors = 5;
yet i get a lot of AI all bunched up in one corner of the map.

Closer view

On a side note, how do i disable the heli patrols with out getting errors? I have tried this but get errors in the rpt log.
Code:
//SAR_heli_type=["UH1H_DZ"]