Config help

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

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.

arma2oa_0000.jpg


Closer view

arma2oa_0001.jpg



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"]
 
Hi Matt,
Investigate this file: SARGE/map_config/SAR_cfg_grps_chernarus.sqf.
And look for this: // example war scenario in the northwest. Comment OUT after having had a look at it!
Hope this helps.
STENCH
 
thanks a bunch :) i had a look at that file but it was late and i didnt look all the way through it just stopped at the top where the areas are set out.
 
I only have 1 marker that is in a strange location now and ideally want to get rid of the ai from there to free up some preference on the server.

Any idea what line it is that i have to edit for it?

arma2oa_0002.jpg



Thanks in advance
 
Back
Top