Increase Bandits and Decrease Survivors

willidshome

Well-Known Member
Is there a way to Increase Bandits and Decrease Survivors, we don't seem to be getting enough bandits at the moment.

Thanks
 
missions\epoch.chernarus\addons\SARGE\SAR_config.sqf

suppose you change these values

// -----------------------------------------------
// default values for dynamic grid spawning
// -----------------------------------------------

// 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 = 75;
SAR_chance_soldiers = 75;
SAR_chance_survivors = 75;

// maximum size of group (including Leader)
SAR_max_grpsize_bandits = 5;
SAR_max_grpsize_soldiers = 5;
SAR_max_grpsize_survivors = 5;
 
Back
Top