Jump to content
Sign in to follow this  
Smashy1972

CBA support within Exile

Recommended Posts

Within our config.cpp found the following code :

 

///////////////////////////////////////////////////////////////////////
    // Community Base Addons
    ///////////////////////////////////////////////////////////////////////
    class CBA 
    {
        // Set this to 1 if you want to have CBA support
        useStackedEH = 0;

        // If you set this to 1 ...........................................
        iReallyWantToGetHackedAndImRetarded = 0;
    };


I did a search to figure out what the setting actually does and could only find a very old post on the exile forums which was a debate about exile never supporting CBA.

Could somebody just point out what setting this does or what it fixes relating to CBA ?

Thanks very much.,

Share this post


Link to post
Share on other sites
class CBA
	{
		// Set this to 1 if you want to have CBA support
		useStackedEH = 1;

		// If you set this to 1 ...........................................
		iReallyWantToGetHackedAndImRetarded = 0;
	};

not sure if it even relevant till this day. maybe some old deprecated code or something.
anyway this is what I have , and I use CBA_A3. Could be , it enables partial support of extended cba functions different mods/addons/scripts use.

Share this post


Link to post
Share on other sites
Sign in to follow this  

×