Jump to content
Sign in to follow this  
Solarghost

Why can't I edit my missions now???

Recommended Posts

I have been making a mission while running mod folders, but when I don't run the mod folders I get this error message...

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

Can anyone help me with this one? I would really appreciate it aye.

Cheers!!!

Share this post


Link to post
Share on other sites

You used a mod to make the map therefore the map requires that mod loaded now, for you to edit it, anyone to play it and the server to even host it.

Load the mod again to be able to edit/play/host it.

Share this post


Link to post
Share on other sites

Is there any way around it or do I have to start all over again without running mod folders?

Share this post


Link to post
Share on other sites

If it's a mod like VOPSounds which just worms its way into your mission even though there's no objects from it used in your mission you can just delete the offending line.

However if you're actually using an object from that pack, like the Radar System I think or features like chaff/whatever from the RKSL one, you'll need to keep the mod loaded.

Open mission.sqm with a text file. At the top of your mission you'll find a see a section like this:

class Mission
{
addOns[]=
{
	"cacharacters2",
	"chernarus",
	"camisc3",
               "RKSL_ARMA2",
	"CAWheeled2_Kamaz",
	"ca_modules_functions"
};
addOnsAuto[]=
{
	"cacharacters2",
	"CAWheeled2_Kamaz",
	"ca_modules_functions",
               "RKSL_ARMA2",
	"camisc3",
	"chernarus"
};

You'd just delete the RKSL lines and hopefully that will fix it and not break anything else. :)

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  

×