Adding Weapon Packs - Almost There

prominentalex

Well-Known Member
I added a weapon pack to my Vilayer Epoch server, and with the bikey in the keys folder, the weapon pack in the @dayz_epoch/addons, and it being called in the mission.sqm. When I join, I get a black screen, and it just says waiting for host.


My mission.sqm:

version=11;
class Mission
{
addOns[]=
{
"chernarus",
"ca_modules_animals",
"dayz_anim",
"dayz_code",
"dayz_communityassets",
"dayz_weapons",
"dayz_equip",
"dayz_epoch",
"dayz_vehicles",
"cacharacters_pmc",
"ca_modules_functions",
"glt_m300t",
"ffaa_armas",
"c1987_mp7",
"Caiman",
"trh_stolly",
"int73_mi6a",
"len_backpacks",
"vilas_aks",
"vilas_aks_cfg",
"csj_gyroac",
"map_eu",
"jetskiyanahuiaddon"
};
addOnsAuto[]=
{
"dayz_weapons",
"ca_modules_functions",
"chernarus"
};


My RPT log says:

13:49:43 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.vilas_aks
13:49:43 Missing addons detected:
13:49:43 vilas_aks

This is not the only time I've gotten this error, I get it with about 50% of the mods I try.

Anyone have some info?
 
Pack needs to be run client side as well. You will need to put that file in your own dayz_epoch folder (As will everyone who joins)
 
Back
Top