Jump to content

b0dey

Member
  • Content Count

    29
  • Joined

  • Last visited

  • Medals

  • Medals

Posts posted by b0dey


  1. I like the idea of core team plus attachment groups, and then a larger 3 team group. The smaller groups make small raid easier to set up, while a large group makes for an easy paradrop scenario. Combining small teams with the attachment units gives more flexibility, also. May cause some Alice problems, with just the small attachments spawning, but I am not real familiar with Alive configurations.


  2. I was digging in the SOM module and found the publicVariable "BIS_SOM_ahAvail". Has anybody tried to pass this in a way to trigger the OA-based SOM with any success?

    Here's the section of code in the SOM module init.sqf that got my attention.

    //Check and store what content is available.

    BIS_SOM_a2Avail = false;

    if (configName(BIS_SOM_CfgVehicles >> "RU_Commander") != "") then {BIS_SOM_a2Avail = true};

    BIS_SOM_ahAvail = false;

    if (configName(BIS_SOM_CfgVehicles >> "TK_Soldier_Officer_EP1") != "") then {BIS_SOM_ahAvail = true};

    publicVariable "BIS_SOM_ahAvail"; //Clients need this toggle to select sentences

×