Jump to content

Recommended Posts

Hi guys,

 

I recently built my own arma 3 dedicated server on a remote server. I successfully install the Arma 3 server client without any problems. The purpose of building this server because both of my friends and I are not able to establish a server by our won due to the router. However we really would like to play missions which is based on RHS ARAF&USAF and AllInArma Terrain pack. So we downloads series of Chernarus missions and use TADST serer tools to help us configure the server correctly. After all things were set (At least I think so), I launched the server and the mission was running is "Battlezone Chernarus", then we try to join the server and test if it is working or not, while we are loading the mission, it said that:

 

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

rhs_c_a2port_car"
 
I know what does this sentence mean because I have been playing Arma 3 for a really long while but what is really wired is that I searched both the arma 3 server client folder in my remote server and my local arma 3 game folder for the file called "rhs_c_a2port_car", eventually it shows they are both there, which means I do have the missing file both in my server client and my game client. 
 
I am continuously getting these kind of problems once I load missions that based on Chernarus, it is really annoying and hopefully you guys could help me.
 
Thanks in Advance.
 
William

Share this post


Link to post
Share on other sites

It needs added to your mission.sqm under addOns or addOnsAuto, I forgot which one but try both, one will fix it :)

Remember the last line has no comma after it, example :

 

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_characters_f_gamma",
        "A3_Characters_F_OPFOR",
        "A3_Characters_F_INDEP",
        "A3_Characters_F_Civil",
        "A3_Modules_F_Curator_Curator",
        "a3_characters_f",
        "A3_Data_F_Curator_Virtual",
        "A3_Modules_F",
        "rhs_c_a2port_car"
    };

Share this post


Link to post
Share on other sites

 

It needs added to your mission.sqm under addOns or addOnsAuto, I forgot which one but try both, one will fix it :)

Remember the last line has no comma after it, example :

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_characters_f_gamma",
        "A3_Characters_F_OPFOR",
        "A3_Characters_F_INDEP",
        "A3_Characters_F_Civil",
        "A3_Modules_F_Curator_Curator",
        "a3_characters_f",
        "A3_Data_F_Curator_Virtual",
        "A3_Modules_F",
        "rhs_c_a2port_car"
    };

Thanks for you help, but is there a space on the left of "rhs_c_a2port_car" :/

Share this post


Link to post
Share on other sites

Not sure what you mean with a space ? just look for the error messages in your RPT and add to the mission.sqm, you might have a few once this is fixed, depends on how many addons you have.

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  

×