C21Star Tasks

  1. 3 years ago

    Is it possible to mark an area where c21star tasks can't be assigned. Its very annoying when you start a mission and get a defend mission 200m from the start point.

    Troop Transport tasks are also very buggy. AI will always immediately disembark if using ground vehicles around 500m from transport insertion. Can confirm this with just CBA and alive. Its always been like this.

  2. @Shizzak

    Not sure about blacklisting the areas for C2ISTAR, but I agree 100%.

    As for tasks, you can define the tasks you want to use like this:

    StaticData:

    waitUntil {!isNil "ALiVE_STATIC_DATA_LOADED"};
    
    ALIVE_autoGeneratedTasks = ["MilAssault","MilDefence","CivAssault","Assassination","DestroyVehicles","DestroyInfantry","SabotageBuilding","InsurgencyPatrol","InsurgencyDestroyAssets"];

    Init:

    execVM "staticData.sqf";

    Works like a charm if you want to whitelist tasks. Some, like the SAR mission is bugged, due to the fact the guy disappears before you get him to the dropoff.

    Good luck!
    DrDetroit

  3. Edited 3 years ago by SpyderBlack723

    Can't blacklists task areas atm.

 

or Sign Up to reply!