Disable AI | Keep Framework

Scenic

New Member
Is it possible to disable the AI spawning, but keep the framework?

What I mean is, Stop ai groups from spawning fullstop (like you can with the helicopters)
But keep the Framework that allows vehicles to spawn with the Sarge variable?

I have had many complaints on my server that the AI are too "OP", I removed the AI helicopters, and toned down the spawn chances so only hero's spawn, but they still kill people, steal cars...
I just want to disable them so I can keep the scripts I've made work with the "Sarge" variable but
not have to worry about them stealing cars and killing people...

Is this possible, if so how?
 
In ur SAR_config
To not steal vehicles put:
SAR_AI_STEAL_VEHICLE = false;
To not spawn dynamic groups:
SAR_dynamic_spawning = false;

+for AI to not be "OP" u can change their
// Skills for all possible units
play with them...
Allso remove static spawn points from
SAR_cfg_grps_chernarus.sqf
hope u will understand what to do...
Good Luck :D
 
Allso remove static spawn points from
SAR_cfg_grps_chernarus.sqf

Located in
ur.dayz_server\MPMissions\dayz_1.Chernarus(or if u have pbo)\addons\SARGE\map_config
 
Back
Top