ArmA stuck moments before task is assigned

  1. 6 years ago
    Edited 6 years ago by Tortuosit

    Hi guys,

    I am using the C2ISTAR and auto tasking system in a SP environment. I am experiencing some heavy FPS drops to zero, i.e. ArmA is stuck for a moment and I have observed it happens maybe like 2 seconds before Alive assigns a new task for my BLUFOR faction. ArmA is stuck for about 3 seconds then.
    It's with the new Alive version as well.

    Anyone else experiencing this? I am on ArmA Devbranch.

    Thx
    Tort

  2. highhead

    15 Dec 2017 Administrator
    Edited 6 years ago by highhead

    Yeah, there is a ticket for it and it depends on the task that is issued and the size of the map (e.g. the amount of sectors on the map). You can enable certain tasks by putting this (as an example) in init.sqf

    //ALIVE_autoGeneratedTasks = ["MilAssault","MilDefence","CivAssault","Assassination","TransportInsertion","DestroyVehicles","DestroyInfantry","SabotageBuilding","InsurgencyPatrol","InsurgencyDestroyAssets","Rescue","CSAR","CAS","DestroyBuilding","OCA"];
    
    
    waituntil {!isnil "ALIVE_autoGeneratedTasks"};
    ALIVE_autoGeneratedTasks = ["SabotageBuilding"];

    https://github.com/ALiVEOS/ALiVE.OS/issues/254

 

or Sign Up to reply!