Leights Takistan Civ enable xeh

  1. 8 years ago
    Edited 8 years ago by DaVidoSS

    I decided to post my config fix xeh for takistan civilians from Leights Opfor pack.
    Without this you get no action on civilians to investigate local security.

    There are 3 methods/ways (its your choose) to fix it:

    1. Enable cba_enable_auto_xeh.pbo from latest CBA addon optional directory to force xeh for every spawned unit / vehicle.
    2. Do the same using mission config version.
    3. Use mission config version only for LOP_TAK_Civ faction.

    Method 2

    Create file autoxehenable.hpp in your mission root directory:

    //autoxehenable.hpp
    #define COMPONENT enable_auto_xeh
    #include "\x\cba\addons\main\script_mod.hpp"
    
    #undef REQUIRED_VERSION
    #define REQUIRED_VERSION 1.00
    
    #include "\x\cba\addons\main\script_macros.hpp"
    
    class CfgPatches	{
    
    	class cba_enable_auto_xeh	{
    		units[] = {};
    		weapons[] = {};
    		requiredVersion = 1.000000;
    		requiredAddons[] = {"Extended_EventHandlers", "CBA_Main"};
    		version = "1.1.23.150604";
    		author[] = {"CBA Team"};
    		authorUrl = "https://github.com/CBATeam/CBA_A3";
    	};
    };
    
    class CfgSettings	{
    
    	class CBA	{
    
    		class XEH	{
    			supportMonitor = 1;
    		};
    	};
    };

    Include it in your description.ext file:

    #include "autoxehenable.hpp"

    Method 3

    Create file LOP_Tak_Civ_XEH.hpp in your mission root directory:

    LOP_Tak_Civ_XEH.hpp

    Include it in your description.ext file:

    #include "LOP_Tak_Civ_XEH.hpp"

    Enjoy.

  2. Deleted 8 years ago by DaVidoSS
  3. Deleted 8 years ago by raditz5
  4. Deleted 8 years ago by DaVidoSS
  5. I posted a reply but I had failed to read that you were posting three methods, not three steps. Thanks for the good info!

  6. What about issues w interacting with the Aggressors mod Civs and Massi's African Conflict Mod Civilians?

    Since the latest ALiVE version I can't interact w either of those groups

  7. Edited 8 years ago by DaVidoSS

    Post your mission somewhere then maybe i can find the solution.

  8. It's actually not just one mission. It's any mission I attempt to create with ALiVE version 9.9. If I use the Massi African Civilians or either the CA Aggressor Middle East or African Civilians...they'll spawn fine, walk around, etc...but I can't interact with them.

    I just need to know if this is a universal issue or if it's just me. So the quickest way would be for you to jump in the editor, use those civilian groups, then attempt to interact with them.

    Vanilla Civs and the Leights Civ work fine..I can interact with those groups.

  9. Edited 8 years ago by SpyderBlack723

    I'll try to test it tonight AUTigerGrad

    ..
    Thanks for sharing this DaVidoSS

  10. Gracias. Having guys running around in Africa and the Middle East for Insurgency missions in bermuda shorts and fedoras is kind of a buzz kill. lol

  11. Edited 8 years ago by SpyderBlack723

    About to test will let you know here in like 10 minutes

    On an unrelated note.. why does _nearMen = _pos nearEntities ["Man", 125]; pick up rabbits.... BIS pls

  12. Edited 8 years ago by SpyderBlack723

    Testing CAF Agressors..

    Doesn't work automatically.

    Does work with the optional .pbo

    I guess just make sure you are putting the optional pbo in the CBA addons folder. Maybe try re-downloading the latest version of CBA.

  13. The same optional pbo from CBA correct? I put that in there and CAF isn't working. I might try deleting CAF and redownloading. I redownloaded CBA Saturday.

    This is driving me bonkers.

    Could you test Massi's African Conflict Mod Civilians too?

  14. Yes, cba_autoenable_xeh. I'll test Massi's later, I don't currently have it installed.

  15. Same results for Massi's units

  16. I don't get it. I moved that optional pbo into the add on folder and still can't get Massi or ca aggressor Civs to interact.

    Well at least I know it's something on my end.

  17. Edited 8 years ago by SpyderBlack723

    Your gettin' Arma'ed, good luck.

  18. I FIGURED IT OUT!!!!!!!!!!

    Finally....

    So... I think this is important to share.

    DO NOT USE THE CBA ON STEAM WORKSHOP!!!

    What was happening was this...

    Even though I would move the optional pbo for enable_xeh_auto to the add on folder...because I was using the CBA on Steam...everytime I loaded ARMA it would "reset" the mod folder...i.e. it would remove the optional PBO.

    I deleted and unsubscribed from Steam CBA..then manually added the CBA off of Armaholic and moved the optional folders again.

    This time...they stayed and it works great. All Civilians now work.

    This may be a very important note for others if they are experiencing the same issue.

  19. Thanks for sharing the fix, noted for the future.

  20. so this fixes the leights spawning problem? or does this affect interaction only? sorry if i missed the answer, my leights takistani civs are no longer spawning im only getting vanilla and im using the LOP_Tak_Civ classname. any ideas? running alive, ace, rhs, on kunduz. they used to spawn but after one of the many updates from all these mods something happened

  21. Newer ›
 

or Sign Up to reply!