Xmauler

CUP Items not showing

8 posts in this topic

Hello eveyone,  I am new to the modding and scripting world of ARMA.  I am slowly working my way to make a server custom to our preferences.  I have loaded a few MODS and they all appear to work.  I added  CBA, CUP units, CUP vehicles, and CUP Weapons.   It appears they are all loaded, launch parms. appear to be correct,  but my traders show slots for the items but they are all blank,. When you click on them, you  get an error "Bad Vehicle type".  
Any help would be appreciated. 

Share this post


Link to post
Share on other sites
Advertisement

inside the @ExileServer\addons\exile_server_config config.cpp did you do the cba 

Spoiler

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

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

needed for cup also

 

keep this in mind if you have @CUP_Weapons or @CUP_Vehicles / @CUP_Units these should look the same in you startup parametres like so

@CUP_Weapons;@CUP_Vehicles;@CUP_Units      if they are not they wont show at all, so double check everything

Edited by hogansheroes

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.