Jump to content
Sign in to follow this  
prominentalex

Adding Weapon Packs - Almost there

Recommended Posts

I added a weapon pack to my Vilayer DayZ 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.

I've posted on several forums but haven't really gotten a direct answer, I posted here hoping coming might have some info!

Share this post


Link to post
Share on other sites

is this for standalone or the mod? you cannot mod the standalone yet (thank god).

Share this post


Link to post
Share on other sites

Moved to DayZ Mod > Servers > Server General.

 

Please try to use the correct sub-forums in future. Thanks!

Share this post


Link to post
Share on other sites

Moved to DayZ Mod > Servers > Server General.

 

Please try to use the correct sub-forums in future. Thanks!

 

Sorry about that bud!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×