Jump to content
  • 0

How do you make having a certain mod mandatory?


SteYou2014

Question

I recently installed @emod031 successfully on a server me and a friend are making to play together.  It shows up on A3 launcher as one of the mods listed: http://i.imgur.com/wJxrxu7.png

 

However, my friend said he was able to join without having the mod downloaded. Is there some additional step I need to take to make sure the mod is required before people can join? ie- the server won't let them on without it. Thanks.

 

The steps I've done so far are:

 

Uploaded the mod's @folder to the server

Updates the start up .bat to use it

Added it's keys to the keys folder

 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

you will need to take your mission.sqf and if not decrypted, do so with a program like eliteness then add into the addons section "a3_emod"

 

in my case i use alot of mods.

 

certain ones i have to add into the mission file or there are errors.

 

Here is mine,

 

class Mission
{
addOns[] = {
	"A3_Soft_F_Car",
	"A3_Soft_F_Quadbike",
	"a3_soft_f_beta_quadbike",
	"A3_Boat_F_Civilian_Boat",
	"A3_Boat_F_Boat_Transport_01",
	"A3_Air_F_Heli_Light_01",
	"A3_Air_F_Heli_Heli_Transport_04",
	"A3_Air_F_Heli_Heli_Transport_03",
	"a3_map_altis",
	"a3_characters_f_gamma",
	"A3_Characters_F_OPFOR",
	"A3_Characters_F_INDEP",
	"A3_Characters_F_Civil",
	"A3_epoch_config",
	"a3_characters_f",
	"A3_Data_F_Curator_Virtual",

// Emod 0.3.1
        "a3_emod",

	
//mas weapons and vehicles
	"mas_weapons_pack",
	"mas_weapons",
	"mas_weapons_ak",
	"mas_weapons_nw",
	"mas_weapons_m4",
	"mas_uh1y","mas_hmmwv",
	"mas_ch47","mas_mi8",
	"mas_brdm",
	"mas_uh60m",
	"mas_cars_lr",
	"mas_weapons_pack",
	"mas_vehicleweapons_core",
	"mas_apc",
	"mas_tanks",
	"mas_cars",
	"mas_cars_hilux",
	"mas_vehicleweapons_fia",
	
//redhammer attachments, pistols and more
	"rh_de_cfg",
	"rh_m4_cfg",

// Weapons Resting	
	"vts_weaponresting",
	
//asdg joint rails and more
	"asdg_jointrails",
	"asdg_jointrails_xtra",
	"asdg_jointmuzzles",
	"asdg_atlis_bipod",
	"asdg_attachments_c"
};

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...