staticData.sqf Broken

  1. 7 years ago
    Edited 7 years ago by patpowercat

    Anyone else having problems with their staticData? My custom blacklists as well as faction default transports are broken now, and I get an error about a missing ]. This occurs even with straight copy/paste from the wiki, and it was working prior to the 1.2.7 update.

    The error looks something like this (sorry not at home right now don't have RPT output):

    ALiVE_PLACEMENT_CUSTOM_GROUPBLACKLIST = #["OIA_InfTeam_AA","OIA_MotInf_AA","OIA_MechInf_AA","OIA_TankPlatoon_AA","ORG_InfTeam_AA"];
    
    Error Missing ]
  2. remove the # character

    ALiVE_PLACEMENT_CUSTOM_GROUPBLACKLIST = ["OIA_InfTeam_AA","OIA_MotInf_AA","OIA_MechInf_AA","OIA_TankPlatoon_AA","ORG_InfTeam_AA"];
  3. No I don't actually have the #, that's where Arma is telling me it needs the ].

    ALIVE_sideDefaultSupports = [] call ALIVE_fnc_hashCreate;
    [ALIVE_s>
    18:50:31   Error position: <= [] call ALIVE_fnc_hashCreate;
    [ALIVE_s>
    18:50:31   Error Missing ]
    18:50:31 Error in expression <

    I get the same result with an error in the same position for the custom blacklists.

  4. Edited 7 years ago by GunnyDev

    Check the array that's above the array that's causing the error.

  5. I am dumb. I'll see myself out.

  6. Edited 7 years ago by marceldev89

    No it's Arma being dumb with it's useless errors! :D

 

or Sign Up to reply!