M

matze

Member

Last active 7 years ago

  1. 7 years ago
    Sun Dec 25 15:28:29 2016
    M matze posted in 64 Bit Alive.

    Simply awesome. I'm really looking forward to fully populate Takistan that way.

  2. Thu Dec 15 18:47:59 2016

    Dropped a PM too. With us it's 21+ but it's just because younger people speak to fast for our old ears ;).

  3. Thu Dec 15 18:40:35 2016
    M matze posted in alive and vcom.

    Alive & VCOM Ai

    For those who wish to disable VCOM AI controlling the CAS module, put this inside the Alive CAS Module Initialization: this setVariable ["VCOM_NOPATHING_Unit",1,false];

    I managed to disable VCOM of any other ALiVE CS via the "Code" field of the ALiVE CS. Only the Artillery is causing HUGE problems since I can not disable the VCOM AI on it. I even tried it with a Trigger.

    Type: None
    Activation: BLUFOR
    Repeadedly

    Present

    Condition: ({(typeOf _x == "IP_B_MBT_01_mlrs_F_EFAltis");} count thisList) > 0;
    On Activation: {if (typeOf _x == "IP_B_MBT_01_mlrs_F_EFAltis") then {_x setVariable ["NOAI",1]; _x setVariable ["VCOM_NOPATHING_Unit",1,false]};} forEach thisList;

    { _x setVariable ["NOAI",true,false]; } ForEach crew this;

    This seems to have stopped my helis flying off on their own when using ALiVE CAS an Transport modules :)

    A few quotes from here .
    They didn't work for me when I tried last time.

  4. Wed Dec 14 19:42:41 2016
    M matze posted in VCom and ALiVE.

    @JD_Wang I just put this code in the init.sqf

    [{{Driver _x setvariable ["NOAI",true];} foreach (vehicles select {_x isKindOf 'air'});}, 1, []] call CBA_fnc_addPerFrameHandler;

    That (as far as I understand it) removes VCOM from aircraft of anytype

    Could Genesis tell us which code in the init of units works reliable? I need plenty of units excluded from ai addons.

  5. Wed Dec 14 19:20:26 2016
    M matze posted in VCom and ALiVE.

    Great to have 2 threads, maybe we should lock one ;).

    If Genesis is working on Making the command working reliable, then I'd like to give it a try again at next relaunch.

  6. Wed Dec 14 19:09:40 2016
    M matze posted in alive and vcom.

    I tried your code, the direct entry into the units, the third available code, nothing worked reliably.

  7. Wed Dec 14 14:35:11 2016
    M matze posted in alive and vcom.

    I can confirm this. And there are plenty of possible inits for the units in the BI forums but none work 100% reliably.

    My server is running active 24/7 and when I tried to get VCOM running, they always took off after a while. That's why I switched to ASR.

  8. Wed Dec 14 14:26:47 2016
    M matze posted in VCom and ALiVE.

    I tried to get both running together and failed. VCOM tends to use the "support" elements no matter which code you put into their init. There are plenty examples in the BI forums but none work 100% reliably.

  9. Thu Dec 8 09:07:05 2016
    M matze posted in Sectors .

    Like this:?

    http://alivemod.com/forum/2507-let-virtual-ai-capture-sector-control

    I'm also sure someone posted a working script somewhere but can't find it too.

View more