Jump to content

Recommended Posts

Hello everyone, I ran into a problem with the custom assets list for warlords in arma 3, it just doesn’t work, although I did it according to the instructions from the site, here is the asset list, --- MyAssetsList, who knows help pls(( Also it writes "error 5" on line 109 but there is no mistake (on my opinion)

Share this post


Link to post
Share on other sites

Is that file is the thing you're actually trying to load? Because it is very easy to see bunch of errors and easy to point them out too.

Even though I have zero experience with WL modding/editing, but

 

Line 308:

	};	class EAST

Unintentional bracket

Line 654:


			class Defences
			{
				class rhs_KORD_VMF
				{
					cost = 250;
					requirements[] = {};
				}; 
				
		};  };  class rhs_KORD_high_VMF
		        {
		            cost = 300;
		            requirements[] = {};
		        };
		        
	};         class rhs_Igla_AA_pod_vmf
	            {
	                cost = 400;
	                requirements[] = {};
	            };
	            
	            class rhs_SPG9M_VMF
	            {
	                cost = 600;
	                requirements[] = {};
	            };
	            
	            class RHS_NSV_TriPod_VMF
	            {
	                 cost = 700;
	                requirements[] = {};
	            };

I have zero idea what are you trying to do with those brackets

  • Like 1

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

×