Jump to content
Sign in to follow this  
logan83

Including missions in my Mod.pbo

Recommended Posts

Hi there!, i post this in another section of this forum but, im think that section isnt correct and now i post it in this section. I want to include some missions in my PMC modification, the missions are unbined (.Sqm) and this is the Config.cfg:

class CfgPatches
{
class LG83_BT_Missions
{
	units[] = {};
	weapons[] = {};
	requiredVersion = 1.10;
	requiredAddons[] = {};
	version = 1.0;
	author[] = {"Logan83"};
};
};

class CfgMissions {
class Missions {
	class BlackTalon {
		displayName = "BlackTalon Security";
		briefingName = "BlackTalon Security";
		overviewText = "Misiones de la compañia Blacktalon Security";
		overviewPicture = "\LG83_BT\Missions\data\Bt_Over.paa";
		author = "Logan83";

		class Mion_01 {
			displayName = "Blacktalon: Unidades de Seguridad";
			briefingName = "Blacktalon: Unidades de Seguridad";
			// It's critical that this not begin with '\' !!
			directory = "LG83_BT\Missions\BT_Security_ShowCase.Altis";
		};

		class Mision_02 {
			displayName = "Blacktalon: Contractors";
			briefingName = "Blacktalon: Contractors";
			// It's critical that this not begin with '\' !!
			directory = "LG83_BT\Missions\BT_Contractors_ShowCase.Altis";
		};

		class Mision_03 {
			displayName = "Blacktalon Air Showcase";
			briefingName = "Blacktalon Air Showcase";
			// It's critical that this not begin with '\' !!
			directory = "LG83_BT\Missions\BT_Air_ShowCase.Altis";
		};

	};
};
};


When i start the game, in the Scenario section, the missions aren't there, but the "folder" and the "Missions slot" are correct, someone can help? i add a capture and sorry about my poor english :S

oFhJMvA.jpg

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  

×