Making a Custom Loadout for Sarge AI but not spawning at all?

Shootex

New Member
Hi, I'm looking for help making a custom loadout for sarge AI, I'm trying to add Antibiotics, Blood Bags, and a couple of Weapons (M4A1 cco SD, AKS74 kobra, and DMR) I'm also trying to remove them from flying MI17, but they will not spawn at all any help would be great
 
Gotta bump this to see if anyone knows a solution. I am just now having the same issue: no AI spawn after adding a custom loadout for each unit type.
 
Do they spawn without the custom loadout? Try reverting to the provided loadouts to check. Also, the .rpt should show some errors that might help track down the issue.
 
Didn't even think to check the .RPT file. Brain fart.

Here's what the .RPT file said:
Code:
17:42:24 "--------------------------------"
17:42:24 "SAR_AI - special UPSMON version started"
17:42:24 Warning: z\addons\dayz_communityassets\models\compass.p3d:0 Error while trying to generate ST for points: 863, 853, 852
17:42:26 Error in expression <eapon_list = ["AKS_74_kobra","Sa61_EP1,"AK_74","M14_EP1","M240_DZ"];
SAR_band_ri>
17:42:26  Error position: <AK_74","M14_EP1","M240_DZ"];
SAR_band_ri>
17:42:26  Error Missing ]
17:42:26 File mpmissions\__cur_mp.chernarus\addons\SARGE\SAR_config.sqf, line 516
17:42:27 "----------------------------------------"


Here was the line in the file:

Code:
SAR_band_rifleman_weapon_list = ["AKS_74_kobra","Sa61_EP1,"AK_74","M14_EP1","M240_DZ"];

And here was the fix:
Code:
SAR_band_rifleman_weapon_list = ["AKS_74_kobra","Sa61_EP1","AK_74","M14_EP1","M240_DZ"];

-
TLDR: I forgot to add in a "
-
 
And here was the fix:
Code:
SAR_band_rifleman_weapon_list = ["AKS_74_kobra","Sa61_EP1","AK_74","M14_EP1","M240_DZ"];

Hey BackDoorNoBaby,

It looks like you got this working. I am assuming that you made a custom loadout for each class of AI? Would you be willing to share that config file? I've tried before but haven't been successful and would love to see what you've done so I can modify my own. Thanks in advance!
 
Back
Top