• 0
Kawena1

File mpmissions\__cur_mp.Tanoa\mission.sqm Error

Question

Alright so I recntly added Zombies and Demons, With ExileZ and when ever I start it up I get this error.

 

Quote

File mpmissions\__cur_mp.Tanoa\mission.sqm, line 27:

'/AddonsMetaData.':"" encountered instead of '='

I got no clue I added the 

Quote

{
    "Ryanzombies",
    "ryanzombiesfunctions" // Make sure the last entry does not have a comma after it!!
};

and not the 
    "exile_client",
    "a3_map_altis",
 part because it says only "ryanzombies" & "ryanzombiesfunctions" I tried, adding the whole script in but still didn't work.

My current mission.sqm is.

 

Quote

addons[] = {"exile_client","A3_Ui_F"};
class AddonsMetaData
{
    "Ryanzombies",
    "ryanzombiesfunctions"
};

{
    class List
    {
        items = 2;
        class Item0
        {
            className = "exile_client";
            name = "exile_client";
        };
        class Item1
        {
            className = "A3_Ui_F";
            name = "Arma 3 - User Interface";
            author = "Bohemia Interactive";
            url = "http://www.arma3.com";
        };
    };
};
randomSeed = 2218544;
class ScenarioData
{

 

Share this post


Link to post
Share on other sites

4 answers to this question

  • 0
Quote

addons[] = {"exile_client","A3_Ui_F"};
class AddonsMetaData
{
    "Ryanzombies",
    "ryanzombiesfunctions"

Mazbe it should look like urs, if this dont work,\

 addons[] = {"exile_client","A3_Ui_F"};
class AddonsMetaData
{
    Ryanzombies,
    ryanzombiesfunctions
)

BUT!!!!!!!!!!

Quote

UPDATE v3.1 For EXILE 0.9.20T - This version should work with upcoming patches Change notes:

  • Removed need for custom mission.sqm to be added should be more map friendly now

RTFM -.-

Also i think

 

addons[] = {"exile_client","A3_Ui_F"};
class AddonsMetaData
{
    "Ryanzombies",
    "ryanzombiesfunctions"

This looks a bit wrong, if it is in ur mission as Addon it should be like this

 

addons[] = {"exile_client","A3_Ui_F","Ryanzombies","ryanzombiesfunctions"};
    
    

 

Edited by On3mAnShOw

Share this post


Link to post
Share on other sites
Advertisement
  • 0

 

1 hour ago, On3mAnShOw said:

This is ur answer! Remove the


""

and add


 ' ' 

 

What do you mean? like what do I change into ' '

addons[] = {"exile_client","A3_Ui_F"};
class AddonsMetaData
{
    'Ryanzombies',
    'ryanzombiesfunctions',
};

 

Edited by Kawena1

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.