Asymmetric Warfare win conditions?

  1. 8 years ago

    I'm also not 100% sure if the Asym can 'use up' all the available civilians or if ALiVE will just keep spawning civs and turning them to the dark side ;)

    They won't run out, they are kept for the immersionz. They will however run out in the sense that it won't just endlessly recruit civilians as long as the HQ is active, it will eventually cease operations as to prevent too much spam.

  2. 7 years ago
    Edited 7 years ago by HeroesandvillainsOS

    @SpyderBlack723 They won't run out, they are kept for the immersionz. They will however run out in the sense that it won't just endlessly recruit civilians as long as the HQ is active, it will eventually cease operations as to prevent too much spam.

    The second part of this quote is confusing me a bit. So would it essentially be useless to add this mission complete trigger to an Assymetric mission?

    "Condition": if (isServer) then {count ([getposATL thisTrigger, 15000, ["EAST","entity"]] call ALIVE_fnc_getNearProfiles) == 0 && {count ([getposATL thisTrigger, 15000, ["EAST","vehicle"]] call ALIVE_fnc_getNearProfiles) == 0}} else {false};

    And this on "Activation": if (isServer) then { ["end1","BIS_fnc_endMission",true,true] call BIS_fnc_MP};