Jump to content
Hiddens

Script \Path\file.sqf\ not found (config.cpp)

Recommended Posts

Hello everyone, I'm creating an interactive mode with the ARMA3 editor.

The problem is that since I've encountered an error innexplicable.
When I test my mod. the files containing my functions are foolproof according to the error message.

Pourrant I am on the way and I tried several.
Could you help me please ?

Additional information below

 

@HiddensSystemeOperation\addons\hds_tactiques\fn_module_tactiques_plannifications.sqf

 

Config.cpp

class CfgFunctions
{
	class hds
	{
		class hds_tactiques_modules_functions
		{
			file = "\hds_tactiques\les_fonctions_modules";
			class module_tactiques_init{};
			class module_tactiques_plannifications{};
		};
		class hds_tactiques_functions
		{
			file = "\hds_tactiques\les_fonctions";
			class tactiques_init{};
			class tactiques_plannifications{};
			class tactiques_applications{};
			class tactiques_helicoptere_attaque{};
			class tactiques_insertion_air_defense{};
			class tactiques_infanterie_attaque{};
			class tactiques_renfort_mecaniser{};
		};
	};
};

Go start mission

 

Error : Script \hds_tactiques\les_fonctions_modules\fn_module_tactiques_plannifications.sqf not found

 

Help plz

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

×