Custom Blacklist not working? (SOLVED)

  1. 9 years ago

    So this is my issue, I have tried to use the group of codes provided in the Wiki: http://alivemod.com/wiki/index.php/Custom_Blacklists

    But it seems that is not working. Maybe I am doing something wrong, I don't know. Could someone post a picture or a video of how I am suppose to do it? I will appreciate it. As an additional info, I am using the "Leights OPFOR Pack OFFICIAL". The faction is ISTS, and the unit is Corpsman. The way how I am doing is by writing in the Init square of the ALiVE (required) the following line: ALIVE_MODULE_BLACKLIST = [LOP_ISTS_Infantry_Corpsman], I have also tried this one: ALiVE_PLACEMENT_CUSTOM_UNITBLACKLIST = [LOP_ISTS_Infantry_Corpsman], as a last move I tried to paste this lines in other modules with no result.

  2. 8 years ago

    Try using an init.sqf file in your mission root folder instead of adding code to the init lines of modules.

    Add the following line to Init.sqf:

    call compile preprocessFile "staticData.sqf";

    Create a file called staticData.sqf and add your custom blacklists there.

  3. Ok I will try it thank you

  4. Marking as solved for now - please post back if that is not the case.

 

or Sign Up to reply!