NEVERMISS228 0 Posted July 31, 2023 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
POLPOX 779 Posted August 1, 2023 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 1 Share this post Link to post Share on other sites
NEVERMISS228 0 Posted August 1, 2023 thanks for the reply, I was able to fix it using visual studio (it shows all my mistakes{:) Share this post Link to post Share on other sites