Sarge installed but no AI showing

Im4evergr8

New Member
Hi all, I have installed sarge I've followed loads of different tuts and tryed differnt pieces of code but yet I still don't get AI to spawn in my server. I'm running xstreamgaming host and I've trying it with regular dayz and epoch with no avail, I don't get any error when server loads up and when I enter game just no AI, can anyone have a look at this for me as I've got to be doing something wrong :(
 
Are you running 1.7.7.1? If so, try adding the following code from the Installation Instructions
Code:
// UPSMON
call compile preprocessFileLineNumbers "addons\UPSMON\scripts\Init_UPSMON.sqf";
call compile preprocessfile "addons\SHK_pos\shk_pos_init.sqf";
[] execVM "addons\SARGE\SAR_AI_init.sqf";
Above the Logo watermark section in init.sqf instead of at the bottom of the file.

This may or may not help, but I know a fair few people who have solved SARGE-AI not spawning AI or not initializing by doing this.

Regards,

Logic_
 
Back
Top