Jump to content
  • 0

Need help with Skins on Overpoch Server!


jacobpslagle

Question

Okay so I keep getting this error when I go to join my server

 

"You cannot play/edit this mission; it is dependent on downloadable content that has been deleted gsc_units_stalker_ptach"

 

 

I have replaced my stalker PBO on my client files in both my desktop and server, but I can't get it to work. I want to add stalker units to my traders and as a unit to spawn in, but no luck. Can someone help me?

 

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

Show us your mission.sqm. 

 

The top of mine looks like this : 

	addOns[]=
	{
		"napf",
		"ca_modules_animals",
		"dayz_anim",
		"cybp_camels_config",
		"dayz_code",
		"dayz_communityassets",
		"dayz_weapons",
		"sbh_paranoia",
		"buildings3",
		"frb",
		"dayz_equip",
		"goosuksf",
		"dayz_epoch",
		"dayz_vehicles",
		"cacharacters_pmc",
		"ca_modules_functions",
		"aif_arma1buildings",
		"bb_mercenary",
		"warfarebuildings",
		"ussof_us_navy_seals",
		"glt_m300t",
		"pook_h13",
		"csj_gyroac",
		"map_eu",
		"jetskiyanahuiaddon",
		"ussr_cheytac",
		"gms_k98",
		"RH_m14",
		"FHQ_Remington",
		"FHQ_Remington_ammo",
		"FHQ_Remington_msr",
		"FHQ_Remington_xm2010",
		"FHQ_Remington_acr",
		"FHQ_Remington_rsass",
		"VILAS_WWP",
		"VILAS_RW_Forces",
		"VILAS_WWP_CO",
		"VILAS_RW_Forces_CO",
		"ddopp_taserpack",
		"smk_anims_lite",
		"MicroAirVehicles",
		"oz_is_objects",
		"gsc_units_stalker_patch",
		"american_law_enforcement",
		"nissan_350z",
		"monaro"
	};
	addOnsAuto[]=
	{
		"dayz_weapons",
		"ca_modules_functions",
		"napf"
	};
Link to comment
Share on other sites

  • 0
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",
		"pook_h13",
		"csj_gyroac",
		"map_eu",
		"jetskiyanahuiaddon"
	};
	addOnsAuto[]=
	{
		"dayz_weapons",
		"ca_modules_functions",
		"chernarus"
	};

Here is my mission.sql like you asked for.

Link to comment
Share on other sites

  • 0

Is your server even Overpoch? Does not look like it from your mission.sqm. You will not be able to get stalker skin on your server unless you install overwatch on top of epoch.

 

You are missing all the overwatch addons

 

If you have overpoch installed. Replace your addons with these.

 

My Mission.sqm

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",
		"pook_h13",
		"csj_gyroac",
		"map_eu",
		"jetskiyanahuiaddon",
		"warehouse",
		"mbg_buildings_3",
		"mbg_killhouses",
		"aif_arma1buildings",
		"mbg_african_buildings",
		"gms_k98",
		"RH_m14",
		"FHQ_Remington",
		"FHQ_Remington_ammo",
		"FHQ_Remington_msr",
		"FHQ_Remington_xm2010",
		"FHQ_Remington_acr",
		"FHQ_Remington_rsass",
		"VILAS_WWP",
		"VILAS_RW_Forces",
		"VILAS_WWP_CO",
		"VILAS_RW_Forces_CO",
		"ddopp_taserpack",
		"smk_anims_lite",
		"MicroAirVehicles",
		"oz_is_objects",
		"gsc_units_stalker_patch",
		"CYBP_Camels_Config",
		"nissan_350z",
		"ussr_cheytac",
		"bb_mercenary"
	};
	addOnsAuto[]=
	{
		"dayz_weapons",
		"ca_modules_functions",
		"chernarus"
	};

NOTE: The stalker addon is "gsc_units_stalker_patch"

 

I do not allow the cop cars and a one other so if you want them then add in

		"american_law_enforcement",
		"monaro",

Just be sure the last line in the addons does not have a comma " , "

Link to comment
Share on other sites

  • 0

Okay, you either aren't running Overwatch or don't have the addons for Overwatch listed in your mission.sqm above. If you aren't running Overwatch, you cannot get the stalker skins. If you are runing Overwatch you need to amend your mission.sqm to this : 

	addOns[]=
	{
		"chernarus",
		"ca_modules_animals",
		"dayz_anim",
		"cybp_camels_config",
		"dayz_code",
		"dayz_communityassets",
		"dayz_weapons",
		"sbh_paranoia",
		"buildings3",
		"frb",
		"dayz_equip",
		"goosuksf",
		"dayz_epoch",
		"dayz_vehicles",
		"cacharacters_pmc",
		"ca_modules_functions",
		"aif_arma1buildings",
		"bb_mercenary",
		"warfarebuildings",
		"ussof_us_navy_seals",
		"glt_m300t",
		"pook_h13",
		"csj_gyroac",
		"map_eu",
		"jetskiyanahuiaddon",
		"ussr_cheytac",
		"gms_k98",
		"RH_m14",
		"FHQ_Remington",
		"FHQ_Remington_ammo",
		"FHQ_Remington_msr",
		"FHQ_Remington_xm2010",
		"FHQ_Remington_acr",
		"FHQ_Remington_rsass",
		"VILAS_WWP",
		"VILAS_RW_Forces",
		"VILAS_WWP_CO",
		"VILAS_RW_Forces_CO",
		"ddopp_taserpack",
		"smk_anims_lite",
		"MicroAirVehicles",
		"oz_is_objects",
		"gsc_units_stalker_patch",
		"american_law_enforcement",
		"nissan_350z",
		"monaro"
	};
	addOnsAuto[]=
	{
		"dayz_weapons",
		"ca_modules_functions",
		"chernarus"
	};
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...