This is confusing as heck...(bandit, survivor, soldier

dEf

Member
From the file...

You want to change the number arrays in the below lines:

The order for these numbers is always [BANDIT, SURVIVOR, SOLDIER]

Lets take an example for Chernarus

// Kamenka, 0 bandit groups, 1 soldier groups, 2 survivor groups - spawn probability ba,so,su - maximum group members ba,so,su
_check = [["max_grps","rnd_grps","max_p_grp"],[[0,1,2],[0,75,100],[0,4,3]],"SAR_area_0_0"] call SAR_AI_mon_upd;

So which is it? Bandit, Survivor, Soldier?
Or Bandit, Soldier, Survivor?
 
Thats an ancient typo you found there....

The sequence is bandit/soldier/survivor.

sarge
 
Back
Top